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

  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 115 static const char illoptchar[] = "illegal option -- %c"; /* From P1003.2 */ variable
512 warnx(posixly_correct ? illoptchar : gnuoptchar,
516 warnx(illoptchar, optchar);
  /external/tcpdump/missing/
getopt_long.c 99 static const char illoptchar[] = "illegal option -- %c"; /* From P1003.2 */ variable
512 warnx(posixly_correct ? illoptchar : gnuoptchar,
516 warnx(illoptchar, optchar);
  /external/mesa3d/src/getopt/
getopt_long.c 95 static const char illoptchar[] = "unknown option -- %c"; variable
421 fprintf(stderr, illoptchar, optchar);

Completed in 199 milliseconds