name_attach
name_attach — attaches a name to a task.
name_attach (task_name)
task_nameThe name to attach to this task.
This function sends a message to the QNX 4 name locator task
(nameloc) to attach a name on this node. If the
name locator is not running or the name has already been attached by another
task, the call will fail.
// attach my nameGamma>name_attach("firstname");t // attach an alternate nameGamma>name_attach("pseudonym");t // attempt to attach my name againGamma>name_attach("firstname");nil