Home
last modified time | relevance | path

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

/src/contrib/pam-krb5/tests/fakepam/
H A Dconfig.c125 } STYLES[] = { variable
287 for (i = 0; i < ARRAY_SIZE(STYLES); i++) in string_to_style()
288 if (strcmp(name, STYLES[i].name) == 0) in string_to_style()
289 return STYLES[i].style; in string_to_style()