Symbol: aflag
bin/df/df.c
118
aflag = 1;
bin/df/df.c
187
if (aflag || (mntbuf[i].f_flags & MNT_IGNORE) == 0)
bin/df/df.c
91
static int aflag = 0, hflag, iflag, nflag, Tflag;
bin/sh/var.c
329
if (aflag)
crypto/openssh/sftp.c
1343
parse_args(const char **cpp, int *ignore_errors, int *disable_echo, int *aflag,
crypto/openssh/sftp.c
1400
*aflag = *fflag = *hflag = *iflag = *lflag = *pflag = 0;
crypto/openssh/sftp.c
1410
aflag, fflag, pflag, rflag)) == -1)
crypto/openssh/sftp.c
1557
int aflag = 0, fflag = 0, hflag = 0, iflag = 0;
crypto/openssh/sftp.c
1567
cmdnum = parse_args(&cmd, &ignore_errors, &disable_echo, &aflag, &fflag,
crypto/openssh/sftp.c
1588
aflag = 1;
crypto/openssh/sftp.c
1592
rflag, aflag, fflag);
crypto/openssh/sftp.c
1595
aflag = 1;
crypto/openssh/sftp.c
1599
rflag, aflag, fflag);
crypto/openssh/sftp.c
398
int *aflag, int *fflag, int *pflag, int *rflag)
crypto/openssh/sftp.c
406
*aflag = *fflag = *rflag = *pflag = 0;
crypto/openssh/sftp.c
410
*aflag = 1;
games/backgammon/backgammon/main.c
132
if (aflag) { /* print rules */
games/backgammon/backgammon/main.c
210
if (!aflag)
games/backgammon/common_source/back.h
84
extern int aflag; /* flag to ask for rules or instructions */
games/backgammon/common_source/init.c
48
int aflag = 1; /* flag to ask for rules or instructions */
games/backgammon/common_source/subs.c
302
aflag = 0;
games/backgammon/common_source/subs.c
311
aflag = 0;
games/backgammon/common_source/subs.c
320
aflag = 0;
games/backgammon/common_source/subs.c
329
aflag = 0;
sbin/devfsctl/devfsctl.c
851
aflag = 1;
sbin/devfsctl/devfsctl.c
880
if (!(aflag || rflag || cflag || dflag) ||
sbin/devfsctl/devfsctl.c
881
(dflag && (aflag || rflag || cflag || tflag))) {
sbin/devfsctl/devfsctl.c
926
if (aflag)
sbin/devfsctl/devfsctl.c
97
static int aflag = 0, cflag = 0, rflag = 0, tflag = 0;
sbin/quotacheck/quotacheck.c
131
aflag++;
sbin/quotacheck/quotacheck.c
151
if ((argc == 0 && !aflag) || (argc > 0 && aflag))
sbin/quotacheck/quotacheck.c
169
if (aflag)
sbin/quotacheck/quotacheck.c
342
if (aflag)
sbin/quotacheck/quotacheck.c
89
int aflag; /* all file systems */
sbin/sysctl/sysctl.c
123
aflag = xflag = 1;
sbin/sysctl/sysctl.c
137
if (aflag && argc == 0)
sbin/sysctl/sysctl.c
55
static int aflag, bflag, dflag, eflag, Nflag, nflag, oflag, xflag;
sbin/sysctl/sysctl.c
88
aflag = oflag = 1;
sbin/sysctl/sysctl.c
91
aflag = 1;
stand/boot/efi/loader/main.c
760
int aflag = 0, gflag = 0, lflag = 0, vflag = 0;
stand/boot/efi/loader/main.c
776
aflag = 1;
stand/boot/efi/loader/main.c
807
if (aflag && (gflag || vflag)) {
stand/boot/efi/loader/main.c
812
if (aflag && optind < argc) {
stand/boot/efi/loader/main.c
818
aflag = 1;
stand/boot/efi/loader/main.c
892
if (aflag) {
usr.bin/basename/basename.c
53
int aflag, ch;
usr.bin/basename/basename.c
57
aflag = 0;
usr.bin/basename/basename.c
64
aflag = 1;
usr.bin/basename/basename.c
86
if ((suffix == NULL && !aflag) && argc == 2) {
usr.bin/ctags/ctags.c
102
aflag++;
usr.bin/ctags/ctags.c
187
++aflag;
usr.bin/ctags/ctags.c
189
if (!(outf = fopen(outfile, aflag ? "a" : "w")))
usr.bin/ctags/ctags.c
80
int aflag; /* -a: append to tags */
usr.bin/ctags/ctags.c
88
aflag = uflag = NO;
usr.bin/du/du.c
125
aflag = 1;
usr.bin/du/du.c
198
if (aflag) {
usr.bin/du/du.c
94
int aflag, sflag, dflag, cflag, hflag, tflag;
usr.bin/du/du.c
99
aflag = sflag = dflag = cflag = hflag = tflag = 0;
usr.bin/join/join.c
111
int aflag, ch, cval, vflag;
usr.bin/join/join.c
119
aflag = vflag = 0;
usr.bin/join/join.c
124
aflag = 1;
usr.bin/join/join.c
142
aflag = 1;
usr.bin/join/join.c
204
if (aflag && vflag)
usr.bin/ldd/ldd.c
169
if (aflag) setenv("LD_TRACE_LOADED_OBJECTS_ALL", "1", 1);
usr.bin/ldd/ldd.c
59
int aflag;
usr.bin/ldd/ldd.c
61
aflag = 0;
usr.bin/ldd/ldd.c
65
aflag++;
usr.bin/netstat/if.c
416
if (aflag && ifaddrfound) {
usr.bin/netstat/inet.c
199
if (!aflag && (
usr.bin/netstat/inet.c
219
if (aflag)
usr.bin/netstat/main.c
184
int aflag; /* show all sockets (including servers) */
usr.bin/netstat/main.c
235
aflag = 1;
usr.bin/netstat/netstat.h
36
extern int aflag; /* show all sockets (including servers) */
usr.bin/netstat/route.c
292
if (rt->rt_flags & RTF_WASCLONED && !aflag) {
usr.bin/netstat/route.c
759
if (rt->rt_flags & RTF_WASCLONED && !(aflag || Aflag)) {
usr.bin/sed/compile.c
285
if (aflag)
usr.bin/sed/compile.c
740
if (!aflag && (s->wfd = open(wfile,
usr.bin/sed/extern.h
45
extern int aflag, eflag, nflag;
usr.bin/sed/main.c
142
aflag = 1;
usr.bin/sed/main.c
96
int aflag, eflag, nflag;
usr.bin/systat/netstat.c
112
static int aflag = 0;
usr.bin/systat/netstat.c
237
if (!aflag && inet_lnaof(inp->inp_laddr) == INADDR_ANY)
usr.bin/systat/netstat.c
459
aflag = !aflag;
usr.bin/time/time.c
108
if ((out = fopen(ofn, aflag ? "ae" : "we")) == NULL)
usr.bin/time/time.c
69
int aflag, ch, lflag, status;
usr.bin/time/time.c
79
aflag = hflag = lflag = pflag = 0;
usr.bin/time/time.c
83
aflag = 1;
usr.bin/touch/touch.c
114
if (aflag == 0 && mflag == 0)
usr.bin/touch/touch.c
115
aflag = mflag = 1;
usr.bin/touch/touch.c
124
if (aflag)
usr.bin/touch/touch.c
179
if (!aflag)
usr.bin/touch/touch.c
189
if (aflag) {
usr.bin/touch/touch.c
63
int Aflag, aflag, cflag, mflag, ch, fd, len, rval, timeset;
usr.bin/touch/touch.c
68
Aflag = aflag = cflag = mflag = timeset = 0;
usr.bin/touch/touch.c
80
aflag = 1;
usr.sbin/arp/arp.c
123
aflag = 1;
usr.sbin/arp/arp.c
166
if (func != F_GET && !(func == F_DELETE && aflag))
usr.sbin/arp/arp.c
179
if (aflag) {
usr.sbin/arp/arp.c
198
if (aflag) {
usr.sbin/arp/arp.c
451
if (aflag && (rtm->rtm_flags & RTF_STATIC)) {
usr.sbin/arp/arp.c
88
static int aflag; /* do it for all entries */
usr.sbin/efivar/efivar.c
278
aflag++;
usr.sbin/efivar/efivar.c
345
if (aflag + Dflag + wflag > 1) {
usr.sbin/efivar/efivar.c
351
if (aflag + Dflag + wflag > 0 && varname == NULL) {
usr.sbin/efivar/efivar.c
357
if (aflag)
usr.sbin/efivar/efivar.c
69
static int aflag, Aflag, bflag, dflag, Dflag, gflag, Hflag, Nflag,
usr.sbin/lpr/lpq/lpq.c
102
if (!aflag && printer == NULL && (printer = getenv("PRINTER")) == NULL)
usr.sbin/lpr/lpq/lpq.c
117
if (aflag) {
usr.sbin/lpr/lpq/lpq.c
72
int ch, aflag, lflag;
usr.sbin/lpr/lpq/lpq.c
85
aflag = lflag = 0;
usr.sbin/lpr/lpq/lpq.c
89
++aflag;
usr.sbin/ndp/ndp.c
197
int aflag = 0, dflag = 0, sflag = 0, Hflag = 0,
usr.sbin/ndp/ndp.c
205
aflag = 1;
usr.sbin/ndp/ndp.c
254
aflag = 1;
usr.sbin/ndp/ndp.c
275
if (aflag || cflag) {
usr.sbin/quotaon/quotaon.c
101
if (argc <= 0 && !aflag)
usr.sbin/quotaon/quotaon.c
112
if (aflag) {
usr.sbin/quotaon/quotaon.c
55
int aflag; /* all file systems */
usr.sbin/quotaon/quotaon.c
84
aflag++;
usr.sbin/rarpd/rarpd.c
120
int aflag = 0; /* listen on "all" interfaces */
usr.sbin/rarpd/rarpd.c
139
++aflag;
usr.sbin/rarpd/rarpd.c
169
ifname = (aflag == 0) ? argv[0] : NULL;
usr.sbin/rarpd/rarpd.c
171
if ((aflag && ifname) || (!aflag && ifname == NULL))
usr.sbin/repquota/repquota.c
104
aflag++;
usr.sbin/repquota/repquota.c
121
if (argc == 0 && !aflag)
usr.sbin/repquota/repquota.c
124
if (aflag)
usr.sbin/repquota/repquota.c
144
if (aflag) {
usr.sbin/repquota/repquota.c
83
int aflag; /* all file systems */
usr.sbin/route6d/route6d.c
163
static int aflag = 0; /* age out even the statically defined routes */
usr.sbin/route6d/route6d.c
2481
if (aflag == 0 && (rtm->rtm_flags & RTF_STATIC))
usr.sbin/route6d/route6d.c
302
FLAG('a', aflag, 1); break;
usr.sbin/rtsold/rtsold.c
135
aflag = 1;
usr.sbin/rtsold/rtsold.c
160
if (aflag) {
usr.sbin/rtsold/rtsold.c
58
int aflag = 0;
usr.sbin/sa/extern.h
84
extern int aflag, bflag, cflag, dflag, Dflag, fflag, iflag, jflag, kflag;
usr.sbin/sa/main.c
177
if (fflag && aflag)
usr.sbin/sa/main.c
63
int aflag, bflag, cflag, dflag, Dflag, fflag, iflag, jflag, kflag;
usr.sbin/sa/main.c
86
aflag = 1;
usr.sbin/sa/pdb.c
249
if (!aflag &&
usr.sbin/trpt/trpt.c
102
++aflag;
usr.sbin/trpt/trpt.c
339
if (aflag) {
usr.sbin/trpt/trpt.c
83
static int aflag, kflag, memf, follow, sflag, tflag;