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

/freebsd-11-stable/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-11-stable/usr.sbin/mountd/
H A Dmountd.c2708 int allflag, usedarg; local
2717 allflag = 1;
2741 !(allflag = strcmp(cpopt, "mapall")) ||
2745 if (allflag == 0) {
/freebsd-11-stable/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 314 milliseconds