HomeSort by relevance Sort by last modified time
    Searched full:optc (Results 51 - 75 of 91) sorted by null

1 23 4

  /external/toybox/toys/posix/
split.c 103 TT.outfile = xmprintf("%s%*c", (toys.optc == 2) ? toys.optargs[1] : "x",
wc.c 110 if (toys.optc>1) show_lengths(TT.totals, "total");
du.c 162 for (args = toys.optc ? toys.optargs : noargs; *args; args++)
id.c 164 if (toys.optc) while(*toys.optargs) do_id(*toys.optargs++);
grep.c 385 toys.optc--;
390 if (!(toys.optflags & FLAG_h) && toys.optc>1) toys.optflags |= FLAG_H;
  /external/toybox/
toys.h 106 int optc; // Count of optargs member in struct:toy_context
  /toolchain/binutils/binutils-2.27/gas/config/
tc-nds32.h 53 #define md_parse_option(optc, optarg) nds32_parse_option (optc, optarg)
  /toolchain/binutils/binutils-2.27/ld/emultempl/
armcoff.em 77 gld${EMULATION_NAME}_handle_option (int optc)
79 switch (optc)
  /external/ltp/testcases/network/stress/ns-tools/
ns-icmpv4_sender.c 167 int optc; /* option */ local
177 while ((optc = getopt(argc, argv, "I:S:M:D:s:t:dhcfilLpv")) != EOF) {
178 switch (optc) {
ns-tcpserver.c 533 int optc; /* option */ local
547 while ((optc = getopt(argc, argv, "f:p:bcswo:dh")) != EOF) {
548 switch (optc) {
ns-icmp_redirector.c 166 int optc; /* option */ local
169 while ((optc = getopt(argc, argv, "I:N:t:bdh")) != EOF) {
170 switch (optc) {
ns-icmpv6_sender.c 428 int optc; /* option */ local
446 while ((optc =
448 switch (optc) {
  /external/toybox/lib/
args.c 41 * toys.optc = 1 (there was 1 leftover argument)
473 toys.optargs[toys.optc++] = toys.argv[gof.argc];
477 if (toys.optc<gof.minargs)
480 if (toys.optc>gof.maxargs)
  /external/toybox/toys/lsb/
umount.c 113 if (!toys.optc && !(toys.optflags & FLAG_a))
  /external/toybox/toys/pending/
useradd.c 48 if (toys.optc == 2) {
modprobe.c 506 if ((toys.optc < 1) && (((flags & FLAG_r) && (flags & FLAG_l))
512 if ((flags & FLAG_r) && !toys.optc) {
crontab.c 347 if (!toys.optc) {
telnet.c 296 if (toys.optc == 2) port = toys.optargs[1];
  /external/mksh/src/
misc.c 354 int optc, arrayset = 0; local
375 while ((optc = ksh_getopt(argv, &go, opts)) != -1) {
377 switch (optc) {
448 if (what == OF_SET && optc == 's') {
453 if (optc == OFC(i) &&
459 internal_errorf("parse_args: '%c'", optc);
2099 int optc, rv, phys_path; local
    [all...]
histrap.c 91 int optc; local
100 while ((optc = ksh_getopt(wp, &builtin_opt,
102 switch (optc) {
144 optc, builtin_opt.optarg);
311 if ((optc = command(editor ? editor : TFCEDIT_dollaru, 0)))
312 return (optc);
    [all...]
Build.sh 78 optc=`echo "$line" | sed 's/^[<>]\(.\).*$/\1/'`
79 test x"$optc" = x'|' && return
80 optclo=`echo "$optc" | tr $allu $alll`
81 if test x"$optc" = x"$optclo"; then
169 case $optc in
170 '|') optc=0 ;;
171 *) optc=\'$optc\' ;;
176 o_gen=$o_gen$nl"$line, $optc)"
182 3:) genopt_die Expected optc sym at EOF ;
    [all...]
  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 80 OptC("c", llvm::cl::desc("Compile and assemble, but do not link."));
236 if (OptC) {
  /external/toybox/toys/net/
ftpget.c 121 if (toys.optc != 3) error_exit("-m FROM TO");
  /toolchain/binutils/binutils-2.27/binutils/
strings.c 163 int optc;
193 while ((optc = getopt_long (argc, argv, "adfhHn:wot:e:T:s:Vv0123456789",
196 switch (optc)
161 int optc; local
  /toolchain/binutils/binutils-2.27/ld/
lexsup.c 661 int optc; local
678 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind);
679 if (optc == '?')
682 optc = getopt_long (argc, argv, "-", really_longopts, &longind);
685 if (ldemul_handle_option (optc))
688 if (optc == -1)
691 switch (optc)
    [all...]

Completed in 1141 milliseconds

1 23 4