OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exithelp
(Results
1 - 25
of
25
) sorted by null
/external/toybox/lib/
help.c
36
fprintf(toys.
exithelp
? stderr : stdout, "%s", s);
args.c
385
toys.
exithelp
++;
490
toys.
exithelp
= 0;
lib.c
43
if (CFG_TOYBOX_HELP && toys.
exithelp
) show_help();
/external/toybox/toys/other/
blockdev.c
47
toys.
exithelp
= 1;
netcat.c
95
if (toys.optc) toys.
exithelp
++;
96
} else if (!(toys.optflags&(FLAG_l|FLAG_L)) && toys.optc!=2) toys.
exithelp
++;
98
if (toys.
exithelp
) error_exit("Argument count wrong");
losetup.c
184
toys.
exithelp
++;
ifconfig.c
407
toys.
exithelp
++;
451
toys.
exithelp
++;
521
toys.
exithelp
++;
lsattr.c
191
toys.
exithelp
++;
/external/toybox/toys/pending/
pgrep.c
95
toys.
exithelp
++;
99
toys.
exithelp
++;
groupadd.c
66
toys.
exithelp
= 1;
ipcrm.c
87
toys.
exithelp
++;
useradd.c
50
toys.
exithelp
= 1;
brctl.c
324
toys.
exithelp
++;
334
toys.
exithelp
++;
crontab.c
350
toys.
exithelp
++;
360
toys.
exithelp
++;
tftpd.c
246
toys.
exithelp
= 1;
dd.c
301
toys.
exithelp
= 1;
ipcs.c
429
toys.
exithelp
++;
route.c
55
toys.
exithelp
= 1;
modprobe.c
500
toys.
exithelp
++;
fdisk.c
155
toys.
exithelp
++;
[
all
...]
ip.c
142
toys.
exithelp
= 1;
[
all
...]
/external/toybox/toys/lsb/
killall.c
87
toys.
exithelp
++;
/external/toybox/toys/posix/
kill.c
140
toys.
exithelp
++;
/external/toybox/
toys.h
127
int
exithelp
; // Should error_exit print a usage message first?
member in struct:toy_context
main.c
114
toys.
exithelp
++;
Completed in 620 milliseconds