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

  /external/srtp/include/
getopt_s.h 54 getopt_s(int argc, char * const argv[], const char *optstring);
  /external/marisa-trie/tools/
cmdopt.h 35 const char *optstring; member in struct:cmdopt_t_
49 const char *optstring, const cmdopt_option *longopts);
cmdopt.c 71 for (ptr = h->optstring; *ptr != '\0'; ptr++) {
243 const char *optstring, const cmdopt_option *longopts) {
251 h->optstring = (optstring != NULL) ? optstring : empty_optstring;
  /external/marisa-trie/v0_1_5/tools/
cmdopt.h 35 const char *optstring; member in struct:cmdopt_t_
49 const char *optstring, const cmdopt_option *longopts);
cmdopt.c 71 for (ptr = h->optstring; *ptr != '\0'; ptr++) {
243 const char *optstring, const cmdopt_option *longopts) {
251 h->optstring = (optstring != NULL) ? optstring : empty_optstring;
  /external/srtp/test/
getopt_s.c 77 const char *optstring) {
93 switch(getopt_check_character(string[1], optstring)) {
  /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...]
  /ndk/sources/host-tools/make-3.81/
getopt.c 386 _getopt_initialize (int argc, char *const *argv, const char *optstring)
400 if (optstring[0] == '-')
403 ++optstring;
405 else if (optstring[0] == '+')
408 ++optstring;
445 return optstring;
450 given in OPTSTRING.
467 OPTSTRING is a string containing the legitimate option characters.
468 If an option character is seen that is not listed in OPTSTRING,
472 If a char in OPTSTRING is followed by a colon, that means it wants an arg
    [all...]
  /external/bison/lib/
getopt.c 229 char **argv _GL_UNUSED, const char *optstring,
244 if (optstring[0] == '-')
247 ++optstring;
249 else if (optstring[0] == '+')
252 ++optstring;
289 return optstring;
294 given in OPTSTRING.
311 OPTSTRING is a string containing the legitimate option characters.
312 If an option character is seen that is not listed in OPTSTRING,
316 If a char in OPTSTRING is followed by a colon, that means it wants an arg
    [all...]
  /external/e2fsprogs/misc/
uuidgen.c 19 extern int getopt(int argc, char * const argv[], const char *optstring);
blkid.c 28 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);
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt.c 231 _getopt_initialize (int argc, char **argv, const char *optstring,
246 if (optstring[0] == '-')
249 ++optstring;
251 else if (optstring[0] == '+')
254 ++optstring;
291 return optstring;
296 given in OPTSTRING.
313 OPTSTRING is a string containing the legitimate option characters.
314 If an option character is seen that is not listed in OPTSTRING,
318 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_8/src/utils/
common.c 252 int getopt(int argc, char *const argv[], const char *optstring)
276 cp = os_strchr(optstring, optopt);
common.h 377 int getopt(int argc, char *const argv[], const char *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/netperf/
netlib.h 408 int getopt(int argc, char **argv, char *optstring);

Completed in 1740 milliseconds