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

/illumos-gate/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) {
154 if ((fd = open(_compat_utmpfile, O_RDONLY)) < 0)
669 if ((fd = open(_compat_utmpfile, O_RDWR|O_CREAT, 0644)) < 0)
H A Dgetutx.c127 char _compat_utmpfile[MAXFILE+1]; variable
857 (void) strcpy(_compat_utmpfile, newfile);

Completed in 69 milliseconds