Searched defs:compat_utmpflag (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c128 static int compat_utmpflag = 0; /* old compat mode flag */ variable
276 if (compat_utmpflag)
392 if (compat_utmpflag)
455 if (compat_utmpflag)
707 if (compat_utmpflag)
743 if (compat_utmpflag) {
776 if (compat_utmpflag) {
854 compat_utmpflag = 0; /* turn off old compat mode */
858 compat_utmpflag = 1;
1245 if (compat_utmpflag)
[all...]

Completed in 113 milliseconds