Home
last modified time | relevance | path

Searched refs:exithelp (Results 1 – 25 of 25) sorted by relevance

/external/toybox/toys/other/
Dnetcat.c95 if (toys.optc) toys.exithelp++; in netcat_main()
96 } else if (!(toys.optflags&(FLAG_l|FLAG_L)) && toys.optc!=2) toys.exithelp++; in netcat_main()
98 if (toys.exithelp) error_exit("Argument count wrong"); in netcat_main()
Dblockdev.c47 toys.exithelp = 1;
Difconfig.c407 toys.exithelp++; in ifconfig_main()
451 toys.exithelp++; in ifconfig_main()
521 toys.exithelp++; in ifconfig_main()
Dlosetup.c184 toys.exithelp++; in losetup_main()
Dlsattr.c191 toys.exithelp++; in chattr_help()
/external/toybox/toys/pending/
Dpgrep.c95 toys.exithelp++; in pgrep_main()
99 toys.exithelp++; in pgrep_main()
Dcrontab.c350 toys.exithelp++; in crontab_main()
360 toys.exithelp++; in crontab_main()
Dbrctl.c324 toys.exithelp++; in brctl_main()
334 toys.exithelp++; in brctl_main()
Dgroupadd.c66 toys.exithelp = 1; in groupadd_main()
Dipcrm.c87 toys.exithelp++; in ipcrm_main()
Duseradd.c50 toys.exithelp = 1;
Dtftpd.c246 toys.exithelp = 1; in tftpd_main()
Ddd.c301 toys.exithelp = 1; in dd_main()
Dipcs.c429 toys.exithelp++; in ipcs_main()
Droute.c55 toys.exithelp = 1; in show_route_help()
Dmodprobe.c500 toys.exithelp++; in modprobe_main()
Dfdisk.c155 toys.exithelp++; in read_sec_sz()
1490 toys.exitval = toys.exithelp = 1; in fdisk_main()
Dip.c142 toys.exithelp = 1; in iphelp()
/external/toybox/lib/
Dhelp.c36 fprintf(toys.exithelp ? stderr : stdout, "%s", s); in show_help()
Dargs.c385 toys.exithelp++; in get_optflags()
490 toys.exithelp = 0; in get_optflags()
Dlib.c43 if (CFG_TOYBOX_HELP && toys.exithelp) show_help(); in error_exit()
/external/toybox/
Dtoys.h127 int exithelp; // Should error_exit print a usage message first? member
Dmain.c114 toys.exithelp++; in toy_init()
/external/toybox/toys/lsb/
Dkillall.c87 toys.exithelp++; in killall_main()
/external/toybox/toys/posix/
Dkill.c140 toys.exithelp++;