/openbmc/u-boot/include/linux/ |
H A D | string.h | 64 const char *strchrnul(const char *s, int c);
|
/openbmc/linux/fs/smb/client/ |
H A D | cifsroot.c | 55 s = strchrnul(s, ','); in cifs_root_setup()
|
/openbmc/linux/arch/arm/boot/compressed/ |
H A D | decompress.c | 36 extern char * strchrnul(const char *, int);
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | audit_logread.c | 121 *strchrnul(v, ':') = '\0'; in readlog()
|
/openbmc/linux/drivers/clk/qcom/ |
H A D | a53-pll.c | 126 strchrnul(np->full_name, '@')); in qcom_a53pll_probe()
|
H A D | apcs-msm8916.c | 67 strchrnul(np->full_name, '@')); in qcom_apcs_msm8916_clk_probe()
|
/openbmc/qemu/include/qemu/ |
H A D | cutils.h | 144 return strchrnul(s, c); in qemu_strchrnul()
|
/openbmc/linux/lib/ |
H A D | string.c | 346 char *strchrnul(const char *s, int c) in strchrnul() function 352 EXPORT_SYMBOL(strchrnul);
|
/openbmc/linux/tools/testing/selftests/wireguard/qemu/ |
H A D | init.c | 144 *strchrnul(start, '\n') = '\0'; in kmod_selftests()
|
/openbmc/u-boot/common/ |
H A D | log.c | 135 p = strchrnul(s, ','); in log_has_file()
|
/openbmc/obmc-console/ |
H A D | console-mux.c | 56 comma = strchrnul(current, ','); in extract_mux_gpio_name()
|
/openbmc/u-boot/drivers/core/ |
H A D | of_access.c | 329 p = strchrnul(path, '/'); in of_find_node_opts_by_path() 357 path = strchrnul(path, '/'); in of_find_node_opts_by_path()
|
/openbmc/linux/drivers/platform/x86/ |
H A D | think-lmi.c | 205 char *p = strchrnul(str, '\n'); in strip_cr() 576 length = strchrnul(buf, '\n') - buf; in kbdlang_store() 946 p = strchrnul(value, ';'); in current_value_show() 1469 p = strchrnul(item, ','); in tlmi_analyze()
|
/openbmc/linux/include/linux/ |
H A D | string.h | 103 extern char * strchrnul(const char *,int);
|
/openbmc/linux/drivers/clk/microchip/ |
H A D | clk-mpfs-ccc.c | 205 strchrnul(dev->of_node->full_name, '@'), i); in mpfs_ccc_register_plls()
|
/openbmc/linux/drivers/of/ |
H A D | base.c | 67 len = strchrnul(node_name, '@') - node_name; in of_node_name_eq() 750 path = strchrnul(path, '/'); in __of_find_node_by_full_path() 794 p = strchrnul(path, '/'); in of_find_node_opts_by_path()
|
H A D | fdt.c | 1032 q = strchrnul(p, ':'); in early_init_dt_scan_chosen_stdout()
|
/openbmc/u-boot/lib/ |
H A D | string.c | 234 const char *strchrnul(const char *s, int c) in strchrnul() function
|
/openbmc/linux/net/dsa/ |
H A D | master.c | 294 const char *end = strchrnul(buf, '\n'), *name; in tagging_store()
|
/openbmc/linux/security/integrity/ima/ |
H A D | ima_template.c | 232 len = strchrnul(template_fmt_ptr, '|') - template_fmt_ptr; in template_desc_init_fields()
|
/openbmc/linux/drivers/pci/endpoint/ |
H A D | pci-epf-core.c | 419 len = strchrnul(name, '.') - name; in pci_epf_create()
|
/openbmc/linux/kernel/debug/kdb/ |
H A D | kdb_io.c | 856 *strchrnul(kdb_grep_string, '\n') = '\0'; in vkdb_printf()
|
/openbmc/linux/security/tomoyo/ |
H A D | util.c | 163 tomoyo_correct_path2(pos, strchrnul(pos, ' ') - pos)) in tomoyo_get_domainname()
|
/openbmc/linux/drivers/media/pci/intel/ |
H A D | ipu-bridge.c | 606 sep = strchrnul(data->board_info.type, '-'); in ipu_bridge_instantiate_vcm()
|
/openbmc/linux/drivers/iio/adc/ |
H A D | qcom-spmi-adc5.c | 645 name[strchrnul(name, '@') - name] = '\0'; in adc5_get_fw_channel_data()
|