HomeSort by relevance Sort by last modified time
    Searched refs:help_exit (Results 1 - 25 of 35) sorted by null

1 2

  /external/toybox/toys/other/
chrt.c 71 if (!*toys.optargs) help_exit("no PRIORITY");
73 help_exit("need 1 of -p or COMMAND");
blockdev.c 46 if (!toys.optflags) help_exit("need --option");
lsattr.c 208 help_exit("bad '%c'", ch);
228 if (!arg) help_exit("bad -v");
308 if (!*argv) help_exit("no file");
sysctl.c 152 if (!*toys.optargs) help_exit("Needs 1 arg");
losetup.c 177 help_exit("needs %d arg%s", 1+!!file, file ? "s" : "");
  /external/toybox/toys/pending/
route.c 200 if (!argv[1]) help_exit(0);
210 if (addr_mask) help_exit("dup netmask");
220 } else help_exit("dup gw");
233 else help_exit("no '%s'", *argv);
264 if (!action || !*argv) help_exit("setroute");
267 if (!*argv) help_exit("setroute");
327 if (!argv[1]) help_exit(0);
338 } else help_exit(0);
341 } else help_exit(0);
354 if (!action || !*argv) help_exit(0)
    [all...]
wget.c 137 if (!(toys.optflags & FLAG_f)) help_exit("no filename");
140 if(!toys.optargs[0]) help_exit("no URL");
groupadd.c 66 help_exit("options, user and group can't be together");
ipcrm.c 86 if (toys.optc) help_exit("unknown argument: %s", *toys.optargs);
useradd.c 49 if (toys.optflags) help_exit("options with USER GROUP");
brctl.c 323 if (toys.optc < t->nargs) help_exit("check args");
330 if (i == ARRAY_LEN(cc)) help_exit("invalid option '%s'", *toys.optargs);
crontab.c 350 help_exit("file name must be specified for replace");
357 if (FLAG_elr) help_exit("no arguments permitted after this option");
tftpd.c 245 if (getsockname(0, (struct sockaddr *)&srcaddr, &socklen)) help_exit(0);
ip.c 516 if ((idx = substring_to_idx(*argv++, vlan_optlist)) == -1) help_exit(0);
519 if (!*argv) help_exit(0);
525 if ((idx = substring_to_idx(*argv, vlan_protolist)) == -1) help_exit(0);
533 if ((param = substring_to_idx(*argv, on_off)) == -1) help_exit(0);
647 if ((idx = substring_to_idx(*argv++, cmd_objectlist)) == -1) help_exit(0);
656 if (!*argv) help_exit(0);
667 } else help_exit(0);
939 help_exit(0);
    [all...]
ipcs.c 428 else help_exit(0);
modprobe.c 509 help_exit("bad syntax");
  /external/toybox/lib/
args.c 139 help_exit("Unknown option %s", gof->arg);
166 if (bad) help_exit("No '%c' with '%c'", opt->c, bad->c);
190 if (opt->c != -1) help_exit("%s-%c", s, opt->c);
193 help_exit("%s--%.*s", s, lo->len, lo->str);
207 if (l < opt->val[0].l) help_exit("-%c < %ld", opt->c, opt->val[0].l);
208 if (l > opt->val[1].l) help_exit("-%c > %ld", opt->c, opt->val[1].l);
216 help_exit("-%c < %lf", opt->c, (double)opt->val[0].f);
218 help_exit("-%c > %lf", opt->c, (double)opt->val[1].f);
478 help_exit("Need%s %d argument%s", letters[!!(gof.minargs-1)],
481 help_exit("Max %d argument%s", gof.maxargs, letters[!(gof.maxargs-1)])
    [all...]
lib.h 184 void help_exit(char *msg, ...) printf_format noreturn;
  /external/autotest/client/cros/cellular/pseudomodem/
client.py 269 def help_exit(self): member in class:PseudoModemClient
276 help_EOF = help_exit
  /external/toybox/toys/lsb/
killall.c 86 if (!(toys.optflags & FLAG_l) && !toys.optc) help_exit("no name");
  /external/toybox/toys/posix/
kill.c 139 if (!*args) help_exit("missing argument");
  /external/toybox/toys/net/
netcat.c 103 help_exit("bad argument count");
ifconfig.c 409 if (!sock->sa_family || !argv[1]) help_exit("bad hw '%s'", *argv);
450 if (!argv[1]) help_exit("%s", *argv);
517 if (i == sizeof(try)/sizeof(*try)) help_exit("bad argument '%s'", *argv);
  /external/toybox/
main.c 135 if ((which->flags & TOYFLAG_NEEDROOT) && euid) help_exit("Not root");
  /external/autotest/client/cros/nfc/
console.py 657 def help_exit(self): member in class:NfcConsole
662 help_EOF = help_exit

Completed in 3120 milliseconds

1 2