Symbol: hflag
bin/chflags/chflags.c
109
if (hflag)
bin/chflags/chflags.c
121
} else if (hflag) {
bin/chflags/chflags.c
63
int Hflag, Lflag, Rflag, fflag, hflag, vflag, xflag;
bin/chflags/chflags.c
67
Hflag = Lflag = Rflag = fflag = hflag = vflag = xflag = 0;
bin/chflags/chflags.c
88
hflag = 1;
bin/chmod/chmod.c
129
if (hflag)
bin/chmod/chmod.c
141
} else if (hflag) {
bin/chmod/chmod.c
188
if (may_have_nfs4acl(p, hflag) == 0 &&
bin/chmod/chmod.c
227
may_have_nfs4acl(const FTSENT *ent, int hflag)
bin/chmod/chmod.c
237
if (hflag)
bin/chmod/chmod.c
49
static int may_have_nfs4acl(const FTSENT *ent, int hflag);
bin/chmod/chmod.c
64
int Hflag, Lflag, Rflag, ch, fflag, fts_options, hflag, rval;
bin/chmod/chmod.c
70
Hflag = Lflag = Rflag = fflag = hflag = vflag = 0;
bin/chmod/chmod.c
98
hflag = 1;
bin/df/df.c
138
hflag = 0;
bin/df/df.c
145
hflag = 0;
bin/df/df.c
148
hflag = UNITS_SI;
bin/df/df.c
151
hflag = UNITS_2;
bin/df/df.c
159
hflag = 0;
bin/df/df.c
170
hflag = 0;
bin/df/df.c
419
if (hflag == UNITS_SI)
bin/df/df.c
478
if (hflag) {
bin/df/df.c
496
mwp->iused = imax(hflag ? 0 : mwp->iused,
bin/df/df.c
498
mwp->ifree = imax(hflag ? 0 : mwp->ifree,
bin/df/df.c
518
if (hflag) {
bin/df/df.c
539
if (hflag) {
bin/df/df.c
87
static int aflag = 0, cflag, hflag, iflag, kflag, lflag = 0, nflag, Tflag;
bin/getfacl/getfacl.c
103
if (hflag)
bin/getfacl/getfacl.c
112
if (hflag)
bin/getfacl/getfacl.c
128
if (hflag)
bin/getfacl/getfacl.c
205
print_acl_from_stdin(acl_type_t type, int hflag, int iflag, int nflag,
bin/getfacl/getfacl.c
214
if (print_acl(pathname, type, hflag, iflag, nflag,
bin/getfacl/getfacl.c
229
int hflag, iflag, qflag, nflag, sflag, vflag;
bin/getfacl/getfacl.c
231
hflag = 0;
bin/getfacl/getfacl.c
244
hflag = 1;
bin/getfacl/getfacl.c
269
error = print_acl_from_stdin(type, hflag, iflag, nflag,
bin/getfacl/getfacl.c
276
error = print_acl_from_stdin(type, hflag, iflag, nflag,
bin/getfacl/getfacl.c
281
error = print_acl(argv[i], type, hflag, iflag, nflag,
bin/getfacl/getfacl.c
95
print_acl(char *path, acl_type_t type, int hflag, int iflag, int nflag,
bin/kenv/kenv.c
109
if ((hflag || Nflag) && env != NULL)
bin/kenv/kenv.c
172
if (hflag) {
bin/kenv/kenv.c
44
static int hflag = 0;
bin/kenv/kenv.c
73
hflag++;
bin/ln/ln.c
108
hflag = true;
bin/ln/ln.c
152
if (hflag && lstat(targetdir, &sb) == 0 && S_ISLNK(sb.st_mode)) {
bin/ln/ln.c
262
(!hflag && stat(target, &sb) == 0 && S_ISDIR(sb.st_mode))) {
bin/ln/ln.c
48
static bool hflag; /* Check new name for symlink first. */
crypto/openssh/sftp.c
1080
do_df(struct sftp_conn *conn, const char *path, int hflag, int iflag)
crypto/openssh/sftp.c
1111
} else if (hflag) {
crypto/openssh/sftp.c
1344
int *fflag, int *hflag, int *iflag, int *lflag, int *pflag,
crypto/openssh/sftp.c
1400
*aflag = *fflag = *hflag = *iflag = *lflag = *pflag = 0;
crypto/openssh/sftp.c
1477
if ((optidx = parse_df_flags(cmd, argv, argc, hflag,
crypto/openssh/sftp.c
1507
if ((optidx = parse_ch_flags(cmd, argv, argc, hflag)) == -1)
crypto/openssh/sftp.c
1557
int aflag = 0, fflag = 0, hflag = 0, iflag = 0;
crypto/openssh/sftp.c
1568
&hflag, &iflag, &lflag, &pflag, &rflag, &sflag, &n_arg,
crypto/openssh/sftp.c
1691
err = do_df(conn, path1, hflag, iflag);
crypto/openssh/sftp.c
1732
err = (hflag ? sftp_lsetstat : sftp_setstat)(conn,
crypto/openssh/sftp.c
1743
if ((hflag ? sftp_lstat : sftp_stat)(conn,
crypto/openssh/sftp.c
1772
err = (hflag ? sftp_lsetstat : sftp_setstat)(conn,
crypto/openssh/sftp.c
534
parse_df_flags(const char *cmd, char **argv, int argc, int *hflag, int *iflag)
crypto/openssh/sftp.c
542
*hflag = *iflag = 0;
crypto/openssh/sftp.c
546
*hflag = 1;
crypto/openssh/sftp.c
561
parse_ch_flags(const char *cmd, char **argv, int argc, int *hflag)
crypto/openssh/sftp.c
569
*hflag = 0;
crypto/openssh/sftp.c
573
*hflag = 1;
libexec/rtld-elf/rtld_printf.c
131
int cflag, hflag, jflag, tflag, zflag;
libexec/rtld-elf/rtld_printf.c
155
cflag = 0; hflag = 0; jflag = 0; tflag = 0; zflag = 0;
libexec/rtld-elf/rtld_printf.c
247
if (hflag) {
libexec/rtld-elf/rtld_printf.c
248
hflag = 0;
libexec/rtld-elf/rtld_printf.c
251
hflag = 1;
libexec/rtld-elf/rtld_printf.c
272
else if (hflag)
libexec/rtld-elf/rtld_printf.c
348
else if (hflag)
libexec/rtld-elf/rtld_printf.c
366
else if (hflag)
sbin/restore/main.c
118
hflag = 0;
sbin/restore/main.c
51
int hflag = 1, mflag = 1, Nflag = 0;
sbin/restore/restore.c
110
long descend = hflag ? GOOD : FAIL;
sbin/restore/restore.c
53
long descend = hflag ? GOOD : FAIL;
sbin/restore/restore.c
70
long descend = hflag ? GOOD : FAIL;
sbin/restore/restore.h
43
extern int hflag; /* restore hierarchies */
sbin/swapon/swapon.c
126
hflag = 'G';
sbin/swapon/swapon.c
129
hflag = 'H';
sbin/swapon/swapon.c
132
hflag = 'K';
sbin/swapon/swapon.c
141
hflag = 'M';
sbin/swapon/swapon.c
218
swaplist(lflag, sflag, hflag);
sbin/swapon/swapon.c
78
int sflag, lflag, late, hflag;
sbin/swapon/swapon.c
796
sizetobuf(char *buf, size_t bufsize, int hflag, long long val, int hlen,
sbin/swapon/swapon.c
801
if (hflag == 'H') {
sbin/swapon/swapon.c
81
sflag = lflag = late = hflag = 0;
sbin/swapon/swapon.c
810
swaplist(int lflag, int sflag, int hflag)
sbin/swapon/swapon.c
823
switch(hflag) {
sbin/swapon/swapon.c
874
sizetobuf(buf, sizeof(buf), hflag, tmp_total, hlen,
sbin/swapon/swapon.c
878
sizetobuf(buf, sizeof(buf), hflag, tmp_used, hlen,
sbin/swapon/swapon.c
887
sizetobuf(buf, sizeof(buf), hflag, total, hlen, blocksize);
sbin/swapon/swapon.c
889
sizetobuf(buf, sizeof(buf), hflag, used, hlen, blocksize);
sbin/sysctl/sysctl.c
1266
printf(hflag ? "%'ju" : "%ju", umv);
sbin/sysctl/sysctl.c
1284
printf(hflag ? "%'jd" : "%jd", mv);
sbin/sysctl/sysctl.c
178
hflag = 1;
sbin/sysctl/sysctl.c
672
printf(hflag ? "{ hz = %'d, tick = %'d, profhz = %'d, stathz = %'d }" :
sbin/sysctl/sysctl.c
687
printf(hflag ? "{ %'.2f %'.2f %'.2f }" : "{ %.2f %.2f %.2f }",
sbin/sysctl/sysctl.c
705
printf(hflag ? "{ sec = %'jd, usec = %'ld } " :
sbin/sysctl/sysctl.c
73
static int aflag, bflag, Bflag, dflag, eflag, hflag, iflag;
stand/libsa/printf.c
259
int cflag, hflag, jflag, tflag, zflag;
stand/libsa/printf.c
290
cflag = 0; hflag = 0; jflag = 0; tflag = 0; zflag = 0;
stand/libsa/printf.c
382
if (hflag) {
stand/libsa/printf.c
383
hflag = 0;
stand/libsa/printf.c
386
hflag = 1;
stand/libsa/printf.c
407
else if (hflag)
stand/libsa/printf.c
486
else if (hflag)
stand/libsa/printf.c
504
else if (hflag)
sys/cddl/dev/dtrace/dtrace_debug.c
236
int cflag, hflag, jflag, tflag, zflag;
sys/cddl/dev/dtrace/dtrace_debug.c
260
cflag = 0; hflag = 0; jflag = 0; tflag = 0; zflag = 0;
sys/cddl/dev/dtrace/dtrace_debug.c
352
if (hflag) {
sys/cddl/dev/dtrace/dtrace_debug.c
353
hflag = 0;
sys/cddl/dev/dtrace/dtrace_debug.c
356
hflag = 1;
sys/cddl/dev/dtrace/dtrace_debug.c
377
else if (hflag)
sys/cddl/dev/dtrace/dtrace_debug.c
452
else if (hflag)
sys/cddl/dev/dtrace/dtrace_debug.c
470
else if (hflag)
sys/dev/ida/idareg.h
194
u_int8_t hflag;
sys/kern/subr_prf.c
687
int cflag, hflag, jflag, tflag, zflag;
sys/kern/subr_prf.c
716
cflag = 0; hflag = 0; jflag = 0; tflag = 0; zflag = 0;
sys/kern/subr_prf.c
797
if (hflag) {
sys/kern/subr_prf.c
798
hflag = 0;
sys/kern/subr_prf.c
801
hflag = 1;
sys/kern/subr_prf.c
826
else if (hflag)
sys/kern/subr_prf.c
902
else if (hflag)
sys/kern/subr_prf.c
924
else if (hflag)
tools/tools/netrate/tcpp/tcpp.c
130
hflag++;
tools/tools/netrate/tcpp/tcpp.c
202
if (sflag && (hflag || Mflag > 1))
tools/tools/netrate/tcpp/tcpp.c
52
int cflag, hflag, lflag, mflag, pflag, sflag, tflag, Mflag, Pflag;
tools/tools/netrate/tcpp/tcpp.h
31
extern int cflag, hflag, lflag, mflag, pflag, sflag, tflag;
tools/tools/netrate/tcpp/tcpp_client.c
332
if (hflag)
usr.bin/du/du.c
169
hflag = 0;
usr.bin/du/du.c
173
hflag = UNITS_2;
usr.bin/du/du.c
176
hflag = 0;
usr.bin/du/du.c
183
hflag = 0;
usr.bin/du/du.c
203
hflag = UNITS_SI;
usr.bin/du/du.c
320
if (hflag > 0) {
usr.bin/du/du.c
478
if (hflag == UNITS_SI)
usr.bin/du/du.c
568
if (hflag > 0) {
usr.bin/du/du.c
79
static int Aflag, hflag;
usr.bin/factor/factor.c
107
static int hflag;
usr.bin/factor/factor.c
124
hflag++;
usr.bin/factor/factor.c
180
if (hflag) {
usr.bin/factor/factor.c
215
printf(hflag ? " 0x%" PRIx64 "" : " %" PRIu64 "", *fact);
usr.bin/factor/factor.c
228
if (hflag) {
usr.bin/grep/grep.c
482
hflag = true;
usr.bin/grep/grep.c
699
hflag = true;
usr.bin/grep/grep.c
92
bool hflag; /* -h: don't print filename headers */
usr.bin/grep/grep.h
119
bflag, cflag, hflag, iflag, lflag, mflag, nflag, oflag,
usr.bin/grep/util.c
412
if (!hflag)
usr.bin/grep/util.c
741
if (!hflag) {
usr.bin/ktrdump/ktrdump.c
161
hflag = 1;
usr.bin/ktrdump/ktrdump.c
243
if (hflag)
usr.bin/ktrdump/ktrdump.c
256
if (hflag)
usr.bin/ktrdump/ktrdump.c
345
if (hflag)
usr.bin/ktrdump/ktrdump.c
72
static int hflag;
usr.bin/login/login.c
124
static int hflag; /* -h: login from remote host */
usr.bin/login/login.c
213
hflag = 1;
usr.bin/login/login.c
492
if (hflag)
usr.bin/login/login.c
505
if (hflag)
usr.bin/login/login.c
912
if (hflag) {
usr.bin/login/login.c
947
if (hflag)
usr.bin/netstat/if.c
252
if (hflag) {
usr.bin/netstat/if.c
420
if (!hflag) {
usr.bin/netstat/main.c
209
bool hflag; /* show counters in human readable format */
usr.bin/netstat/main.c
332
hflag = true;
usr.bin/netstat/netstat.h
47
extern bool hflag; /* show counters in human readable format */
usr.bin/primes/primes.c
237
printf(hflag ? "%" PRIx64 "\n" : "%" PRIu64 "\n", factor);
usr.bin/primes/primes.c
311
printf(hflag ? "%" PRIx64 "\n" : "%" PRIu64 "\n", start);
usr.bin/primes/primes.c
76
static int hflag;
usr.bin/primes/primes.c
97
hflag++;
usr.bin/quota/quota.c
115
hflag++;
usr.bin/quota/quota.c
343
if (hflag) {
usr.bin/quota/quota.c
93
static int hflag;
usr.bin/rctl/rctl.c
357
print_rules(char *rules, int hflag, int nflag)
usr.bin/rctl/rctl.c
366
if (hflag)
usr.bin/rctl/rctl.c
411
int hflag, int nflag)
usr.bin/rctl/rctl.c
436
print_rules(outbuf, hflag, nflag);
usr.bin/rctl/rctl.c
494
show_usage(const char *filter, const char *unexpanded_rule, int hflag)
usr.bin/rctl/rctl.c
525
if (hflag)
usr.bin/rctl/rctl.c
541
int hflag, int nflag)
usr.bin/rctl/rctl.c
570
print_rules(outbuf, hflag, nflag);
usr.bin/rctl/rctl.c
588
int ch, aflag = 0, hflag = 0, nflag = 0, lflag = 0, rflag = 0,
usr.bin/rctl/rctl.c
599
hflag = 1;
usr.bin/rctl/rctl.c
629
show_rules(rule, rule, hflag, nflag);
usr.bin/rctl/rctl.c
666
hflag, nflag);
usr.bin/rctl/rctl.c
670
error = show_usage(rule, unexpanded_rule, hflag);
usr.bin/rctl/rctl.c
673
hflag, nflag);
usr.bin/rpcgen/rpc_main.c
1250
cmd->hflag = flag['h'];
usr.bin/rpcgen/rpc_main.c
1282
nflags = cmd->cflag + cmd->hflag + cmd->lflag + cmd->mflag +
usr.bin/rpcgen/rpc_main.c
144
} else if (cmd.hflag) {
usr.bin/rpcgen/rpc_main.c
146
cmd.hflag);
usr.bin/rpcgen/rpc_main.c
166
h_output(cmd.infile, "-DRPC_HDR", EXTEND, ".h", cmd.hflag);
usr.bin/rpcgen/rpc_util.h
86
int hflag; /* header file */
usr.bin/sort/coll.c
465
else if (sm->hflag)
usr.bin/sort/file.c
1129
!(sm->gflag) && !(sm->hflag) && !(sm->nflag)) {
usr.bin/sort/sort.c
194
sm->rflag || sm->Rflag || sm->hflag || sm->dflag || sm->fflag));
usr.bin/sort/sort.c
602
sm->hflag = true;
usr.bin/sort/sort.h
113
bool hflag;
usr.bin/time/time.c
279
} else if (hflag) {
usr.bin/time/time.c
62
static int hflag, pflag;
usr.bin/time/time.c
79
aflag = hflag = lflag = pflag = 0;
usr.bin/time/time.c
86
hflag = 1;
usr.bin/vmstat/vmstat.c
161
static int hflag;
usr.bin/vmstat/vmstat.c
216
hflag = isatty(1);
usr.bin/vmstat/vmstat.c
233
hflag = 1;
usr.bin/vmstat/vmstat.c
236
hflag = 0;
usr.bin/vmstat/vmstat.c
286
if (!hflag)
usr.sbin/chown/chown.c
102
hflag = 1;
usr.sbin/chown/chown.c
123
if (hflag && (Hflag || Lflag))
usr.sbin/chown/chown.c
135
} else if (hflag) {
usr.sbin/chown/chown.c
75
int Hflag, Lflag, Rflag, fflag, hflag, vflag, xflag;
usr.sbin/chown/chown.c
81
Hflag = Lflag = Rflag = fflag = hflag = vflag = xflag = 0;
usr.sbin/edquota/edquota.c
141
hflag++;
usr.sbin/edquota/edquota.c
494
if (hflag) {
usr.sbin/edquota/edquota.c
508
if (hflag) {
usr.sbin/edquota/edquota.c
646
if (hflag ||
usr.sbin/edquota/edquota.c
73
static int hflag;
usr.sbin/getfmac/getfmac.c
63
int ch, hflag;
usr.sbin/getfmac/getfmac.c
67
hflag = 0;
usr.sbin/getfmac/getfmac.c
71
hflag = 1;
usr.sbin/getfmac/getfmac.c
95
if (hflag)
usr.sbin/iostat/iostat.c
181
int hflag = 0, cflag = 0, wflag = 0, nflag = 0;
usr.sbin/iostat/iostat.c
216
hflag++;
usr.sbin/iostat/iostat.c
381
hflag) == -1)
usr.sbin/iostat/iostat.c
541
hflag);
usr.sbin/iostat/iostat.c
566
if (hflag > 0) {
usr.sbin/iostat/iostat.c
578
hflag);
usr.sbin/iostat/iostat.c
618
devstats(hflag, etime, havelast);
usr.sbin/repquota/repquota.c
113
hflag++;
usr.sbin/repquota/repquota.c
256
if (!hflag) {
usr.sbin/repquota/repquota.c
87
static int hflag; /* display in human readable format */
usr.sbin/route6d/route6d.c
1036
if (hflag == 0 && rrt->rrt_index == ifcp->ifc_index)
usr.sbin/route6d/route6d.c
163
static int hflag = 0; /* don't split horizon */
usr.sbin/route6d/route6d.c
359
FLAG('h', hflag, 1); break;
usr.sbin/setfmac/setfmac.c
109
hflag = FTS_PHYSICAL;
usr.sbin/setfmac/setfmac.c
140
fts = fts_open(argv, hflag | xflag, NULL);
usr.sbin/setfmac/setfmac.c
157
if (apply_specs(specs, ftsent, hflag, vflag)) {
usr.sbin/setfmac/setfmac.c
393
apply_specs(struct label_specs *specs, FTSENT *ftsent, int hflag, int vflag)
usr.sbin/setfmac/setfmac.c
476
if ((hflag == FTS_PHYSICAL ? mac_set_link(ftsent->fts_accpath, mac) :
usr.sbin/setfmac/setfmac.c
86
int eflag = 0, xflag = 0, vflag = 0, Rflag = 0, hflag;
usr.sbin/setfmac/setfmac.c
94
hflag = is_setfmac ? FTS_LOGICAL : FTS_PHYSICAL;