Searched refs:rt_strncpy (Results 1 – 3 of 3) sorted by relevance
187 menu "rt_strncpy options"189 bool "Enable rt_strncpy to use user-defined version"194 bool "Enable rt_strncpy to use libc strncpy"197 endmenu # rt_strncpy options
361 char *rt_strncpy(char *dst, const char *src, rt_size_t n) in rt_strncpy() function390 RTM_EXPORT(rt_strncpy);
690 rt_strncpy(truncated_name, name, RT_NAME_MAX - 1); in _match_name()753 rt_strncpy(name, obj_name, (rt_size_t)name_size); in rt_object_get_name()
Completed in 30 milliseconds