HomeSort by relevance Sort by last modified time
    Searched refs:optstring (Results 1 - 13 of 13) sorted by null

  /external/grub/lib/
getopt.c 396 _getopt_initialize (argc, argv, optstring)
399 const char *optstring;
413 if (optstring[0] == '-')
416 ++optstring;
418 else if (optstring[0] == '+')
421 ++optstring;
458 return optstring;
463 given in OPTSTRING.
480 OPTSTRING is a string containing the legitimate option characters.
481 If an option character is seen that is not listed in OPTSTRING,
    [all...]
  /external/e2fsprogs/misc/
uuidgen.c 19 extern int getopt(int argc, char * const argv[], const char *optstring);
blkid.c 18 extern int getopt(int argc, char * const argv[], const char *optstring);
uuidd.c 31 extern int getopt(int argc, char * const argv[], const char *optstring);
  /external/bison/lib/
getopt.c 236 _getopt_initialize (int argc, char **argv, const char *optstring,
251 if (optstring[0] == '-')
254 ++optstring;
256 else if (optstring[0] == '+')
259 ++optstring;
296 return optstring;
301 given in OPTSTRING.
318 OPTSTRING is a string containing the legitimate option characters.
319 If an option character is seen that is not listed in OPTSTRING,
323 If a char in OPTSTRING is followed by a colon, that means it wants an arg
    [all...]
  /external/grub/util/
mbchk.c 28 static char *optstring = "hvq"; variable
191 c = getopt_long (argc, argv, optstring, longopts, 0);
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.c 204 int getopt(int argc, char *const argv[], const char *optstring)
228 cp = os_strchr(optstring, optopt);
common.h 342 int getopt(int argc, char *const argv[], const char *optstring);
  /external/iptables/extensions/
libipt_dccp.c 124 static u_int8_t parse_dccp_option(char *optstring)
128 if (string_to_number(optstring, 1, 255, &ret) == -1)
130 optstring);
  /system/core/sh/
options.c 383 error("usage: getopts optstring var [arg]");
501 nextopt(const char *optstring)
516 for (q = optstring ; *q != c ; ) {
  /external/wpa_supplicant/
common.c 500 int getopt(int argc, char *const argv[], const char *optstring)
524 cp = os_strchr(optstring, optopt);
common.h 457 int getopt(int argc, char *const argv[], const char *optstring);
  /external/netperf/
netlib.h 408 int getopt(int argc, char **argv, char *optstring);

Completed in 214 milliseconds