Home
last modified time | relevance | path

Searched refs:idcmp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsec/common/
H A Daclsort.c75 static int idcmp(const aclent_t *, const aclent_t *);
173 (int (*)(const void*, const void*))idcmp); in sortid()
190 idcmp(const aclent_t *i, const aclent_t *j) in idcmp() function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetut.c78 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 Dgetutx.c98 static int idcmp(const char *, const char *);
929 if (idcmp(ucp->ut_id, fup->ut_id)) in modutx()
976 idcmp(const char *s1, const char *s2) in idcmp() function
1170 if (idcmp(utmp->ut_id, ut->ut_id)) { in makeutx()