Searched refs:strchrnul (Results 1 – 9 of 9) sorted by relevance
| /u-boot/include/linux/ |
| A D | string.h | 67 const char *strchrnul(const char *s, int c);
|
| /u-boot/drivers/pci/ |
| A D | pcie_layerscape_fixup.c | 257 p = strchrnul(s + 1, ','); in get_extra_iommu_ents() 267 p = strchrnul(p + 1, ','); in get_extra_iommu_ents()
|
| /u-boot/drivers/core/ |
| A D | of_access.c | 371 p = strchrnul(path, '/'); in of_find_node_opts_by_path() 399 path = strchrnul(path, '/'); in of_find_node_opts_by_path()
|
| A D | ofnode.c | 211 len = strchrnul(node_name, '@') - node_name; in ofnode_name_eq()
|
| /u-boot/lib/ |
| A D | string.c | 265 const char *strchrnul(const char *s, int c) in strchrnul() function
|
| A D | fdtdec.c | 1521 ptr = strchrnul(ptr, '\0'); in fdtdec_get_carveout() 1535 ptr = strchrnul(ptr, '\0'); in fdtdec_get_carveout()
|
| /u-boot/common/ |
| A D | log.c | 138 p = strchrnul(s, ','); in log_has_file()
|
| /u-boot/boot/ |
| A D | bootmeth-uclass.c | 224 p = strchrnul(s, ' '); in bootmeth_set_order()
|
| /u-boot/drivers/serial/ |
| A D | serial-uclass.c | 224 const char *newline = strchrnul(str, '\n'); in _serial_puts()
|
Completed in 25 milliseconds