Searched defs:OPT_STR (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sckmd/sparc/sun4u/
H A Dsckmd.c58 #define OPT_STR "ds" macro
60 #define OPT_STR "" macro
117 while ((opt = getopt(argc, argv, OPT_STR)) != EOF) {
/illumos-gate/usr/src/cmd/pgrep/
H A Dpgrep.c65 #define OPT_STR 0x0008 /* Set the string specified by o_ptr */ macro
99 { OPT_STR, 0, 0, &g_procdir }, /* -D procfsdir */
131 { OPT_STR, 0, 0, &g_delim }, /* -d delim */
656 if (optd->o_opts & OPT_STR)
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.h125 #define OPT_STR "d:Ss:a:e:u:l" macro
138 #define OPT_STR "s:a:e:u:l" macro
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c73 enum { OPT_FLAG=1, OPT_INT, OPT_DBL, OPT_STR, enumerator in enum:s_options::__anon4052
1716 case OPT_STR:
1737 case OPT_STR:
1822 case OPT_STR:
1845 case OPT_STR:

Completed in 70 milliseconds