Home
last modified time | relevance | path

Searched refs:strchrnul (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/u-boot/include/linux/
H A Dstring.h64 const char *strchrnul(const char *s, int c);
/openbmc/linux/fs/smb/client/
H A Dcifsroot.c55 s = strchrnul(s, ','); in cifs_root_setup()
/openbmc/linux/arch/arm/boot/compressed/
H A Ddecompress.c36 extern char * strchrnul(const char *, int);
/openbmc/linux/tools/testing/selftests/netfilter/
H A Daudit_logread.c121 *strchrnul(v, ':') = '\0'; in readlog()
/openbmc/linux/drivers/clk/qcom/
H A Da53-pll.c126 strchrnul(np->full_name, '@')); in qcom_a53pll_probe()
H A Dapcs-msm8916.c67 strchrnul(np->full_name, '@')); in qcom_apcs_msm8916_clk_probe()
/openbmc/qemu/include/qemu/
H A Dcutils.h144 return strchrnul(s, c); in qemu_strchrnul()
/openbmc/linux/lib/
H A Dstring.c346 char *strchrnul(const char *s, int c) in strchrnul() function
352 EXPORT_SYMBOL(strchrnul);
/openbmc/linux/tools/testing/selftests/wireguard/qemu/
H A Dinit.c144 *strchrnul(start, '\n') = '\0'; in kmod_selftests()
/openbmc/u-boot/common/
H A Dlog.c135 p = strchrnul(s, ','); in log_has_file()
/openbmc/obmc-console/
H A Dconsole-mux.c56 comma = strchrnul(current, ','); in extract_mux_gpio_name()
/openbmc/u-boot/drivers/core/
H A Dof_access.c329 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 Dthink-lmi.c205 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 Dstring.h103 extern char * strchrnul(const char *,int);
/openbmc/linux/drivers/clk/microchip/
H A Dclk-mpfs-ccc.c205 strchrnul(dev->of_node->full_name, '@'), i); in mpfs_ccc_register_plls()
/openbmc/linux/drivers/of/
H A Dbase.c67 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 Dfdt.c1032 q = strchrnul(p, ':'); in early_init_dt_scan_chosen_stdout()
/openbmc/u-boot/lib/
H A Dstring.c234 const char *strchrnul(const char *s, int c) in strchrnul() function
/openbmc/linux/net/dsa/
H A Dmaster.c294 const char *end = strchrnul(buf, '\n'), *name; in tagging_store()
/openbmc/linux/security/integrity/ima/
H A Dima_template.c232 len = strchrnul(template_fmt_ptr, '|') - template_fmt_ptr; in template_desc_init_fields()
/openbmc/linux/drivers/pci/endpoint/
H A Dpci-epf-core.c419 len = strchrnul(name, '.') - name; in pci_epf_create()
/openbmc/linux/kernel/debug/kdb/
H A Dkdb_io.c856 *strchrnul(kdb_grep_string, '\n') = '\0'; in vkdb_printf()
/openbmc/linux/security/tomoyo/
H A Dutil.c163 tomoyo_correct_path2(pos, strchrnul(pos, ' ') - pos)) in tomoyo_get_domainname()
/openbmc/linux/drivers/media/pci/intel/
H A Dipu-bridge.c606 sep = strchrnul(data->board_info.type, '-'); in ipu_bridge_instantiate_vcm()
/openbmc/linux/drivers/iio/adc/
H A Dqcom-spmi-adc5.c645 name[strchrnul(name, '@') - name] = '\0'; in adc5_get_fw_channel_data()

12