Searched refs:OPT_STR (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | dcs.h | 125 #define OPT_STR "d:Ss:a:e:u:l" macro 138 #define OPT_STR "s:a:e:u:l" macro
|
H A D | dcs.c | 214 while ((opt = getopt(argc, argv, OPT_STR)) != EOF) { in main()
|
/titanic_50/usr/src/cmd/sckmd/sparc/sun4u/ |
H A D | sckmd.c | 58 #define OPT_STR "ds" macro 60 #define OPT_STR "" macro 117 while ((opt = getopt(argc, argv, OPT_STR)) != EOF) { in main()
|
/titanic_50/usr/src/cmd/pgrep/ |
H A D | pgrep.c | 65 #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()
|
/titanic_50/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 73 enum { OPT_FLAG=1, OPT_INT, OPT_DBL, OPT_STR, enumerator 1716 case OPT_STR: 1737 case OPT_STR: 1822 case OPT_STR: in OptPrint() 1845 case OPT_STR: in OptPrint()
|