Searched refs:hflag (Results 1 - 25 of 49) sorted by relevance

12

/netbsd-6-1-5-RELEASE/dist/pdisk/
H A Derrors.h50 extern int hflag;
H A Derrors.c121 hflag = 1;
H A Dcvt_pt.c47 int hflag = HFLAG_DEFAULT; /* show help */ variable
/netbsd-6-1-5-RELEASE/bin/chmod/
H A Dchmod.c69 int Hflag, Lflag, Rflag, ch, fflag, fts_options, hflag, rval; local
76 Hflag = Lflag = Rflag = fflag = hflag = 0;
105 hflag = 1;
132 if (hflag) {
143 } else if (!hflag)
145 if (hflag)
184 if (!hflag)
/netbsd-6-1-5-RELEASE/usr.bin/chflags/
H A Dchflags.c67 int Hflag, Lflag, Rflag, ch, fts_options, hflag, oct, rval; local
71 Hflag = Lflag = Rflag = hflag = 0;
89 hflag = 1;
109 } else if (!hflag)
156 if (!hflag)
/netbsd-6-1-5-RELEASE/sbin/chown/
H A Dchown.c77 int Hflag, Lflag, Rflag, ch, fflag, fts_options, hflag, rval, vflag; local
86 Hflag = Lflag = Rflag = fflag = hflag = vflag = 0;
114 hflag = 1;
134 if (hflag)
141 } else if (!hflag)
187 if (!hflag)
/netbsd-6-1-5-RELEASE/bin/ln/
H A Dln.c58 static int hflag; /* Check new name for symlink first. */ variable
88 hflag = 1;
131 if (hflag && lstat(sourcedir, &sb) == 0 && S_ISLNK(sb.st_mode)) {
168 /* If the source is a directory (and not a symlink if hflag),
172 (!hflag && !stat(source, &sb) && S_ISDIR(sb.st_mode))) {
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint2/
H A Dexterns2.h45 extern int hflag;
H A Dmain2.c79 int hflag; variable
134 hflag++;
/netbsd-6-1-5-RELEASE/sbin/swapctl/
H A Dswaplist.c57 list_swap(int pri, int kflag, int pflag, int tflag, int dolong, int hflag) argument
101 if (!hflag) {
109 if (hflag || kflag)
132 if (hflag == 0) {
161 if (hflag) {
177 if (hflag) {
197 if (hflag) {
/netbsd-6-1-5-RELEASE/games/backgammon/common_source/
H A Dinit.c57 int hflag = 1; /* flag for cleaning screen */ variable
H A Dback.h77 extern int hflag; /* flag for cleaning screen */
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Dmain1.c90 int hflag; variable
158 case 'h': hflag = 1; break;
/netbsd-6-1-5-RELEASE/bin/df/
H A Ddf.c77 static int aflag, gflag, hflag, iflag, lflag, nflag, Pflag; variable
99 hflag = 0;
106 hflag = 1;
113 hflag = 0;
120 hflag = 0;
150 if (Pflag && (hflag || (usize != 1024 && usize != 512)))
431 if (hflag) {
464 assert(hflag == 0);
489 if (hflag)
/netbsd-6-1-5-RELEASE/usr.bin/shmif_dumpbus/
H A Dshmif_dumpbus.c74 bool hflag = false, doswap = false, isstdout; local
81 hflag = true;
127 if (hflag)
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/clockstuff/
H A Dpropdelay.c113 int hflag = 0; variable
154 hflag++;
193 if (hflag) {
209 if (hflag) {
223 if (hflag) {
236 if (hflag) {
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/dtrace/
H A Ddtrace_debug.c280 int cflag, hflag, jflag, tflag, zflag; local
304 cflag = 0; hflag = 0; jflag = 0; tflag = 0; zflag = 0;
396 if (hflag) {
397 hflag = 0;
400 hflag = 1;
421 else if (hflag)
496 else if (hflag)
514 else if (hflag)
/netbsd-6-1-5-RELEASE/games/backgammon/backgammon/
H A Dmain.c342 if (tflag && hflag) {
345 hflag = 1;
408 hflag = 1;
427 hflag = 0;
/netbsd-6-1-5-RELEASE/usr.bin/quota/
H A Dprintquota.c68 intprt(char *buf, size_t len, uint64_t val, int flags, int hflag) argument
76 if (hflag) {
146 timepprt(char *buf, size_t len, time_t seconds, int hflag) argument
150 if (hflag == 0) {
H A Dquota.c105 static int hflag = 0; variable
134 hflag++;
454 str = intprt(buf, width, qv->qv_usage, intprtflags, hflag);
459 str = intprt(buf, width, qv->qv_softlimit, intprtflags, hflag);
462 str = intprt(buf, width, qv->qv_hardlimit, intprtflags, hflag);
/netbsd-6-1-5-RELEASE/usr.bin/touch/
H A Dtouch.c70 int aflag, cflag, hflag, mflag, ch, fd, len, rval, timeset; local
77 aflag = cflag = hflag = mflag = timeset = 0;
92 hflag = 1;
116 if (hflag) {
/netbsd-6-1-5-RELEASE/usr.sbin/kgmon/
H A Dkgmon.c75 static int bflag, hflag, kflag, rflag, pflag; variable
113 hflag = 1;
150 if (hflag)
184 if (!(bflag || hflag || rflag ||
194 openmode = (bflag || hflag || pflag || rflag) ? O_RDWR : O_RDONLY;
227 if (hflag)
229 rflag = bflag = hflag = 0;
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Drestore.h46 extern int hflag; /* restore hierarchies */
/netbsd-6-1-5-RELEASE/usr.bin/du/
H A Ddu.c68 static int hflag; variable
119 hflag = 1;
254 if (hflag) {
/netbsd-6-1-5-RELEASE/usr.sbin/repquota/
H A Drepquota.c98 static int hflag = 0; /* humanize */ variable
147 hflag++;
370 isbytes ? HN_B : 0, hflag),
373 isbytes ? HN_B : 0, hflag),
376 isbytes ? HN_B : 0, hflag),

Completed in 298 milliseconds

12