Home
last modified time | relevance | path

Searched refs:_compat_utmpfile (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libc/port/gen/
H A Dgetut.c89 extern char _compat_utmpfile[];
147 if ((fd = open(_compat_utmpfile, O_RDWR|O_CREAT, 0644)) < 0) { in getutent_frec()
154 if ((fd = open(_compat_utmpfile, O_RDONLY)) < 0) in getutent_frec()
669 if ((fd = open(_compat_utmpfile, O_RDWR|O_CREAT, 0644)) < 0) in lockut()
H A Dgetutx.c127 char _compat_utmpfile[MAXFILE+1]; variable
857 (void) strcpy(_compat_utmpfile, newfile); in utmpname()