Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tic/
H A Dtic_main.c213 static char dirnames[128]; in check_dir() local
216 if (dirnames[dirletter] == 0) { in check_dir()
221 dirnames[dirletter] = 1; in check_dir()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c419 krb5int_open_plugin_dirs (const char * const *dirnames, in krb5int_open_plugin_dirs() argument
438 for (i = 0; !err && dirnames[i] != NULL; i++) { in krb5int_open_plugin_dirs()
439 size_t dirnamelen = strlen (dirnames[i]) + 1; /* '/' */ in krb5int_open_plugin_dirs()
454 sprintf (filepath, "%s/%s", dirnames[i], filenames[j]); in krb5int_open_plugin_dirs()
469 DIR *dir = opendir (dirnames[i]); in krb5int_open_plugin_dirs()
496 sprintf (filepath, "%s/%*s", dirnames[i], len, d->d_name); in krb5int_open_plugin_dirs()