HomeSort by relevance Sort by last modified time
    Searched defs:optlist (Results 1 - 5 of 5) sorted by null

  /external/toybox/toys/posix/
sort.c 330 char *temp2, *optlist; local
341 optlist = toys.which->options;
342 temp2 = strchr(optlist, *temp);
343 flag = (1<<(optlist-temp2+strlen(optlist)-1));
  /external/toybox/toys/pending/
traceroute.c 540 unsigned char optlist[MAX_IPOPTLEN]; local
546 optlist[0] = IPOPT_NOP;
547 optlist[1] = IPOPT_LSRR;// loose source route option
549 optlist[2] = size + 3;
550 optlist[3] = IPOPT_MINOFF;
551 memcpy(optlist + 4, TT.gw_list, size);
554 (char *)optlist, size + sizeof(TT.gw_list[0])) < 0)
  /toolchain/binutils/binutils-2.27/opcodes/
ns32k-dis.c 220 optlist (int options, const struct ns32k_option * optionP, char * result)
684 optlist (Ivalue, opt_u, result);
689 optlist (Ivalue, opt_U, result);
694 optlist (Ivalue, opt_O, result);
699 optlist (Ivalue, opt_C, result);
704 optlist (Ivalue, opt_S, result);
218 optlist (int options, const struct ns32k_option * optionP, char * result) function
  /toolchain/binutils/binutils-2.27/gas/config/
tc-ns32k.c 804 optlist (char *str, /* The string to extract options from. */
1018 optlist (argv[i], opt3, &tmp);
1023 optlist (argv[i], opt4, &tmp);
1028 optlist (argv[i], opt5, &tmp);
1038 optlist (argv[i], opt1, &iif.iifP[10].object);
1041 optlist (argv[i], opt2, &iif.iifP[10].object);
800 optlist (char *str, \/* The string to extract options from. *\/ function
    [all...]
  /external/toybox/generated/
globals.h 102 struct arg_list *optlist; member in struct:mount_data

Completed in 577 milliseconds