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

12

/freebsd-11-stable/contrib/atf/atf-c/
H A Dtp_test.c53 bool zflag; local
58 zflag = false;
62 zflag = true;
72 ATF_REQUIRE(zflag);
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dapplication_test.cpp51 bool zflag; local
56 zflag = false;
60 zflag = true;
70 ATF_REQUIRE(zflag);
/freebsd-11-stable/usr.bin/cmp/
H A Dextern.h45 extern int lflag, sflag, xflag, zflag;
H A Dcmp.c59 int lflag, sflag, xflag, zflag; variable
90 zflag = 1;
97 zflag = 1;
182 if (zflag && sb1.st_size != sb2.st_size) {
/freebsd-11-stable/usr.bin/resizewin/
H A Dresizewin.c66 int ch, cnt, error, fd, ret, zflag; local
69 zflag = 0;
73 zflag = 1;
87 if (zflag) {
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dmain1.c116 int zflag = 1; variable
150 case 'z': zflag = 0; break;
/freebsd-11-stable/sys/kern/
H A Dkern_gzio.c154 gz_write(struct gzio_stream *s, void *buf, u_int len, int zflag) argument
160 KASSERT(zflag == Z_FINISH || zflag == Z_NO_FLUSH,
161 ("unexpected flag %d", zflag));
174 zerror = deflate(&s->gz_stream, zflag);
219 (zflag == Z_FINISH || s->gz_stream.avail_in > 0));
H A Dsubr_prf.c664 int cflag, hflag, jflag, tflag, zflag; local
692 cflag = 0; hflag = 0; jflag = 0; tflag = 0; zflag = 0;
816 else if (zflag)
879 zflag = 1;
891 else if (zflag)
909 else if (zflag)
/freebsd-11-stable/usr.bin/xargs/
H A Dxargs.c90 static int count, insingle, indouble, oflag, pflag, tflag, Rflag, rval, zflag; variable
205 zflag = 1;
304 if (insingle || indouble || zflag)
308 if (zflag) {
319 if (zflag)
399 if (indouble || zflag)
405 if (insingle || zflag)
411 if (zflag)
/freebsd-11-stable/usr.bin/sort/
H A Dsort.h90 bool zflag; member in struct:sort_opts
H A Dfile.c379 sort_opts_vals.zflag);
387 bwsfwrite(item->str, f, sort_opts_vals.zflag);
622 if (sort_opts_vals.zflag)
792 ret = bwsfgetln(fr->file, &len, sort_opts_vals.zflag,
1047 bwsfwrite(fh->si->str, f_out, sort_opts_vals.zflag);
1053 bwsfwrite(fh->si->str, f_out, sort_opts_vals.zflag);
1440 sort_opts_vals.zflag);
1445 sort_opts_vals.zflag);
/freebsd-11-stable/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;
270 else if (zflag)
333 zflag = 1;
345 else if (zflag)
363 else if (zflag)
/freebsd-11-stable/sys/cddl/dev/dtrace/
H A Ddtrace_debug.c238 int cflag, hflag, jflag, tflag, zflag; local
262 cflag = 0; hflag = 0; jflag = 0; tflag = 0; zflag = 0;
377 else if (zflag)
440 zflag = 1;
452 else if (zflag)
470 else if (zflag)
/freebsd-11-stable/stand/libsa/
H A Dprintf.c259 int cflag, hflag, jflag, tflag, zflag; local
287 cflag = 0; hflag = 0; jflag = 0; tflag = 0; zflag = 0;
402 else if (zflag)
469 zflag = 1;
481 else if (zflag)
499 else if (zflag)
/freebsd-11-stable/usr.bin/usbhidctl/
H A Dusbhid.c59 static int zflag = 0; variable
309 kind = zflag ? 3 : 0;
402 if (!zflag && hid_get_report(f, kind, dbuf, dlen) == 0) {
412 } else if (!zflag) {
486 zflag = 1;
/freebsd-11-stable/usr.bin/killall/
H A Dkillall.c116 int zflag = 0; local
215 zflag++;
334 if (procs[i].ki_stat == SZOMB && !zflag)
/freebsd-11-stable/usr.bin/netstat/
H A Dnetstat.h57 extern int zflag; /* zero stats */
H A Dbpf.c116 if (zflag) {
/freebsd-11-stable/contrib/groff/src/roff/groff/
H A Dgroff.cpp115 int zflag = 0; local
178 zflag++;
296 if (predriver && !zflag) {
353 if (zflag) {
/freebsd-11-stable/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 ||
961 if (xflag > 0 && zflag > 0 && firstline == 1 &&
964 * If zflag is set and we did not print any device
/freebsd-11-stable/sbin/fsck_ffs/
H A Dglobs.c86 int zflag; /* zero unused directory space */ variable
/freebsd-11-stable/usr.bin/gprof/
H A Dgprof.h241 EXTERN bool zflag; /* zero time/called functions, too */ variable
H A Dprintgprof.c132 if ( zflag == 0 && np -> ncall == 0 && np -> time == 0 &&
232 if ( zflag == 0 &&
717 if ( zflag == 0 && nl[idx].ncall == 0 && nl[idx].time == 0 )
/freebsd-11-stable/contrib/libxo/xo/
H A Dxo.c99 zflag = 0, qflag = 0, star1 = 0, star2 = 0; local
114 zflag += 1;
/freebsd-11-stable/contrib/netcat/
H A Dnetcat.c99 int zflag; /* Port Scan Flag */ variable
277 zflag = 1;
339 if (lflag && zflag)
471 if ((s = unix_connect(host)) > 0 && !zflag) {
503 if (vflag || zflag) {
529 else if (!zflag)

Completed in 170 milliseconds

12