| /src/usr.sbin/bootp/bootptest/ |
| print-bootp.c | 284 const char *optstr; 300 optstr = rfc1048_opts[tag]; 301 printf(" %s:", optstr + 1); 304 optstr = "?"; 314 switch (optstr[0]) { 283 const char *optstr; local
|
| /src/external/bsd/atf/dist/atf-c++/detail/ |
| application.cpp | 158 std::string optstr; local 160 optstr += '+'; // Turn on POSIX behavior. 162 optstr += ':'; 169 optstr += opt.m_character; 171 optstr += ':'; 178 while ((ch = ::getopt(m_argc, m_argv, optstr.c_str())) != -1) {
|
| /src/external/bsd/blocklist/test/ |
| srvtest.c | 193 const char *optstr = "up:s:"; local 195 const char *optstr = "up:"; local 200 while ((c = getopt(argc, argv, optstr)) != -1)
|
| /src/external/bsd/atf/dist/tools/ |
| application.cpp | 154 std::string optstr = ":"; local 161 optstr += opt.m_character; 163 optstr += ':'; 170 while ((ch = ::getopt(m_argc, m_argv, optstr.c_str())) != -1) {
|
| /src/sys/compat/ultrix/ |
| ultrix_fs.c | 324 char *optstr; /* string of nfs mount options*/ member in struct:ultrix_nfs_args
|
| /src/usr.bin/grep/ |
| grep.c | 167 static const char optstr[] = variable 402 while (((c = getopt_long(aargc, aargv, optstr, long_options, NULL)) !=
|
| /src/external/cddl/osnet/dist/cmd/zfs/ |
| zfs_main.c | 5353 const char *optstr = un ? "ldugecsrh" : "ldugecsh"; local 5356 while ((c = getopt(argc, argv, optstr)) != -1) {
|