Searched refs:len_tmp (Results 1 – 2 of 2) sorted by relevance
244 int len_tmp; in kdb_read() local380 len_tmp = strlen(p_tmp) - len; in kdb_read()381 if (lastchar + len_tmp >= bufend) in kdb_read()382 len_tmp = bufend - lastchar; in kdb_read()384 if (len_tmp) { in kdb_read()386 memmove(cp+len_tmp, cp, (lastchar-cp) + 1); in kdb_read()387 memcpy(cp, p_tmp+len, len_tmp); in kdb_read()389 cp += len_tmp; in kdb_read()390 lastchar += len_tmp; in kdb_read()
1133 long len_tmp; in audit_log_execve_info() local1191 len_tmp = strncpy_from_user(&buf_head[len_buf], p, in audit_log_execve_info()1193 if (len_tmp == -EFAULT) { in audit_log_execve_info()1197 } else if (len_tmp == (len_max - len_buf)) { in audit_log_execve_info()1206 p += len_tmp; in audit_log_execve_info()1211 buf, len_tmp); in audit_log_execve_info()1215 len_tmp * 2 : len_tmp); in audit_log_execve_info()1216 p += len_tmp + 1; in audit_log_execve_info()1218 len_buf += len_tmp; in audit_log_execve_info()1241 len_tmp = 0; in audit_log_execve_info()[all …]