Searched refs:len_tmp (Results 1 – 3 of 3) sorted by relevance
1032 len_cur = len_tmp; in ibmphp_check_resource()1042 len_cur = len_tmp; in ibmphp_check_resource()1073 len_cur = len_tmp; in ibmphp_check_resource()1083 len_cur = len_tmp; in ibmphp_check_resource()1112 len_cur = len_tmp; in ibmphp_check_resource()1122 len_cur = len_tmp; in ibmphp_check_resource()1149 len_cur = len_tmp; in ibmphp_check_resource()1159 len_cur = len_tmp; in ibmphp_check_resource()1210 len_cur = len_tmp; in ibmphp_check_resource()1220 len_cur = len_tmp; in ibmphp_check_resource()[all …]
245 int len_tmp; in kdb_read() local371 len_tmp = strlen(tmpbuffer) - len; in kdb_read()372 if (lastchar + len_tmp >= bufend) in kdb_read()373 len_tmp = bufend - lastchar; in kdb_read()375 if (len_tmp) { in kdb_read()377 memmove(cp+len_tmp, cp, (lastchar-cp) + 1); in kdb_read()378 memcpy(cp, tmpbuffer+len, len_tmp); in kdb_read()380 cp += len_tmp; in kdb_read()381 lastchar += len_tmp; in kdb_read()
1133 long len_tmp; in audit_log_execve_info() local1206 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()1241 len_tmp = 0; in audit_log_execve_info()1245 len_tmp += snprintf(&abuf[len_tmp], in audit_log_execve_info()1250 len_tmp += snprintf(&abuf[len_tmp], in audit_log_execve_info()1254 len_tmp += snprintf(&abuf[len_tmp], in audit_log_execve_info()1263 len_tmp = len_buf; in audit_log_execve_info()[all …]
Completed in 13 milliseconds