HomeSort by: relevance | last modified time | path
    Searched defs:OPTSTRING (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/bad144/
bad144.c 103 #define OPTSTRING "01234acfvn"
105 #define OPTSTRING "01234acvn"
118 while ((ch = getopt(argc, argv, OPTSTRING)) != -1) {
  /src/bin/sh/
miscbltin.c 629 #define OPTSTRING OPTSTRING_b
644 while ((optc = nextopt(OPTSTRING)) != '\0')

Completed in 12 milliseconds