Home
last modified time | relevance | path

Searched refs:OPT_STR (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.h123 #define OPT_STR "d:Ss:a:e:u:l" macro
136 #define OPT_STR "s:a:e:u:l" macro
H A Ddcs.c212 while ((opt = getopt(argc, argv, OPT_STR)) != EOF) { in main()
/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) { in main()
/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) in main()
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c70 enum { OPT_FLAG=1, OPT_INT, OPT_DBL, OPT_STR, enumerator
1713 case OPT_STR:
1734 case OPT_STR:
1819 case OPT_STR: in OptPrint()
1842 case OPT_STR: in OptPrint()