Home
last modified time | relevance | path

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

/nss/
A Dgetnssent.c39 char *new_buf; in __nss_getent() local
41 new_buf = realloc (*buffer, *buffer_size); in __nss_getent()
42 if (new_buf == NULL) in __nss_getent()
50 *buffer = new_buf; in __nss_getent()
A DgetXXbyYY.c143 char *new_buf; in FUNCTION_NAME() local
145 new_buf = (char *) realloc (buffer, buffer_size); in FUNCTION_NAME()
146 if (new_buf == NULL) in FUNCTION_NAME()
153 buffer = new_buf; in FUNCTION_NAME()
A Ddigits_dots.c118 char *new_buf; in __nss_hostname_digits_dots_context() local
120 new_buf = (char *) realloc (*buffer, *buffer_size); in __nss_hostname_digits_dots_context()
122 if (new_buf == NULL) in __nss_hostname_digits_dots_context()
134 *buffer = new_buf; in __nss_hostname_digits_dots_context()

Completed in 6 milliseconds