Home
last modified time | relevance | path

Searched refs: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) in getutent()
392 if (compat_utmpflag) in getutid()
455 if (compat_utmpflag) in getutline()
707 if (compat_utmpflag) in pututline()
743 if (compat_utmpflag) { in setutent()
776 if (compat_utmpflag) { in endutent()
854 compat_utmpflag = 0; /* turn off old compat mode */ in utmpname()
858 compat_utmpflag = 1; in utmpname()
1244 if (compat_utmpflag) in makeut()