Home
last modified time | relevance | path

Searched defs:optarg (Results 1 - 25 of 26) sorted by relevance

12

/third_party/ltp/pan/
H A Ddebug.c47 int set_debug(char *optarg) in set_debug() argument
/third_party/ffmpeg/compat/
H A Dgetopt.c39 static char *optarg; variable
/third_party/node/deps/cares/src/tools/
H A Dares_getopt.h37 const char *optarg; /* argument associated with option */ member
/third_party/libcoap/examples/
H A Dgetopt.c20 static char *optarg; variable
/third_party/libwebsockets/win32port/win32helpers/
H A Dgetopt.c57 char *optarg; /* argument associated with option */ variable
/third_party/musl/src/misc/
H A Dgetopt.c10 char *optarg; variable
/third_party/glfw/deps/
H A Dgetopt.c36 char* optarg; variable
[all...]
/third_party/nghttp2/src/
H A Dnghttpd.cc56 int parse_push_config(Config &config, const char *optarg) { in parse_push_config() argument
[all...]
H A Dh2load.cc2063 parse_header_table_size(uint32_t &dst, const char *opt, const char *optarg) parse_header_table_size() argument
[all...]
H A Dshrpx_config.cc390 int parse_uint(T *dest, const StringRef &opt, const StringRef &optarg) { in parse_uint() argument
358 parse_header(BlockAllocator &balloc, const StringRef &optarg) parse_header() argument
404 parse_uint_with_unit(T *dest, const StringRef &opt, const StringRef &optarg) parse_uint_with_unit() argument
408 LOG(ERROR) << opt << ": bad value: '" << optarg << "'"; parse_uint_with_unit() local
427 parse_altsvc(AltSvc &altsvc, const StringRef &opt, const StringRef &optarg) parse_altsvc() argument
434 LOG(ERROR) << opt << ": too few parameters: " << optarg; parse_altsvc() local
699 parse_log_format(BlockAllocator &balloc, const StringRef &optarg) parse_log_format() argument
799 parse_address_family(int *dest, const StringRef &opt, const StringRef &optarg) parse_address_family() argument
814 LOG(ERROR) << opt << ": bad value: '" << optarg << "'"; parse_address_family() local
820 parse_duration(ev_tstamp *dest, const StringRef &opt, const StringRef &optarg) parse_duration() argument
824 LOG(ERROR) << opt << ": bad value: '" << optarg << "'"; parse_duration() local
835 parse_tls_proto_version(int &dest, const StringRef &opt, const StringRef &optarg) parse_tls_proto_version() argument
839 LOG(ERROR) << opt << ": invalid TLS protocol version: " << optarg; parse_tls_proto_version() local
1409 parse_forwarded_node_type(const StringRef &optarg) parse_forwarded_node_type() argument
1434 parse_error_page(std::vector<ErrorPage> &error_pages, const StringRef &opt, const StringRef &optarg) parse_error_page() argument
1440 LOG(ERROR) << opt << ": bad value: '" << optarg << "'"; parse_error_page() local
2810 parse_config(Config *config, const StringRef &opt, const StringRef &optarg, std::set<StringRef> &included_set, std::map<StringRef, size_t> &pattern_addr_indexer) parse_config() argument
2818 parse_config(Config *config, int optid, const StringRef &opt, const StringRef &optarg, std::set<StringRef> &included_set, std::map<StringRef, size_t> &pattern_addr_indexer) parse_config() argument
2981 LOG(ERROR) << opt << ": Invalid severity level: " << optarg; parse_config() local
3142 << optarg; parse_config() local
3170 LOG(ERROR) << opt << ": Couldn't read key file's passwd from " << optarg; parse_config() local
3238 LOG(ERROR) << opt << ": Unknown syslog facility: " << optarg; parse_config() local
3416 LOG(ERROR) << opt << ": invalid header field: " << optarg; parse_config() local
3549 LOG(ERROR) << opt << ": " << optarg << " has already been included"; parse_config() local
3571 << ": unsupported cipher for ticket encryption: " << optarg; parse_config() local
3683 LOG(ERROR) << opt << ": unknown parameter " << optarg; parse_config() local
3701 << optarg; parse_config() local
[all...]
/third_party/ninja/src/
H A Dgetopt.c105 char *optarg = NULL; variable
[all...]
/third_party/f2fs-tools/fsck/
H A Dmain.c171 static int is_digits(char *optarg) in is_digits() argument
[all...]
/third_party/alsa-utils/bat/
H A Dbat.c130 static void get_format(struct bat *bat, char *optarg) in get_format() argument
[all...]
/third_party/backends/lib/
H A Dgetopt.c123 char *optarg = NULL; global() variable
[all...]
/third_party/mesa3d/src/getopt/
H A Dgetopt_long.c62 char *optarg; /* argument associated with option */ variable
/third_party/alsa-utils/axfer/
H A Dxfer-libasound.c79 xfer_libasound_parse_opt(struct xfer_context *xfer, int key, const char *optarg) xfer_libasound_parse_opt() argument
[all...]
H A Dxfer-libffado.c78 xfer_libffado_parse_opt(struct xfer_context *xfer, int key, const char *optarg) xfer_libffado_parse_opt() argument
/third_party/libinput/tools/
H A Dshared.c126 tools_parse_option(int option, const char *optarg, struct tools_options *options) tools_parse_option() argument
[all...]
/third_party/musl/Benchmark/musl/
H A Dbenchmark_framework.cpp87 char *optarg = argv[i]; in ShiftOptions() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dcommon.c379 char *optarg; variable
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dcommon.c421 char *optarg; variable
/third_party/backends/frontend/
H A Dscanimage.c1072 process_backend_option (SANE_Handle device, int optnum, const char *optarg) in process_backend_option() argument
[all...]
/third_party/ltp/lib/
H A Dtst_test.c636 static void parse_topt(unsigned int topts_len, int opt, char *optarg) in parse_topt() argument
/third_party/ltp/testcases/kernel/mce-test/tools/
H A Dpage-types.c796 static void parse_addr_range(const char *optarg) in parse_addr_range() argument
879 static void parse_bits_mask(const char *optarg) in parse_bits_mask() argument
903 describe_flags(const char *optarg) describe_flags() argument
[all...]
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs838 pub static mut optarg: *mut c_char; consts

Completed in 24 milliseconds

12