Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred.c61 static int tableSource; variable
121 tableSource = gsscred_read_config_file(); in main()
245 if (tableSource == GSSCRED_FLAT_FILE) in addUser()
296 if (tableSource == GSSCRED_FLAT_FILE) in addUser()
372 if (tableSource == GSSCRED_FLAT_FILE) { in listUsers()
392 if (tableSource == GSSCRED_FLAT_FILE) in listUsers()
467 if (tableSource == GSSCRED_FLAT_FILE) in listUsers()
592 if (tableSource == GSSCRED_FLAT_FILE) in removeUsers()
613 if (tableSource == GSSCRED_FLAT_FILE) in removeUsers()
676 if (tableSource == GSSCRED_FLAT_FILE) in removeUsers()
H A Dgsscred_utils.c245 int tableSource; in gss_getGssCredEntry() local
254 tableSource = gsscred_read_config_file(); in gss_getGssCredEntry()
301 if (tableSource == GSSCRED_FLAT_FILE) in gss_getGssCredEntry()