Searched refs:new_buf (Results 1 – 3 of 3) sorted by relevance
39 char *new_buf; in __nss_getent() local41 new_buf = realloc (*buffer, *buffer_size); in __nss_getent()42 if (new_buf == NULL) in __nss_getent()50 *buffer = new_buf; in __nss_getent()
143 char *new_buf; in FUNCTION_NAME() local145 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()
118 char *new_buf; in __nss_hostname_digits_dots_context() local120 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