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

/openbsd-current/usr.bin/grep/
H A Dgrep.c59 int Aflag; /* -A x: print x lines trailing each match */ variable
294 Aflag = 0;
295 else if (Aflag > INT_MAX / 10)
297 Aflag = Bflag = (Aflag * 10) + (c - '0');
305 Aflag = (int)l;
311 Aflag = Bflag = 2;
316 Aflag = Bflag = (int)l;
H A Dgrep.h68 extern int Aflag, Bflag, Eflag, Fflag, Hflag, Lflag,
H A Dutil.c266 if (first > 0 && tail == 0 && (Aflag || (Bflag &&
270 tail = Aflag;
/openbsd-current/sbin/tunefs/
H A Dtunefs.c81 int i, ch, Aflag, Fflag, Nflag, openflags; local
87 Aflag = Fflag = Nflag = 0;
97 Aflag = 1;
234 if (Aflag)
/openbsd-current/regress/usr.bin/cvs/
H A DMakefile60 cvs-update-Aflag-kflag-kv \
61 cvs-update-Aflag-kflag-k-rflag-1.1 \
62 cvs-update-Aflag-rflag-1.1 \
63 cvs-update-Aflag \
290 test-cvs-update-Aflag:
294 test-cvs-update-Aflag-kflag-kv:
299 test-cvs-update-Aflag-kflag-k-rflag-1.1:
304 test-cvs-update-Aflag-rflag-1.1:
/openbsd-current/usr.bin/netstat/
H A Dmain.c109 int Aflag; /* show addresses of protocol control block */ variable
161 Aflag = 1;
360 need_nlist = (nlistf != NULL) || (memf != NULL) || (Aflag && rflag);
378 if (Aflag || nlistf != NULL || memf != NULL)
H A Dnetstat.h43 extern int Aflag; /* show addresses of protocol control block */
H A Dshow.c192 pr_rthdr(int af, int Aflag) argument
194 if (Aflag)
212 if (vflag && !Aflag)
H A Droute.c134 pr_rthdr(i, Aflag);
273 if (Aflag)
H A Dinet6.c921 width = Aflag ? 12 : 16;
936 width = Aflag ? 18 : 22;
H A Dinet.c319 if (Aflag) {
334 if (Aflag)
886 snprintf(line, sizeof line, "%.*s.", (Aflag && !nflag) ? 12 : 16,
900 width = Aflag ? 18 : 22;
/openbsd-current/usr.sbin/traceroute/
H A Dtraceroute.h97 int Aflag; /* lookup ASN */ member in struct:tr_conf
H A Dworker.c697 if (conf->Aflag)
1124 if (conf->Aflag && tr_results[i].asn != NULL)
/openbsd-current/usr.bin/pctr/
H A Dpctr.c52 static int Mflag, Eflag, Sflag, Iflag, Aflag; variable
76 Aflag = 1;
140 if (Aflag && (Mflag || Eflag || Sflag || Iflag))
/openbsd-current/usr.sbin/tcpdump/
H A Dtcpdump.c63 int Aflag; /* dump ascii */ variable
241 Aflag = 1;
648 } else if (Aflag) {
/openbsd-current/usr.bin/cvs/
H A Dupdate.c44 static int Aflag = 0; variable
75 Aflag = 1;
152 if (Aflag)
H A Dcheckout.c44 static int Aflag = 0; variable
86 Aflag = 1;
252 if (Aflag)
/openbsd-current/regress/usr.bin/rcs/
H A DMakefile57 rcs-Aflag \
372 test-rcs-Aflag: test-rcs-aflag
375 @${RLOG} newfile | ${DIFF} ${.CURDIR}/rcs-Aflag.out -
/openbsd-current/sbin/sysctl/
H A Dsysctl.c164 int Aflag, aflag, nflag, qflag; variable
240 Aflag = 1;
275 if (argc == 0 || (Aflag || aflag)) {
308 parse(name, Aflag);

Completed in 345 milliseconds