Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Dstring.h67 const char *strchrnul(const char *s, int c);
/u-boot/drivers/pci/
A Dpcie_layerscape_fixup.c257 p = strchrnul(s + 1, ','); in get_extra_iommu_ents()
267 p = strchrnul(p + 1, ','); in get_extra_iommu_ents()
/u-boot/drivers/core/
A Dof_access.c371 p = strchrnul(path, '/'); in of_find_node_opts_by_path()
399 path = strchrnul(path, '/'); in of_find_node_opts_by_path()
A Dofnode.c211 len = strchrnul(node_name, '@') - node_name; in ofnode_name_eq()
/u-boot/lib/
A Dstring.c265 const char *strchrnul(const char *s, int c) in strchrnul() function
A Dfdtdec.c1521 ptr = strchrnul(ptr, '\0'); in fdtdec_get_carveout()
1535 ptr = strchrnul(ptr, '\0'); in fdtdec_get_carveout()
/u-boot/common/
A Dlog.c138 p = strchrnul(s, ','); in log_has_file()
/u-boot/boot/
A Dbootmeth-uclass.c224 p = strchrnul(s, ' '); in bootmeth_set_order()
/u-boot/drivers/serial/
A Dserial-uclass.c224 const char *newline = strchrnul(str, '\n'); in _serial_puts()

Completed in 25 milliseconds