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