Home
last modified time | relevance | path

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

/kernel/
Dauditsc.c1125 long len_tmp; in audit_log_execve_info() local
1183 len_tmp = strncpy_from_user(&buf_head[len_buf], p, in audit_log_execve_info()
1185 if (len_tmp == -EFAULT) { in audit_log_execve_info()
1189 } else if (len_tmp == (len_max - len_buf)) { in audit_log_execve_info()
1198 p += len_tmp; in audit_log_execve_info()
1203 buf, len_tmp); in audit_log_execve_info()
1207 len_tmp * 2 : len_tmp); in audit_log_execve_info()
1208 p += len_tmp + 1; in audit_log_execve_info()
1210 len_buf += len_tmp; in audit_log_execve_info()
1233 len_tmp = 0; in audit_log_execve_info()
[all …]
/kernel/debug/kdb/
Dkdb_io.c205 int len_tmp; in kdb_read() local
356 len_tmp = strlen(p_tmp); in kdb_read()
357 strncpy(p_tmp+len_tmp, cp, lastchar-cp+1); in kdb_read()
358 len_tmp = strlen(p_tmp); in kdb_read()
359 strncpy(cp, p_tmp+len, len_tmp-len + 1); in kdb_read()
360 len = len_tmp - len; in kdb_read()