Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Dstring.h64 const char *strchrnul(const char *s, int c);
/u-boot/drivers/pci/
A Dpcie_layerscape_fixup.c255 p = strchrnul(s + 1, ','); in get_extra_iommu_ents()
265 p = strchrnul(p + 1, ','); in get_extra_iommu_ents()
/u-boot/drivers/core/
A Dof_access.c365 p = strchrnul(path, '/'); in of_find_node_opts_by_path()
393 path = strchrnul(path, '/'); in of_find_node_opts_by_path()
/u-boot/common/
A Dlog.c135 p = strchrnul(s, ','); in log_has_file()
/u-boot/lib/
A Dstring.c234 const char *strchrnul(const char *s, int c) in strchrnul() function

Completed in 20 milliseconds