| /src/external/bsd/libarchive/dist/cat/ |
| cmdline.c | 30 static const char *short_options = "h"; variable 167 p = strchr(short_options, opt);
|
| /src/external/bsd/libarchive/dist/tar/ |
| cmdline.c | 30 static const char *short_options variable 247 p = strchr(short_options, opt); 307 p = strchr(short_options, opt);
|
| /src/external/bsd/kyua-cli/dist/utils/cmdline/ |
| parser.cpp | 61 std::string short_options; member in struct:__anon6981::getopt_data 80 data.short_options.clear(); 97 data.short_options += option->short_name(); 99 data.short_options += ':'; 339 ("+:" + data.short_options).c_str(),
|
| /src/external/bsd/libarchive/dist/cpio/ |
| cmdline.c | 37 static const char *short_options = "067AaBC:cdE:F:f:H:hI:iJjLlmnO:opR:rtuVvW:yZz"; variable 166 p = strchr(short_options, opt);
|
| /src/external/bsd/zstd/dist/tests/regression/ |
| test.c | 58 * short_options. 113 static char const short_options[] = "c:d:ho:z:"; variable 162 c = getopt_long(argc, argv, short_options, long_options, &option_index);
|
| /src/external/gpl2/texinfo/dist/info/ |
| info.c | 131 static char *short_options = "d:n:f:ho:ORswb"; variable 133 static char *short_options = "d:n:f:ho:ORws"; variable 175 (argc, argv, short_options, long_options, &getopt_long_index);
|
| infokey.c | 58 static char *short_options = "o:"; variable 114 (argc, argv, short_options, long_options, &getopt_long_index);
|
| /src/external/bsd/tre/dist/src/ |
| agrep.c | 44 static char const short_options[] = variable 567 c = getopt_long(argc, argv, short_options, long_options, NULL); 569 c = getopt(argc, argv, short_options);
|
| /src/external/gpl2/xcvs/dist/src/ |
| main.c | 556 static const char short_options[] = "+QqrwtlnRuvb:T:e:d:D:Hfz:s:xa"; local 631 (argc, argv, short_options, long_options, &option_index)) 666 (argc, argv, short_options, long_options, &option_index))
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-options.c | 582 char *p, *short_options; local 614 short_options = NZALLOC (char, num_opts * 3 + 1); 615 p = short_options; 713 optc = getopt_long (argc, argv, short_options, long_options, &longind); 792 free (short_options);
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-options.c | 582 char *p, *short_options; local 614 short_options = NZALLOC (char, num_opts * 3 + 1); 615 p = short_options; 713 optc = getopt_long (argc, argv, short_options, long_options, &longind); 792 free (short_options);
|
| /src/external/gpl2/grep/dist/src/ |
| grep.c | 91 static char const short_options[] = variable 1275 while (opt = getopt_long (argc, argv, short_options, long_options, NULL),
|