Home
last modified time | relevance | path

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

/src/usr.sbin/pw/
H A Dpw_conf.c73 static char const *booltrue[] = variable
177 for (i = 0; booltrue[i]; i++) in boolean_val()
178 if (strcmp(str, booltrue[i]) == 0) in boolean_val()
193 for (i = 0; booltrue[i]; i++) in passwd_val()
194 if (strcmp(str, booltrue[i]) == 0) in passwd_val()
223 return (booltrue[0]); in boolean_str()