Home
last modified time | relevance | path

Searched full:ustr (Results 1 – 3 of 3) sorted by relevance

/linux/fs/smb/client/
H A Dreaddir.c451 const __le16 *ustr = (const __le16 *)str; in cifs_unicode_bytelen() local
454 if (ustr[len] == 0) in cifs_unicode_bytelen()
/linux/net/can/
H A Dproc.c274 seq_printf(m, " %8ld user statistic resets (USTR)\n", in can_stats_proc_show()
/linux/kernel/trace/
H A Dtrace_events_filter.c819 char __user *ustr; in test_ustring() local
829 ustr = (char __user *)str; in test_ustring()
830 if (strncpy_from_user_nofault(kstr, ustr, USTRING_BUF_SIZE) < 0) in test_ustring()