Searched refs:strtok_r (Results 1 – 5 of 5) sorted by relevance
| /components/drivers/include/drivers/ |
| A D | serial_dm.h | 26 (arg = strtok_r(arg, ",", &context)) && arg < context_end; \
|
| /components/libc/compilers/common/include/posix/ |
| A D | string.h | 37 char *strtok_r(char *str, const char *delim, char **saveptr);
|
| /components/libc/compilers/common/ |
| A D | cstring.c | 187 rt_weak char *strtok_r(char *str, const char *delim, char **saveptr) in strtok_r() function
|
| /components/libc/ |
| A D | posix-info.txt | 272 % strtok_r() ; thread safe in the default
|
| /components/dfs/dfs_v1/filesystems/nfs/ |
| A D | dfs_nfs.c | 25 #define strtok_r strtok_s macro 160 while ((file = strtok_r(NULL, "/", &path)) != NULL) in get_handle() 228 while ((file = strtok_r(NULL, "/", &path)) != NULL && path && path[0] != 0) in get_dir_handle()
|
Completed in 7 milliseconds