Searched refs:strchrnul (Results 1 – 7 of 7) sorted by relevance
| /openbmc/u-boot/include/linux/ |
| H A D | string.h | 64 const char *strchrnul(const char *s, int c);
|
| /openbmc/qemu/include/qemu/ |
| H A D | cutils.h | 144 return strchrnul(s, c); in qemu_strchrnul()
|
| /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/u-boot/lib/ |
| H A D | string.c | 234 const char *strchrnul(const char *s, int c) in strchrnul() function
|
| /openbmc/qemu/ |
| H A D | meson.build | 2671 config_host_data.set('HAVE_STRCHRNUL', cc.has_function('strchrnul', prefix: osdep_prefix))
|