| getuser, sysname \- get user or system name |
| returns a pointer to static data which contains the |
| owns the current process. |
| to find the corresponding name. |
| returns a pointer to static data which contains the name |
| of the machine on which the current process is running. |
| looks first for an environment variable |
| If there is no such variable, |
| and truncates the returned name at the first dot. |
| caches the string, deriving the host name only once. |
| .B /usr/local/plan9/src/lib9/getuser.c |
| .B /usr/local/plan9/src/lib9/sysname.c |