Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_int.h135 #define PROFILE_LAST_FILESPEC(x) (((x) == NULL) || ((x)[0] == '\0')) macro
H A Dprof_init.c45 for (fs = files; !PROFILE_LAST_FILESPEC(*fs); fs++) { in profile_init()