Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dstring.h64 const char *strchrnul(const char *s, int c);
/openbmc/qemu/include/qemu/
H A Dcutils.h144 return strchrnul(s, c); in qemu_strchrnul()
/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/u-boot/lib/
H A Dstring.c234 const char *strchrnul(const char *s, int c) in strchrnul() function
/openbmc/qemu/
H A Dmeson.build2671 config_host_data.set('HAVE_STRCHRNUL', cc.has_function('strchrnul', prefix: osdep_prefix))