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

/freebsd-11-stable/usr.sbin/pw/
H A Dpw_conf.c81 static char const *booltrue[] = variable
185 for (i = 0; booltrue[i]; i++)
186 if (strcmp(str, booltrue[i]) == 0)
201 for (i = 0; booltrue[i]; i++)
202 if (strcmp(str, booltrue[i]) == 0)
229 return val ? booltrue[0] : boolfalse[0];

Completed in 70 milliseconds