Searched refs:strndup (Results 1 – 3 of 3) sorted by relevance
36 char *strndup(const char *s, size_t size);
174 char *strndup(const char *s, size_t size) in strndup() function
3510 dst->exe_file = strndup(src->exe_file, DFS_PATH_MAX); in lwp_struct_copy()3904 lwp->exe_file = strndup(new_lwp->exe_file, DFS_PATH_MAX); in sys_execve()
Completed in 19 milliseconds