Searched refs:len_buf (Results 1 – 1 of 1) sorted by relevance
1123 long len_buf; in audit_log_execve_info() local1157 len_buf = 0; in audit_log_execve_info()1178 memmove(buf_head, buf, len_buf); in audit_log_execve_info()1183 len_tmp = strncpy_from_user(&buf_head[len_buf], p, in audit_log_execve_info()1184 len_max - len_buf); in audit_log_execve_info()1189 } else if (len_tmp == (len_max - len_buf)) { in audit_log_execve_info()1210 len_buf += len_tmp; in audit_log_execve_info()1211 buf_head[len_buf] = '\0'; in audit_log_execve_info()1214 len_abuf = (encode ? len_buf * 2 : len_buf + 2); in audit_log_execve_info()1218 if (len_buf >= 0) { in audit_log_execve_info()[all …]