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

  /src/usr.sbin/ypserv/ypserv/
ypserv.c 308 #define GETOPTSTR "dflp:"
310 #define GETOPTSTR "dfp:"
312 while ((ch = getopt(argc, argv, GETOPTSTR)) != -1) {
333 #undef GETOPTSTR
  /src/bin/ps/
ps.c 109 #define GETOPTSTR "aAcCdegG:hjk:LlM:mN:O:o:p:rSsTt:U:uvW:wx"
234 while ((ch = getopt(argc, argv, GETOPTSTR)) != -1)

Completed in 17 milliseconds