Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/gss/gsscred/
H A Dgsscred_file.c59 static int matchEntry(const char *entry, const gss_buffer_t name,
126 if (matchEntry(entry, name, uid, NULL)) in file_getGssCredEntry()
156 if (matchEntry(entry, expName, NULL, uidOut)) { in file_getGssCredUid()
228 if (!matchEntry(entry, name, uid, NULL)) in file_deleteGssCredEntry()
258 static int matchEntry(const char *entry, const gss_buffer_t name, in matchEntry() function