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

/macosx-10.10/Libc-1044.1.2/gen/NetBSD/
H A Dutmpx.c80 static struct utmpx *__getutxid(struct _utmpx *, const struct utmpx *);
269 ret = __getutxid(U, ux);
283 __getutxid(struct _utmpx *U, const struct utmpx *utx) function
425 if ((x = __getutxid(U, ux)) == NULL) {
427 if ((x = __getutxid(U, ux)) == NULL) {

Completed in 112 milliseconds