Searched refs:idcmp (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libsec/common/ |
H A D | aclsort.c | 76 static int idcmp(const aclent_t *, const aclent_t *); 174 (int (*)(const void*, const void*))idcmp); in sortid() 191 idcmp(const aclent_t *i, const aclent_t *j) in idcmp() function
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | getut.c | 78 static int idcmp(const char *, const char *); 489 if (idcmp(utmp->ut_id, utp->ut_id)) in _compat_makeut() 557 if (idcmp(ucp->ut_id, fup->ut_id)) in _compat_modut() 576 idcmp(const char *s1, const char *s2) in idcmp() function
|
H A D | getutx.c | 98 static int idcmp(const char *, const char *); 930 if (idcmp(ucp->ut_id, fup->ut_id)) in modutx() 977 idcmp(const char *s1, const char *s2) in idcmp() function 1171 if (idcmp(utmp->ut_id, ut->ut_id)) { in makeutx()
|