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

/freebsd-9.3-release/usr.sbin/pw/
H A Dpw_vpw.c72 int i, quickout = 0; local
89 while (!quickout && (p = strsep(&q, ":\n")) != NULL) {
98 quickout = 1;
110 quickout = 1;
221 int i, quickout = 0; local
240 while (!quickout && (p = strsep(&q, sep)) != NULL) {
249 quickout = 1;
261 quickout = 1;

Completed in 156 milliseconds