OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zflag
(Results
1 - 5
of
5
) sorted by null
/external/e2fsprogs/contrib/
make-sparse.c
55
int
zflag
= 0;
local
77
zflag
= 1;
81
zflag
= 0;
84
if (
zflag
) {
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
subr_prf.c
246
int cflag, hflag, jflag, tflag,
zflag
;
local
274
cflag = 0; hflag = 0; jflag = 0; tflag = 0;
zflag
= 0;
389
else if (
zflag
)
452
zflag
= 1;
464
else if (
zflag
)
482
else if (
zflag
)
/external/openssh/regress/
netcat.c
106
int
zflag
; /* Port Scan Flag */
variable
251
zflag
= 1;
311
if (lflag &&
zflag
)
443
if ((s = unix_connect(host)) > 0 && !
zflag
) {
475
if (vflag ||
zflag
) {
501
else if (!
zflag
)
[
all
...]
/external/tcpdump/
tcpdump.c
165
static char *
zflag
= NULL; /* compress each savefile using a specified command (like gzip or bzip2) */
variable
[
all
...]
/external/mksh/src/
jobs.c
948
int how,
zflag
= 0;
local
958
zflag
= 1;
974
if ((!(j->flags & JF_ZOMBIE) ||
zflag
) &&
[
all
...]
Completed in 1885 milliseconds