Searched defs:strncpy_from_user (Results 1 – 4 of 4) sorted by relevance
297 strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
192 long strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
234 #define strncpy_from_user(to, from, n) \ macro
551 strncpy_from_user(char *__to, const char __user *__from, long __len) in strncpy_from_user() function