Home
last modified time | relevance | path

Searched refs:OPTLIST (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/streams/strcmd/
H A Dstrconf.c59 #define OPTLIST "m:t" macro
99 while ((i = getopt(argc, argv, OPTLIST)) != -1) { in main()
H A Dstrchg.c79 #define OPTLIST "af:h:pu:" macro
166 while (!error && (i = getopt(argc, argv, OPTLIST)) != -1) { in main()