Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/
Dauditsc.c1130 long len_full; in audit_log_execve_info() local
1166 len_full = 0; in audit_log_execve_info()
1179 if (len_full == 0) in audit_log_execve_info()
1180 len_full = strnlen_user(p, MAX_ARG_STRLEN) - 1; in audit_log_execve_info()
1205 len_full = len_full * 2; in audit_log_execve_info()
1213 if (len_full < len_max) in audit_log_execve_info()
1214 len_full = (encode ? in audit_log_execve_info()
1248 arg, len_full); in audit_log_execve_info()
1287 len_full = 0; in audit_log_execve_info()