/third_party/ltp/lib/ |
D | parse_opts.c | 83 char *optstr; member 130 for (i = 0; std_options[i].optstr; ++i) { in print_help() 165 for (i = 0; std_options[i].optstr; ++i) in parse_opts() 166 optstrlen += strlen(std_options[i].optstr); in parse_opts() 184 for (i = 0; std_options[i].optstr; ++i) in parse_opts() 185 strcat(optionstr, std_options[i].optstr); in parse_opts()
|
D | tst_test.c | 465 char *optstr; member 502 for (i = 0; tst_test->options[i].optstr; i++) { in print_help() 504 tst_test->options[i].optstr[0], in print_help() 544 for (i = 0; toptions[i].optstr; i++) { in check_option_collision() 546 if (toptions[i].optstr[0] == options[j].optstr[0]) { in check_option_collision() 561 for (i = 0; tst_test->options[i].optstr; i++); in count_options() 572 if (toptions[i].optstr[0] == opt) in parse_topt() 593 char optstr[2 * ARRAY_SIZE(options) + 2 * topts_len]; in parse_opts() local 598 optstr[0] = 0; in parse_opts() 601 strcat(optstr, options[i].optstr); in parse_opts() [all …]
|
/third_party/cups-filters/filter/foomatic-rip/ |
D | foomaticrip.c | 315 cmdlineopts = strdup(job->optstr->data); in process_cmdline_options() 441 cmdlineopts = strdup(job->optstr->data); in process_cmdline_options() 667 job->id, job->user, job->title, "1", job->optstr->data, in print_file() 764 job->optstr = create_dstr(); in create_job() 778 free_dstr(job->optstr); in free_job() 917 dstrcatf(job->optstr, "%s ", tmp); in main() 1133 _log("Options: %s\n", job->optstr->data); in main()
|
D | foomaticrip.h | 92 struct dstr *optstr; member
|
D | spooler.c | 82 dstrcatf(job->optstr, " %s", cups_options); in init_cups()
|
D | options.c | 1218 repl = job->optstr->data; in unhtmlify()
|
/third_party/libdrm/tests/vbltest/ |
D | vbltest.c | 48 static char optstr[] = "D:M:s"; variable 105 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|
/third_party/libdrm/tests/proptest/ |
D | proptest.c | 277 static const char optstr[] = "D:M:"; in main() local 282 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|
/third_party/ltp/include/ |
D | tst_test.h | 110 char *optstr; member
|
/third_party/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 723 static const char optstr[] = "s:"; variable 742 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|
/third_party/libdrm/tests/modetest/ |
D | modetest.c | 2022 static char optstr[] = "acdD:efF:M:P:ps:Cvrw:"; variable 2049 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|
/third_party/rust/crates/libc/src/ |
D | wasi.rs | 648 pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; in getopt()
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1198 pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; in getopt()
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 900 pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; in getopt()
|
/third_party/ltp/doc/ |
D | c-test-api.txt | 442 char *optstr; 449 array of 'struct tst_option'. The 'optstr' is the command line option i.e. "o"
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3608 pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; in getopt()
|