Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/lib/
H A Duaccess.c431 size_t done, len, offset, len_str; in __strncpy_from_user() local
441 len_str = strnlen(dst, len); in __strncpy_from_user()
442 done += len_str; in __strncpy_from_user()
443 src += len_str; in __strncpy_from_user()
444 dst += len_str; in __strncpy_from_user()
445 } while ((len_str == len) && (done < size)); in __strncpy_from_user()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dparse-events.c2208 int len_str, max_len, cut = 0; in __parse_events_print_error() local
2221 len_str = strlen(str); in __parse_events_print_error()
2222 max_len = width - len_str; in __parse_events_print_error()
2241 idx = len_str + err_idx - cut; in __parse_events_print_error()