Searched refs:_PATH_UTMP (Results 1 – 8 of 8) sorted by relevance
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;
290 # ifdef _PATH_UTMP291 # define UTMPFILE _PATH_UTMP
105 && (fd = open(_PATH_UTMP, O_RDWR|O_CREAT, 0644)) < 0)) in ftpd_login()
137 sfname = fname ? fname : _PATH_UTMP; in setup()