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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetut.c68 struct utmp *_compat_getutid(const struct utmp *);
188 * "_compat_getutid" finds the specified entry in the utmp file. If
192 _compat_getutid(const struct utmp *entry) function
340 if (_compat_getutid(&tmpbuf) == NULL) {
345 if (_compat_getutid(&tmpbuf) == NULL) {

Completed in 45 milliseconds