Searched refs:new_buf (Results 1 – 2 of 2) sorted by relevance
54 char *new_buf; in sgetspent() local56 new_buf = realloc (buffer, buffer_size); in sgetspent()57 if (new_buf == NULL) in sgetspent()65 buffer = new_buf; in sgetspent()
60 char *new_buf; in fgetspent() local62 new_buf = realloc (buffer, buffer_size); in fgetspent()63 if (new_buf == NULL) in fgetspent()71 buffer = new_buf; in fgetspent()
Completed in 7 milliseconds