logname(3X) DG/UX 5.4.2 logname(3X)
NAME
logname - return login name of user
SYNOPSIS
char *logname( )
DESCRIPTION
Logname returns a pointer to the null-terminated login name; it
extracts the $LOGNAME variable from the user's environment.
This routine is kept in /lib/libPW.a.
FILES
/etc/profile
SEE ALSO
profile(4), environ(5), cuserid(3S), getlogin(3C), getpwuid(3C).
env(1), login(1)
CAVEATS
The return values point to static data whose content is overwritten
by each call.
This method of determining a login name is subject to forgery.
This routine will cease to exist in the future. Use cuserid, or a
combination of getlogin and getpwuid instead.
Licensed material--property of copyright holder(s) 1