Searched refs:len_tmp (Results 1 – 2 of 2) sorted by relevance
1004 long len_tmp; in audit_log_execve_info() local1062 len_tmp = strncpy_from_user(&buf_head[len_buf], p, in audit_log_execve_info()1064 if (len_tmp == -EFAULT) { in audit_log_execve_info()1068 } else if (len_tmp == (len_max - len_buf)) { in audit_log_execve_info()1077 p += len_tmp; in audit_log_execve_info()1082 buf, len_tmp); in audit_log_execve_info()1086 len_tmp * 2 : len_tmp); in audit_log_execve_info()1087 p += len_tmp + 1; in audit_log_execve_info()1089 len_buf += len_tmp; in audit_log_execve_info()1112 len_tmp = 0; in audit_log_execve_info()[all …]
213 int len_tmp; in kdb_read() local371 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()