Searched refs:strchrnul (Results 1 – 9 of 9) sorted by relevance
| /components/drivers/include/drivers/ |
| A D | serial_dm.h | 25 *context_end = strchrnul((char *)args, ' '); \
|
| /components/libc/compilers/common/include/posix/ |
| A D | string.h | 32 char* strchrnul(const char *s, int c);
|
| /components/libc/compilers/common/ |
| A D | cstring.c | 121 char *strchrnul(const char* s, int c) in strchrnul() function
|
| /components/drivers/ofw/ |
| A D | fdt.c | 616 const char *path_split = strchrnul(stdout_path, ':'); in rt_fdt_scan_chosen_stdout() 695 type_len = strchrnul(options, ',') - options; in rt_fdt_scan_chosen_stdout() 701 options_len = strchrnul(options, ' ') - options; in rt_fdt_scan_chosen_stdout()
|
| A D | base.c | 288 rt_size_t tag_len = strchrnul(node_name, '@') - node_name; in rt_ofw_node_tag_equ() 621 const char *next = strchrnul(path, '/'); in rt_ofw_find_node_by_path()
|
| /components/drivers/core/ |
| A D | platform_ofw.c | 63 rt_size_t tag_len = strchrnul(node_name, '@') - node_name; in ofw_device_rename()
|
| /components/legacy/fdt/src/ |
| A D | dtb_access.c | 260 p = strchrnul(path, '/'); in dtb_node_find_node_opts_by_path() 291 path = strchrnul(path, '/'); in dtb_node_find_node_opts_by_path()
|
| /components/dfs/dfs_v1/filesystems/iso9660/ |
| A D | dfs_iso9660.c | 254 len = strchrnul(path, '/') - path; in iso9660_lookup() 363 len = strchrnul(path, '/') - path; in iso9660_lookup()
|
| /components/legacy/fdt/libfdt/ |
| A D | libfdt.h | 147 char *strchrnul (const char *, int);
|
Completed in 14 milliseconds