Home
last modified time | relevance | path

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

/kernel/
Dauditsc.c1024 long len_tmp; in audit_log_execve_info() local
1082 len_tmp = strncpy_from_user(&buf_head[len_buf], p, in audit_log_execve_info()
1084 if (len_tmp == -EFAULT) { in audit_log_execve_info()
1088 } else if (len_tmp == (len_max - len_buf)) { in audit_log_execve_info()
1097 p += len_tmp; in audit_log_execve_info()
1102 buf, len_tmp); in audit_log_execve_info()
1106 len_tmp * 2 : len_tmp); in audit_log_execve_info()
1107 p += len_tmp + 1; in audit_log_execve_info()
1109 len_buf += len_tmp; in audit_log_execve_info()
1132 len_tmp = 0; in audit_log_execve_info()
[all …]
/kernel/debug/kdb/
Dkdb_io.c213 int len_tmp; in kdb_read() local
371 len_tmp = strlen(p_tmp); in kdb_read()
372 strncpy(p_tmp+len_tmp, cp, lastchar-cp+1); in kdb_read()
373 len_tmp = strlen(p_tmp); in kdb_read()
374 strncpy(cp, p_tmp+len, len_tmp-len + 1); in kdb_read()
375 len = len_tmp - len; in kdb_read()