Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/gss/gsscred/
H A Dgsscred.c63 static int tableSource; variable
123 tableSource = gsscred_read_config_file(); in main()
247 if (tableSource == GSSCRED_FLAT_FILE) in addUser()
298 if (tableSource == GSSCRED_FLAT_FILE) in addUser()
374 if (tableSource == GSSCRED_FLAT_FILE) { in listUsers()
394 if (tableSource == GSSCRED_FLAT_FILE) in listUsers()
469 if (tableSource == GSSCRED_FLAT_FILE) in listUsers()
594 if (tableSource == GSSCRED_FLAT_FILE) in removeUsers()
615 if (tableSource == GSSCRED_FLAT_FILE) in removeUsers()
678 if (tableSource == GSSCRED_FLAT_FILE) in removeUsers()
H A Dgsscred_utils.c247 int tableSource; in gss_getGssCredEntry() local
256 tableSource = gsscred_read_config_file(); in gss_getGssCredEntry()
303 if (tableSource == GSSCRED_FLAT_FILE) in gss_getGssCredEntry()