Symbol: hflag
bin/chmod/chmod.c
117
if (hflag)
bin/chmod/chmod.c
129
} else if (hflag) {
bin/chmod/chmod.c
56
int fts_options, hflag, rval, vflag;
bin/chmod/chmod.c
60
Hflag = Lflag = Rflag = fflag = hflag = vflag = 0;
bin/chmod/chmod.c
88
hflag = 1;
bin/df/df.c
125
hflag = 0;
bin/df/df.c
130
hflag = 0;
bin/df/df.c
133
hflag = UNITS_SI;
bin/df/df.c
136
hflag = UNITS_2;
bin/df/df.c
144
hflag = 0;
bin/df/df.c
154
hflag = 0;
bin/df/df.c
334
if (hflag == UNITS_SI)
bin/df/df.c
387
if (hflag) {
bin/df/df.c
403
mwp->iused = imax(hflag ? 0 : mwp->iused,
bin/df/df.c
405
mwp->ifree = imax(hflag ? 0 : mwp->ifree,
bin/df/df.c
417
if (hflag) {
bin/df/df.c
431
if (hflag) {
bin/df/df.c
91
static int aflag = 0, hflag, iflag, nflag, Tflag;
bin/ln/ln.c
104
hflag = 1;
bin/ln/ln.c
148
if (hflag && lstat(targetdir, &sb) == 0 && S_ISLNK(sb.st_mode)) {
bin/ln/ln.c
241
(!hflag && stat(target, &sb) == 0 && S_ISDIR(sb.st_mode))) {
bin/ln/ln.c
48
static int 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;
games/backgammon/backgammon/main.c
328
if (tflag && hflag) {
games/backgammon/backgammon/main.c
331
hflag = 1;
games/backgammon/backgammon/main.c
394
hflag = 1;
games/backgammon/backgammon/main.c
413
hflag = 0;
games/backgammon/common_source/back.h
87
extern int hflag; /* flag for cleaning screen */
games/backgammon/common_source/init.c
51
int hflag = 1; /* flag for cleaning screen */
games/factor/factor.c
112
hflag++;
games/factor/factor.c
176
if (hflag) {
games/factor/factor.c
209
printf(hflag ? " 0x%lx" : " %lu", *fact);
games/factor/factor.c
222
if (hflag) {
games/factor/factor.c
95
static int hflag;
games/primes/primes.c
235
printf(hflag ? "0x%lx\n" : "%lu\n", factor);
games/primes/primes.c
298
printf(hflag ? "0x%lx\n" : "%lu\n", start);
games/primes/primes.c
78
static int hflag;
games/primes/primes.c
95
hflag++;
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
347
else if (hflag)
libexec/rtld-elf/rtld_printf.c
365
else if (hflag)
sbin/restore/main.c
112
hflag = 0;
sbin/restore/main.c
51
int hflag = 1, mflag = 1, Nflag = 0;
sbin/restore/restore.c
109
long descend = hflag ? GOOD : FAIL;
sbin/restore/restore.c
52
long descend = hflag ? GOOD : FAIL;
sbin/restore/restore.c
69
long descend = hflag ? GOOD : FAIL;
sbin/restore/restore.h
45
extern int hflag; /* restore hierarchies */
sbin/swapon/swapon.c
110
hflag = 'G';
sbin/swapon/swapon.c
113
hflag = 'H';
sbin/swapon/swapon.c
119
hflag = 'K';
sbin/swapon/swapon.c
125
hflag = 'M';
sbin/swapon/swapon.c
215
swaplist(lflag, sflag, hflag);
sbin/swapon/swapon.c
407
sizetobuf(char *buf, size_t bufsize, int hflag, long long val, int hlen,
sbin/swapon/swapon.c
410
if (hflag == 'H') {
sbin/swapon/swapon.c
422
swaplist(int lflag, int sflag, int hflag)
sbin/swapon/swapon.c
434
switch(hflag) {
sbin/swapon/swapon.c
502
sizetobuf(buf, sizeof(buf), hflag, tmp_total, hlen,
sbin/swapon/swapon.c
511
sizetobuf(buf, sizeof(buf), hflag, tmp_used, hlen,
sbin/swapon/swapon.c
518
sizetobuf(buf, sizeof(buf), hflag, total, hlen, blocksize);
sbin/swapon/swapon.c
520
sizetobuf(buf, sizeof(buf), hflag, used, hlen, blocksize);
sbin/swapon/swapon.c
56
static void swaplist(int lflag, int sflag, int hflag);
sbin/swapon/swapon.c
69
int doall, sflag, lflag, hflag, eflag, cflag, iflag;
sbin/swapon/swapon.c
79
sflag = lflag = hflag = doall = eflag = cflag = iflag = 0;
stand/lib/printf.c
186
int cflag, hflag, jflag, tflag, zflag;
stand/lib/printf.c
211
cflag = 0; hflag = 0; jflag = 0; tflag = 0; zflag = 0;
stand/lib/printf.c
267
if (hflag) {
stand/lib/printf.c
268
hflag = 0;
stand/lib/printf.c
271
hflag = 1;
stand/lib/printf.c
292
else if (hflag)
stand/lib/printf.c
358
else if (hflag)
stand/lib/printf.c
376
else if (hflag)
sys/kern/subr_prf.c
560
int cflag, hflag, jflag, lflag, qflag, tflag, zflag;
sys/kern/subr_prf.c
612
cflag = hflag = jflag = lflag = qflag = tflag = zflag = 0;
sys/kern/subr_prf.c
672
if (hflag) {
sys/kern/subr_prf.c
673
hflag = 0;
sys/kern/subr_prf.c
676
hflag = 1;
sys/kern/subr_prf.c
691
else if (hflag)
sys/kern/subr_prf.c
790
else if (hflag)
sys/kern/subr_prf.c
808
else if (hflag)
usr.bin/chflags/chflags.c
109
} else if (hflag) {
usr.bin/chflags/chflags.c
56
int Hflag, Lflag, Rflag, fflag, hflag, vflag;
usr.bin/chflags/chflags.c
60
Hflag = Lflag = Rflag = fflag = hflag = vflag = 0;
usr.bin/chflags/chflags.c
81
hflag = 1;
usr.bin/chflags/chflags.c
97
if (hflag)
usr.bin/du/du.c
148
hflag = 1;
usr.bin/du/du.c
151
hflag = 0;
usr.bin/du/du.c
245
if (hflag) {
usr.bin/du/du.c
275
if (hflag) {
usr.bin/du/du.c
301
if (hflag) {
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/kenv/kenv.c
101
if ((hflag || Nflag) && env != NULL)
usr.bin/kenv/kenv.c
154
if (hflag) {
usr.bin/kenv/kenv.c
43
static int hflag = 0;
usr.bin/kenv/kenv.c
71
hflag++;
usr.bin/login/login.c
118
static int hflag; /* -h: login from remote host */
usr.bin/login/login.c
201
hflag = 1;
usr.bin/login/login.c
461
if (hflag && isdialuptty(tty))
usr.bin/login/login.c
469
if (hflag)
usr.bin/login/login.c
482
if (hflag)
usr.bin/login/login.c
891
if (hflag) {
usr.bin/login/login.c
926
if (hflag)
usr.bin/netstat/if.c
84
if (hflag) { /* human-readable */
usr.bin/netstat/main.c
189
int hflag; /* show counters in human readable format */
usr.bin/netstat/main.c
276
hflag = 1;
usr.bin/netstat/netstat.h
41
extern int hflag; /* show counters in human readable format */
usr.bin/rpcgen/rpc_main.c
1090
cmd->hflag = flag['h'];
usr.bin/rpcgen/rpc_main.c
1122
nflags = cmd->cflag + cmd->hflag + cmd->lflag + cmd->mflag +
usr.bin/rpcgen/rpc_main.c
155
} else if (cmd.hflag) {
usr.bin/rpcgen/rpc_main.c
157
cmd.hflag);
usr.bin/rpcgen/rpc_main.c
177
h_output(cmd.infile, "-DRPC_HDR", EXTEND, ".h", cmd.hflag);
usr.bin/rpcgen/rpc_util.h
88
int hflag; /* header file */
usr.bin/sort/coll.c
459
else if (sm->hflag)
usr.bin/sort/file.c
1242
!(sm->gflag) && !(sm->hflag) && !(sm->nflag)) {
usr.bin/sort/sort.c
222
sm->rflag || sm->hflag || sm->dflag || sm->fflag));
usr.bin/sort/sort.c
629
sm->hflag = true;
usr.bin/sort/sort.h
125
bool hflag;
usr.bin/time/time.c
265
} else if (hflag) {
usr.bin/time/time.c
63
static int hflag, pflag;
usr.bin/time/time.c
79
aflag = hflag = lflag = pflag = 0;
usr.bin/time/time.c
86
hflag = 1;
usr.sbin/chown/chown.c
111
if (hflag && (Hflag || Lflag))
usr.sbin/chown/chown.c
123
} else if (hflag) {
usr.sbin/chown/chown.c
66
int Hflag, Lflag, Rflag, fflag, hflag, vflag, xflag;
usr.sbin/chown/chown.c
72
Hflag = Lflag = Rflag = fflag = hflag = vflag = xflag = 0;
usr.sbin/chown/chown.c
93
hflag = 1;
usr.sbin/iostat/iostat.c
149
int hflag = 0, cflag = 0, wflag = 0, nflag = 0;
usr.sbin/iostat/iostat.c
186
hflag++;
usr.sbin/iostat/iostat.c
319
select_mode, maxshowdevs, hflag) == -1) {
usr.sbin/iostat/iostat.c
335
DS_SELECT_REMOVE, maxshowdevs, hflag) == -1) {
usr.sbin/iostat/iostat.c
432
select_mode, maxshowdevs, hflag);
usr.sbin/iostat/iostat.c
455
if (hflag > 0) {
usr.sbin/iostat/iostat.c
463
select_mode, maxshowdevs, hflag);
usr.sbin/iostat/iostat.c
498
devstats(hflag);
usr.sbin/route6d/route6d.c
164
static int hflag = 0; /* don't split horizon */
usr.sbin/route6d/route6d.c
305
FLAG('h', hflag, 1); break;
usr.sbin/route6d/route6d.c
918
if (hflag == 0 && rrt->rrt_index == ifcp->ifc_index)