Searched refs:_PATH_UTMP (Results 1 – 8 of 8) sorted by relevance
424 # ifndef _PATH_UTMP in update_uwtmp()425 # define _PATH_UTMP UTMP_FILE in update_uwtmp() macro427 utmpname(_PATH_UTMP); in update_uwtmp()
45 #define _PATH_UTMP "/var/run/utmp" macro
61 if (tty > 0 && (fd = open(_PATH_UTMP, O_WRONLY|O_CREAT, 0644)) >= 0) { in login()
61 if ((fd = open(_PATH_UTMP, O_RDWR, 0)) < 0) in logout()
69 if (tty > 0 && (fd = open(_PATH_UTMP, O_WRONLY|O_CREAT, 0644)) >= 0) { in login()
48 static char utfile[MAXPATHLEN] = _PATH_UTMP;
105 && (fd = open(_PATH_UTMP, O_RDWR|O_CREAT, 0644)) < 0)) in ftpd_login()
137 sfname = fname ? fname : _PATH_UTMP; in setup()