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

  /external/openssh/openbsd-compat/
getopt.c 50 #define BADARG (int)':'
108 return (BADARG);
  /bionic/libc/unistd/
getopt_long.c 84 #define BADARG ((*options == ':') ? (int)':' : (int)'?')
234 return (BADARG);
266 return (BADARG);
449 return (BADARG);
471 return (BADARG);

Completed in 237 milliseconds