HomeSort by relevance Sort by last modified time
    Searched refs:zflag (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/contrib/
make-sparse.c 51 int zflag = 0; local
73 zflag = 1;
77 zflag = 0;
80 if (zflag) {
  /external/netcat/
netcat.c 88 int zflag; /* Port Scan Flag */ variable
241 zflag = 1;
311 if (lflag && zflag)
429 if ((s = unix_connect(host)) > 0 && !zflag) {
463 if (vflag || zflag) {
487 if (!zflag)
  /external/tcpdump/
tcpdump.c 111 static char *zflag = NULL; /* compress each savefile using a specified command (like gzip or bzip2) */ variable
1120 zflag = strdup(optarg);
    [all...]
  /external/mksh/src/
jobs.c 942 int how, zflag = 0; local
952 zflag = 1;
968 if ((!(j->flags & JF_ZOMBIE) || zflag) &&
    [all...]

Completed in 516 milliseconds