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

/freebsd-10.1-release/usr.sbin/lpr/pac/
H A Dpac.c65 static int allflag = 1; /* Get stats on everybody */ variable
168 allflag = 0;
204 * for the users that we have in the hash table. If allflag
236 if (!allflag)
281 if (allflag) {
/freebsd-10.1-release/usr.sbin/mountd/
H A Dmountd.c2160 int allflag, usedarg; local
2169 allflag = 1;
2193 !(allflag = strcmp(cpopt, "mapall")) ||
2197 if (allflag == 0) {
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dbreakpoint.c3667 breakpoint_1 (int bnum, int allflag)
3680 if (allflag || user_settable_breakpoint (b))
3728 allflag is set. */
3729 if (allflag || user_settable_breakpoint (b))
3659 breakpoint_1(int bnum, int allflag) argument

Completed in 176 milliseconds