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

/illumos-gate/usr/src/lib/libsec/common/
H A Daclsort.c76 static int idcmp(const aclent_t *, const aclent_t *);
174 (int (*)(const void*, const void*))idcmp);
191 idcmp(const aclent_t *i, const aclent_t *j) 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))
557 if (idcmp(ucp->ut_id, fup->ut_id))
571 * idcmp - compare two id strings, return 0 if same, non-zero if not *
576 idcmp(const char *s1, const char *s2) function
H A Dgetutx.c98 static int idcmp(const char *, const char *);
930 if (idcmp(ucp->ut_id, fup->ut_id))
972 * idcmp - compare two id strings, return 0 if same, non-zero if not *
977 idcmp(const char *s1, const char *s2) function
1171 if (idcmp(utmp->ut_id, ut->ut_id)) {

Completed in 47 milliseconds