Home
last modified time | relevance | path

Searched refs:lastp (Results 1 – 1 of 1) sorted by relevance

/kernel/
Dsysctl_binary.c934 char __user *lastp; in bin_string() local
943 lastp = oldval + copied - 1; in bin_string()
946 if (get_user(ch, lastp)) in bin_string()
952 if (put_user('\0', lastp)) in bin_string()