bsd man page for getlog

Query: getlog

OS: bsd

Section: 3f

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GETLOG(3F)																GETLOG(3F)

NAME
getlog - get user's login name
SYNOPSIS
subroutine getlog (name) character*(*) name character*(*) function getlog()
DESCRIPTION
Getlog will return the user's login name or all blanks if the process is running detached from a terminal.
FILES
/usr/lib/libU77.a
SEE ALSO
getlogin(3) 4.2 Berkeley Distribution May 15, 1985 GETLOG(3F)
Related Man Pages
ctime(3f) - bsd
time(3f) - bsd
setlogin(2) - opendarwin
getlogin_r(3c) - hpux
setlogin(2) - osx
Similar Topics in the Unix Linux Community
Regarding cuserid(), getlogin() and getpwuid() function in 'C'