Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/tic/
H A Dtic_main.c215 static char dirnames[128]; in check_dir() local
218 if (dirnames[dirletter] == 0) { in check_dir()
223 dirnames[dirletter] = 1; in check_dir()
/titanic_44/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()
/titanic_44/usr/src/lib/libxcurses/src/tic/
H A Dticmain.c126 static char const dirnames[] = "abcdefghijklmnopqrstuvwxyz0123456789"; in init() local
145 for (p = dirnames; *p != '\0'; ++p) { in init()