Home
last modified time | relevance | path

Searched refs:new_buf (Results 1 – 2 of 2) sorted by relevance

/shadow/
A Dsgetspent.c54 char *new_buf; in sgetspent() local
56 new_buf = realloc (buffer, buffer_size); in sgetspent()
57 if (new_buf == NULL) in sgetspent()
65 buffer = new_buf; in sgetspent()
A Dfgetspent.c60 char *new_buf; in fgetspent() local
62 new_buf = realloc (buffer, buffer_size); in fgetspent()
63 if (new_buf == NULL) in fgetspent()
71 buffer = new_buf; in fgetspent()

Completed in 8 milliseconds