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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetut.c65 struct utmp *_compat_getutid(const struct utmp *);
185 * "_compat_getutid" finds the specified entry in the utmp file. If
189 _compat_getutid(const struct utmp *entry) function
337 if (_compat_getutid(&tmpbuf) == NULL) {
342 if (_compat_getutid(&tmpbuf) == NULL) {
H A Dgetutx.c110 extern struct utmp *_compat_getutid(const struct utmp *);
392 return (_compat_getutid(entry));

Completed in 23 milliseconds