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

  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 361 int optchar, short_too; local
490 optchar = parse_long_options(nargv, options, long_options,
492 if (optchar != -1) {
494 return (optchar);
498 if ((optchar = (int)*place++) == (int)':' ||
499 (optchar == (int)'-' && *place != '\0') ||
500 (oli = strchr(options, optchar)) == NULL) {
506 if (optchar == (int)'-' && *place == '\0')
513 optchar);
516 warnx(illoptchar, optchar);
    [all...]
  /external/tcpdump/missing/
getopt_long.c 358 int optchar, short_too; local
490 optchar = parse_long_options(nargv, options, long_options,
492 if (optchar != -1) {
494 return (optchar);
498 if ((optchar = (int)*place++) == (int)':' ||
499 (optchar == (int)'-' && *place != '\0') ||
500 (oli = strchr(options, optchar)) == NULL) {
506 if (optchar == (int)'-' && *place == '\0')
513 optchar);
516 warnx(illoptchar, optchar);
    [all...]
  /external/mesa3d/src/getopt/
getopt_long.c 281 int optchar, short_too; local
400 optchar = parse_long_options(nargv, options, long_options,
402 if (optchar != -1) {
404 return (optchar);
408 if ((optchar = (int)*place++) == (int)':' ||
409 (optchar == (int)'-' && *place != '\0') ||
410 (oli = strchr(options, optchar)) == NULL) {
416 if (optchar == (int)'-' && *place == '\0')
421 fprintf(stderr, illoptchar, optchar);
422 optopt = optchar;
    [all...]
  /external/openssh/openbsd-compat/
getopt_long.c 298 int optchar, short_too; local
417 optchar = parse_long_options(nargv, options, long_options,
419 if (optchar != -1) {
421 return (optchar);
425 if ((optchar = (int)*place++) == (int)':' ||
426 (optchar == (int)'-' && *place != '\0') ||
427 (oli = strchr(options, optchar)) == NULL) {
433 if (optchar == (int)'-' && *place == '\0')
438 warnx(illoptchar, optchar);
439 optopt = optchar;
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
win_posix.c 73 const int optchar)
79 if (optchar == opstring[loptn]) {
87 return optchar;
93 return optchar;
96 optopt = optchar;
103 return optchar;
111 optopt = optchar;
  /external/e2fsprogs/misc/
chattr.c 96 char optchar; member in struct:flags_char
123 if (fp->optchar == c)
  /external/selinux/policycoreutils/secon/
secon.c 154 int optchar = 0; local
201 while ((optchar = getopt_long(argc, argv, SECON_OPTS_GO,
203 switch (optchar) {
  /external/epid-sdk/ext/argtable3/
argtable3.c 601 int optchar, short_too; local
736 optchar = parse_long_options(nargv, options, long_options,
738 if (optchar != -1) {
740 return (optchar);
744 if ((optchar = (int)*place++) == (int)':' ||
745 (optchar == (int)'-' && *place != '\0') ||
746 (oli = strchr(options, optchar)) == NULL) {
752 if (optchar == (int)'-' && *place == '\0')
757 warnx(illoptchar, optchar);
758 optopt = optchar;
    [all...]
  /external/mksh/src/
funcs.c 3260 char optchar; member in struct:limits
    [all...]

Completed in 2899 milliseconds