Home
last modified time | relevance | path

Searched refs:str (Results 10701 - 10725 of 14857) sorted by relevance

1...<<421422423424425426427428429430>>...595

/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.h954 char *tomoyo_encode(const char *str);
955 char *tomoyo_encode2(const char *str, int str_len);
1043 u8 tomoyo_parse_ulong(unsigned long *result, char **str);
/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Dparse-options.c32 static const char *skip_prefix(const char *str, const char *prefix) in skip_prefix() argument
35 return strncmp(str, prefix, len) ? NULL : str + len; in skip_prefix()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Ddebugfs.c717 char str[32]; in params_show() local
719 snprintf(str, 32, "g_tx_fifo_size[%d]", i); in params_show()
720 seq_printf(seq, "%-30s: %d\n", str, p->g_tx_fifo_size[i]); in params_show()
/kernel/linux/linux-6.6/drivers/firmware/tegra/
H A Dbpmp-debugfs.c56 static int seqbuf_read_str(struct seqbuf *seqbuf, const char **str) in seqbuf_read_str() argument
58 *str = seqbuf->buf + seqbuf->pos; in seqbuf_read_str()
59 seqbuf->pos += strnlen(*str, seqbuf_avail(seqbuf)); in seqbuf_read_str()
/kernel/linux/linux-6.6/drivers/net/ethernet/sgi/
H A Dmeth.c40 #define DPRINTK(str,args...) printk(KERN_DEBUG "meth: %s: " str, __func__ , ## args)
43 #define DPRINTK(str,args...)
/kernel/linux/linux-6.6/drivers/of/
H A Dproperty.c1133 static int strcmp_suffix(const char *str, const char *suffix) in strcmp_suffix() argument
1137 len = strlen(str); in strcmp_suffix()
1141 return strcmp(str + len - suffix_len, suffix); in strcmp_suffix()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c46 static int __init mtrr_param_setup(char *str) in mtrr_param_setup() argument
50 if (!str) in mtrr_param_setup()
52 if (!strcmp(str, "debug")) in mtrr_param_setup()
H A Dcleanup.c147 static int __init disable_mtrr_cleanup_setup(char *str) in disable_mtrr_cleanup_setup() argument
154 static int __init enable_mtrr_cleanup_setup(char *str) in enable_mtrr_cleanup_setup() argument
803 static int __init disable_mtrr_trim_setup(char *str) in disable_mtrr_trim_setup() argument
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Damd.c869 static int __init rdrand_cmdline(char *str) in rdrand_cmdline() argument
871 if (!str) in rdrand_cmdline()
874 if (!strcmp(str, "force")) in rdrand_cmdline()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dbt1-pvt.c768 u32 attr, int ch, const char **str) in pvt_hwmon_read_string()
777 *str = pvt_info[ch].label; in pvt_hwmon_read_string()
784 *str = pvt_info[PVT_VOLT + ch].label; in pvt_hwmon_read_string()
766 pvt_hwmon_read_string(struct device *dev, enum hwmon_sensor_types type, u32 attr, int ch, const char **str) pvt_hwmon_read_string() argument
H A Dina3221.c583 u32 attr, int channel, const char **str) in ina3221_read_string()
589 *str = "sum of shunt voltages"; in ina3221_read_string()
591 *str = ina->inputs[index].label; in ina3221_read_string()
582 ina3221_read_string(struct device *dev, enum hwmon_sensor_types type, u32 attr, int channel, const char **str) ina3221_read_string() argument
/kernel/linux/linux-6.6/drivers/iio/frequency/
H A Dadf4377.c873 const char *str; in adf4377_properties_parse() local
899 ret = device_property_read_string(&spi->dev, "adi,muxout-select", &str); in adf4377_properties_parse()
903 ret = match_string(adf4377_muxout_modes, ARRAY_SIZE(adf4377_muxout_modes), str); in adf4377_properties_parse()
/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Diommu.h927 static inline const char *decode_prq_descriptor(char *str, size_t size, in decode_prq_descriptor() argument
930 char *buf = str; in decode_prq_descriptor()
952 return str; in decode_prq_descriptor()
/kernel/linux/linux-6.6/drivers/input/serio/
H A Dhp_sdc.c1060 const char *str; in hp_sdc_register() local
1074 HP_SDC_XTD_REV_STRINGS(hp_sdc.r7e & HP_SDC_XTD_REV, str) in hp_sdc_register()
1075 printk(KERN_INFO PREFIX "Revision: %s\n", str); in hp_sdc_register()
/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Dparse-options.c32 static const char *skip_prefix(const char *str, const char *prefix) in skip_prefix() argument
35 return strncmp(str, prefix, len) ? NULL : str + len; in skip_prefix()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dcsum.c399 static void eth_str_to_addr(const char *str, unsigned char *eth) in eth_str_to_addr() argument
401 if (sscanf(str, "%hhx:%hhx:%hhx:%hhx:%hhx:%hhx", in eth_str_to_addr()
403 error(1, 0, "cannot parse mac addr %s", str); in eth_str_to_addr()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dconfdata.c916 const char *str; in conf_write() local
961 str = menu_get_prompt(menu); in conf_write()
965 "#\n", str); in conf_write()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.h954 char *tomoyo_encode(const char *str);
955 char *tomoyo_encode2(const char *str, int str_len);
1040 u8 tomoyo_parse_ulong(unsigned long *result, char **str);
/kernel/linux/linux-6.6/sound/oss/dmasound/
H A Ddmasound_core.c1431 static int __maybe_unused dmasound_setup(char *str) in dmasound_setup() argument
1435 str = get_options(str, ARRAY_SIZE(ints), ints); in dmasound_setup()
/kernel/linux/linux-6.6/lib/
H A Dnlattr.c847 * @str: another string
849 int nla_strcmp(const struct nlattr *nla, const char *str) in nla_strcmp() argument
851 int len = strlen(str); in nla_strcmp()
861 d = memcmp(nla_data(nla), str, len); in nla_strcmp()
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit_lite.py68 self.timeout = str(int(get_config_value(
173 linux_host: str, nfs_server ip
174 linux_directory: str, the directory on the linux
175 is_remote: str, server is remote or not
176 case_type: str, CppTestLite or CTestLite, default value is
313 if (str(get_local_ip()) == linux_host) and (
678 if self.is_clean and str(self.is_clean).lower() == "true" \
/third_party/ffmpeg/libavfilter/
H A Dvf_fftfilt.c95 { "weight_Y", "set luminance expression in Y plane", OFFSET(weight_str[Y]), AV_OPT_TYPE_STRING, {.str = "1"}, 0, 0, FLAGS },
96 { "weight_U", "set chrominance expression in U plane", OFFSET(weight_str[U]), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, FLAGS },
97 { "weight_V", "set chrominance expression in V plane", OFFSET(weight_str[V]), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, FLAGS },
/third_party/curl/lib/
H A Dcf-h1-proxy.c728 data->set.str[STRING_USERAGENT] && *data->set.str[STRING_USERAGENT]) { in start_CONNECT()
732 data->set.str[STRING_USERAGENT]); in start_CONNECT()
H A Dldap.c798 * Split 'str' into strings separated by commas.
799 * Note: out[] points into 'str'.
801 static bool split_str(char *str, char ***out, size_t *count) in split_str() argument
809 s = strchr(str, ','); in split_str()
819 for(i = 0, s = strtok_r(str, ",", &lasts); s && i < items; in split_str()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcdtrgtst.c244 void aux917( UDateFormat *fmt, UChar* str) in aux917() argument
268 if( u_strcmp(formatted,str)!=0) { in aux917()
269 log_err("Fail: Want %s Got: %s\n", austrdup(str), austrdup(formatted) ); in aux917()

Completed in 44 milliseconds

1...<<421422423424425426427428429430>>...595