Searched refs:saved_buf (Results 1 – 3 of 3) sorted by relevance
1312 char *saved_buf = NULL; in find_module() local1524 saved_buf = strdup(buf); in find_module()1571 strcpy(buf, saved_buf); in find_module()1578 if (saved_buf) in find_module()1580 free(saved_buf); in find_module()1581 saved_buf = NULL; in find_module()
1220 char *saved_buf = NULL; in find_module() local1444 saved_buf = strdup(buf); in find_module()1491 strcpy(buf, saved_buf); in find_module()1498 if (saved_buf) in find_module()1500 free(saved_buf); in find_module()1501 saved_buf = NULL; in find_module()