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

  /external/syslinux/com32/include/
unistd.h 33 __extern int optind, opterr, optopt; variable
  /external/libpcap/missing/
getopt.c 44 int opterr = 1, /* if error message should be printed */ variable
97 if (opterr && *ostr != ':')
114 if (opterr)
  /external/syslinux/com32/lib/
getopt.c 12 int optind, opterr, optopt; variable
getopt_long.c 17 int optind, opterr, optopt; variable
  /external/syslinux/libinstaller/getopt/
getopt_long.c 17 int optind, opterr, optopt; variable
  /external/fio/oslib/
getopt_long.c 20 int optind = 0, opterr = 0, optopt = 0; variable
  /system/core/logcat/include/log/
getopt.h 36 int opterr; member in struct:getopt_context
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
win_posix.c 26 const int opterr; /* = 0; */ variable
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 73 int opterr = 1; /* if error message should be printed */ variable
80 #define PRINT_ERROR ((opterr) && (*options != ':'))
  /external/libusb/examples/getopt/
getopt.c 149 int opterr = 1;
478 return '?' after printing an error message. If you set `opterr' to
523 int print_errors = opterr;
148 int opterr = 1; variable
  /external/mesa3d/src/getopt/
getopt_long.c 58 int opterr = 1; /* if error message should be printed */ variable
64 #define PRINT_ERROR ((opterr) && (*options != ':'))
  /external/tcpdump/missing/
getopt_long.c 62 #define PRINT_ERROR ((opterr) && (*options != ':'))
83 int optind, opterr = 1, optopt; variable
  /toolchain/binutils/binutils-2.27/libiberty/
getopt.c 152 int opterr = 1;
489 return '?' after printing an error message. If you set `opterr' to
686 if (opterr)
707 if (opterr)
733 if (opterr)
760 if (opterr)
790 if (opterr)
824 if (opterr)
873 if (opterr)
891 if (opterr)
151 int opterr = 1; variable
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
stats.h 68 STAT_COUNTER opterr; /* Error in options. */ member in struct:stats_proto
  /external/syslinux/lzo/src/
lzo_supp.h 1268 lzo_getopt_opterr_t opterr; member in struct:lzo_getopt_t
    [all...]
miniacc.h 4036 void (*opterr)(acc_getopt_p, const char*, void *); member in struct:acc_getopt_t
    [all...]

Completed in 666 milliseconds