Searched refs:zflag (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-current/contrib/atf/atf-c/
H A Dtp_test.c53 bool zflag; local
58 zflag = false;
62 zflag = true;
72 ATF_REQUIRE(zflag);
/freebsd-current/contrib/atf/atf-c++/detail/
H A Dapplication_test.cpp51 bool zflag; local
56 zflag = false;
60 zflag = true;
70 ATF_REQUIRE(zflag);
/freebsd-current/usr.bin/cmp/
H A Dextern.h44 extern bool bflag, lflag, sflag, xflag, zflag;
H A Dcmp.c50 bool bflag, lflag, sflag, xflag, zflag; variable
140 zflag = true;
198 zflag = true;
245 if (zflag && sb1.st_size != sb2.st_size) {
/freebsd-current/usr.bin/resizewin/
H A Dresizewin.c65 int ch, cnt, error, fd, ret, zflag; local
68 zflag = 0;
72 zflag = 1;
86 if (zflag) {
/freebsd-current/usr.bin/sort/
H A Dsort.h82 bool zflag; member in struct:sort_opts
H A Dfile.c365 sort_opts_vals.zflag);
373 bwsfwrite(item->str, f, sort_opts_vals.zflag);
601 ret->elsymb = sort_opts_vals.zflag ? '\0' : '\n';
935 bwsfwrite(fh->si->str, f_out, sort_opts_vals.zflag);
941 bwsfwrite(fh->si->str, f_out, sort_opts_vals.zflag);
1328 sort_opts_vals.zflag);
1333 sort_opts_vals.zflag);
/freebsd-current/usr.bin/grep/tests/
H A Dgrep_freebsd_test.sh94 atf_test_case zflag
111 atf_add_test_case zflag
/freebsd-current/usr.bin/xargs/
H A Dxargs.c81 static int count, insingle, indouble, oflag, pflag, tflag, Rflag, rval, zflag; variable
215 zflag = 1;
316 if (insingle || indouble || zflag)
320 if (zflag) {
331 if (zflag)
413 if (indouble || zflag)
419 if (insingle || zflag)
425 if (zflag)
/freebsd-current/sys/cddl/dev/dtrace/
H A Ddtrace_debug.c236 int cflag, hflag, jflag, tflag, zflag; local
260 cflag = 0; hflag = 0; jflag = 0; tflag = 0; zflag = 0;
375 else if (zflag)
438 zflag = 1;
450 else if (zflag)
468 else if (zflag)
/freebsd-current/stand/libsa/
H A Dprintf.c264 int cflag, hflag, jflag, tflag, zflag; local
295 cflag = 0; hflag = 0; jflag = 0; tflag = 0; zflag = 0;
410 else if (zflag)
477 zflag = 1;
489 else if (zflag)
507 else if (zflag)
/freebsd-current/libexec/rtld-elf/
H A Drtld_printf.c131 int cflag, hflag, jflag, tflag, zflag; local
155 cflag = 0; hflag = 0; jflag = 0; tflag = 0; zflag = 0;
271 else if (zflag)
335 zflag = 1;
347 else if (zflag)
365 else if (zflag)
/freebsd-current/usr.bin/usbhidctl/
H A Dusbhid.c58 static int zflag = 0; variable
308 kind = zflag ? 3 : 0;
401 if (!zflag && hid_get_report(f, kind, dbuf, dlen) == 0) {
411 } else if (!zflag) {
485 zflag = 1;
/freebsd-current/sys/contrib/openzfs/cmd/
H A Darcstat.in396 zflag = False
441 zflag = True
448 if hflag or (xflag and zflag) or ((zflag or xflag) and desired_cols):
457 if zflag:
/freebsd-current/usr.bin/killall/
H A Dkillall.c113 int zflag = 0; local
212 zflag++;
332 if (procs[i].ki_stat == SZOMB && !zflag)
/freebsd-current/sys/kern/
H A Dsubr_compressor.c173 int error, zerror, zflag; local
176 zflag = data == NULL ? Z_FINISH : Z_NO_FLUSH;
186 zerror = deflate(&s->gz_stream, zflag);
229 (zflag == Z_FINISH || s->gz_stream.avail_in > 0));
H A Dsubr_prf.c666 int cflag, hflag, jflag, tflag, zflag; local
695 cflag = 0; hflag = 0; jflag = 0; tflag = 0; zflag = 0;
804 else if (zflag)
868 zflag = 1;
880 else if (zflag)
902 else if (zflag)
/freebsd-current/sbin/fsck_ffs/
H A Dglobs.c73 int zflag; /* zero unused directory space */ variable
/freebsd-current/usr.bin/netstat/
H A Dnetstat.h59 extern int zflag; /* zero stats */
H A Dbpf.c113 if (zflag) {
H A Dmain.c223 int zflag; /* zero stats */ variable
420 zflag = 1;
640 zflag));
/freebsd-current/usr.sbin/iostat/
H A Diostat.c147 static int xflag = 0, zflag = 0; variable
259 zflag++;
879 * If zflag is set, skip any devices with zero I/O.
881 if (zflag == 0 || transfers_per_second_read > 0.05 ||
965 if (xflag > 0 && zflag > 0 && firstline == 1 &&
968 * If zflag is set and we did not print any device
/freebsd-current/usr.bin/gprof/
H A Dgprof.h230 EXTERN bool zflag; /* zero time/called functions, too */ variable
H A Dprintgprof.c126 if ( zflag == 0 && np -> ncall == 0 && np -> time == 0 &&
226 if ( zflag == 0 &&
711 if ( zflag == 0 && nl[idx].ncall == 0 && nl[idx].time == 0 )
/freebsd-current/contrib/libxo/xo/
H A Dxo.c100 zflag = 0, qflag = 0, star1 = 0, star2 = 0; local
115 zflag += 1;

Completed in 154 milliseconds

12