Searched refs:saved_buf (Results 1 – 2 of 2) sorted by relevance
32 static struct utsname saved_buf; variable59 memcpy(&saved_buf, &buf, sizeof(saved_buf)); in try_leak_bytes()62 (check_field(buf.field_name, saved_buf.field_name, \ in try_leak_bytes()
1352 char *saved_buf = NULL; in find_module() local1564 saved_buf = strdup(buf); in find_module()1611 strcpy(buf, saved_buf); in find_module()1618 if (saved_buf) in find_module()1620 free(saved_buf); in find_module()1621 saved_buf = NULL; in find_module()