Home
last modified time | relevance | path

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

/src/contrib/pam-krb5/tests/fakepam/
H A Dconfig.c61 } CALLS[] = { variable
202 for (i = 0; i < ARRAY_SIZE(CALLS); i++) in string_to_call()
203 if (strcmp(name, CALLS[i].name) == 0) { in string_to_call()
205 *group = CALLS[i].group; in string_to_call()
206 return CALLS[i].call; in string_to_call()