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

  /external/chromium_org/third_party/libsrtp/srtp/include/
getopt_s.h 54 getopt_s(int argc, char * const argv[], const char *optstring);
  /external/srtp/include/
getopt_s.h 54 getopt_s(int argc, char * const argv[], const char *optstring);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pygetopt.h 13 PyAPI_FUNC(int) _PyOS_GetOpt(int argc, char **argv, char *optstring);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pygetopt.h 13 PyAPI_FUNC(int) _PyOS_GetOpt(int argc, char **argv, char *optstring);
  /external/chromium_org/third_party/libsrtp/srtp/test/
getopt_s.c 77 const char *optstring) {
93 switch(getopt_check_character(string[1], optstring)) {
  /external/srtp/test/
getopt_s.c 77 const char *optstring) {
93 switch(getopt_check_character(string[1], optstring)) {
  /external/fio/lib/
getopt_long.c 8 * - First optstring character "-" not supported.
42 int getopt_long_only(int argc, char *const *argv, const char *optstring,
55 "optstring" or "argv" argument have changed since last time
58 if (optstring != pvt.last_optstring || argv != pvt.last_argv ||
61 pvt.last_optstring = optstring;
122 if (opt != ':' && (osptr = strchr(optstring, opt))) {
147 return (optstring[0] == ':')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
getopt.py 187 def do_shorts(opts, optstring, shortopts, args):
188 while optstring != '':
189 opt, optstring = optstring[0], optstring[1:]
191 if optstring == '':
195 optstring, args = args[0], args[1:]
196 optarg, optstring = optstring, ''
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
getopt.py 187 def do_shorts(opts, optstring, shortopts, args):
188 while optstring != '':
189 opt, optstring = optstring[0], optstring[1:]
191 if optstring == '':
195 optstring, args = args[0], args[1:]
196 optarg, optstring = optstring, ''
  /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);
tune2fs.c 876 char optstring[100] = "c:e:fg:i:jlm:o:r:s:u:C:E:I:J:L:M:O:T:U:"; local
879 strcat(optstring, "Q:");
884 while ((c = getopt(argc, argv, optstring)) != EOF)
    [all...]
  /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/fio/t/
genzipf.c 96 const char *optstring = "t:g:i:o:b:p:ch"; local
99 while ((c = getopt(argc, argv, optstring)) != -1) {
  /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 378 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 360 milliseconds