Searched refs:hexagon_strncpy_from_user (Results 1 – 1 of 1) sorted by relevance
88 #define __strncpy_from_user(dst, src, n) hexagon_strncpy_from_user(dst, src, n)95 static inline long hexagon_strncpy_from_user(char *dst, const char __user *src,101 static inline long hexagon_strncpy_from_user(char *dst, const char __user *src, in hexagon_strncpy_from_user() function