Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dauditsc.c1014 long len_full; in audit_log_execve_info() local
1050 len_full = 0; in audit_log_execve_info()
1063 if (len_full == 0) in audit_log_execve_info()
1064 len_full = strnlen_user(p, MAX_ARG_STRLEN) - 1; in audit_log_execve_info()
1089 len_full = len_full * 2; in audit_log_execve_info()
1097 if (len_full < len_max) in audit_log_execve_info()
1098 len_full = (encode ? in audit_log_execve_info()
1132 arg, len_full); in audit_log_execve_info()
1171 len_full = 0; in audit_log_execve_info()