HomeSort by: relevance | last modified time | path
    Searched refs:Aflag (Results 1 - 18 of 18) sorted by relevancy

  /src/sbin/sysctl/
pathconf.c 78 int Aflag, aflag, nflag, wflag, stdinflag; variable in typeref:typename:int
92 Aflag = 1;
96 aflag = 1;
116 if (Aflag || aflag) {
141 parse(path, lp->list[lvl2].ctl_name, Aflag);
sysctl.c 262 int Aflag, aflag, dflag, Mflag, nflag, qflag, rflag, wflag, xflag; variable in typeref:typename:int
298 Aflag++;
301 aflag++;
344 /* if (aflag && (Mflag || qflag))
346 if ((aflag || Aflag) && qflag)
348 if ((Aflag || Mflag || dflag) && argc == 0 && fn == NULL)
349 aflag = 1;
354 if (Aflag)
    [all...]
  /src/usr.bin/netstat/
route.c 120 if (Aflag && (af == 0 || af == 0xff)) {
127 p_rthdr(i, Aflag);
150 if (Aflag)
153 if (Aflag)
159 if (Aflag)
170 if (Aflag && do_rtent) {
netstat.h 37 extern int Aflag; /* show addresses of protocol control block */
38 extern int aflag; /* show all sockets (including servers) */
atalk.c 71 * Listening processes (aflag) are suppressed unless the
247 if (!aflag && atalk_nullhost(ddpcb.ddp_lsat))
255 if (aflag)
258 if (Aflag) {
268 if (Aflag)
inet6.c 158 * Listening processes (aflag) are suppressed unless the
173 if (aflag)
177 if (Aflag) {
203 if (Aflag)
361 if (Aflag) {
382 if (!aflag && IN6_IS_ADDR_UNSPECIFIED(&dst.sin6_addr))
1410 lwidth = Aflag ? 12 : 16;
1423 lwidth = Aflag ? 18 : 22;
main.c 70 int Aflag;
71 int aflag; variable in typeref:typename:int
435 Aflag = RT_AFLAG;
438 aflag = 1;
inet.c 104 * Listening processes (aflag) are suppressed unless the
117 if (aflag)
120 if (Aflag)
147 if (Aflag)
349 if (Aflag) {
370 if (!aflag && (inet_lnaof(dst.sin_addr) == INADDR_ANY))
969 (Aflag && !numeric_addr) ? 12 : 16, inetname(in));
  /src/usr.bin/grep/
grep.c 98 unsigned long long Aflag; /* -A x: print x lines trailing each match */
408 Aflag = 0;
409 else if (Aflag > LLONG_MAX / 10) {
413 Aflag = Bflag = (Aflag * 10) + (c - '0');
417 Aflag = Bflag = 2;
434 Aflag = l;
438 Aflag = Bflag = l;
grep.h 122 extern unsigned long long Aflag, Bflag, mcount;
util.c 367 if ((Aflag || Bflag) && !first_global &&
370 tail = Aflag;
  /src/sbin/wdogctl/
wdogctl.c 67 static int Aflag;
91 Aflag = 1;
143 if (Aflag || period_flag)
183 if (Aflag)
  /src/bin/pax/
gen_subs.c 429 if (Aflag > 0)
431 if (Aflag == 0) {
432 Aflag = -1;
extern.h 228 extern int Aflag;
pax.c 88 int Aflag; /* honor absolute path */
options.c 500 Aflag = 1;
1085 Aflag = 1;
  /src/sbin/tunefs/
tunefs.c 107 int ch, aflag, pflag, Aflag, Fflag, Nflag, openflags; local in function:main
118 aflag = pflag = Aflag = Fflag = Nflag = 0;
131 Aflag++;
150 aflag = 1;
364 if (aflag) {
472 if (Aflag)
  /src/sbin/disklabel/
main.c 149 static int Aflag; /* Action all labels */
158 static int read_all; /* set if op = READ && Aflag */
522 Aflag = 1;
722 read_all = Aflag;

Completed in 21 milliseconds