Searched refs:matchEntry (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/gss/gsscred/ |
H A D | gsscred_file.c | 57 static int matchEntry(const char *entry, const gss_buffer_t name, 124 if (matchEntry(entry, name, uid, NULL)) in file_getGssCredEntry() 154 if (matchEntry(entry, expName, NULL, uidOut)) { in file_getGssCredUid() 226 if (!matchEntry(entry, name, uid, NULL)) in file_deleteGssCredEntry() 256 static int matchEntry(const char *entry, const gss_buffer_t name, in matchEntry() function
|