/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | sfnt_info.h | 30 short optarg; /* optional argument */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | sfnt_info.h | 32 short optarg; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | sfnt_info.h | 19 short optarg; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | sfnt_info.h | 32 short optarg; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | common.c | 379 char *optarg; variable
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | common.c | 421 char *optarg; variable
|
/kernel/linux/linux-5.10/tools/vm/ |
H A D | page-types.c | 1113 static void parse_addr_range(const char *optarg) in parse_addr_range() argument 1196 static void parse_bits_mask(const char *optarg) in parse_bits_mask() argument 1225 describe_flags(const char *optarg) describe_flags() argument [all...] |
/kernel/linux/linux-6.6/tools/mm/ |
H A D | page-types.c | 1126 static void parse_addr_range(const char *optarg) in parse_addr_range() argument 1209 static void parse_bits_mask(const char *optarg) in parse_bits_mask() argument 1238 describe_flags(const char *optarg) describe_flags() argument [all...] |
/test/ostest/wukong/common/src/ |
H A D | wukong_util.cpp | 275 ErrCode WuKongUtil::SetAllowList(const std::string &optarg) in SetAllowList() argument 303 ErrCode WuKongUtil::SetAllowAbilityList(const std::string &optarg) in SetAllowAbilityList() argument 317 ErrCode WuKongUtil::SetBlockAbilityList(const std::string &optarg) in SetBlockAbilityList() argument 344 ErrCode WuKongUtil::SetBlockList(const std::string &optarg) in SetBlockList() argument 358 ErrCode WuKongUtil::SetBlockPageList(const std::string &optarg) in SetBlockPageList() argument 377 SetComponentUri(const std::string &optarg) SetComponentUri() argument 391 SetComponentUriType(const std::string &optarg) SetComponentUriType() argument 714 SetCompIdBlockList(const std::string &optarg) SetCompIdBlockList() argument 724 SetCompTypeBlockList(const std::string &optarg) SetCompTypeBlockList() argument [all...] |
/third_party/backends/frontend/ |
H A D | scanimage.c | 1072 process_backend_option (SANE_Handle device, int optnum, const char *optarg) in process_backend_option() argument [all...] |
/third_party/ltp/lib/ |
H A D | tst_test.c | 636 static void parse_topt(unsigned int topts_len, int opt, char *optarg) in parse_topt() argument
|
/third_party/nghttp2/src/ |
H A D | h2load.cc | 2063 parse_header_table_size(uint32_t &dst, const char *opt, const char *optarg) parse_header_table_size() argument [all...] |
H A D | shrpx_config.cc | 390 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/ltp/testcases/kernel/mce-test/tools/ |
H A D | page-types.c | 796 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...] |
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/ |
H A D | isst-config.c | 2340 void parse_cpu_command(char *optarg) in parse_cpu_command() argument [all...] |
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/ |
H A D | isst-config.c | 2657 void parse_cpu_command(char *optarg) in parse_cpu_command() argument [all...] |
/kernel/linux/linux-6.6/tools/tracing/latency/ |
H A D | latency-collector.c | 1817 void check_alldigits(const char *optarg, const char *argname) in check_alldigits() argument [all...] |
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 5979 void parse_cpu_command(char *optarg) in parse_cpu_command() argument [all...] |
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 838 pub static mut optarg: *mut c_char; consts
|
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 6510 void parse_cpu_command(char *optarg) in parse_cpu_command() argument [all...] |
/third_party/mksh/ |
H A D | sh.h | 1619 #undef optarg macro 1623 const char *optarg; member
|