Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred_file.c57 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