Searched refs:result_ptr (Results 1 – 2 of 2) sorted by relevance
36 _IO_vasprintf (result_ptr, format, args) in _IO_vasprintf() argument37 char **result_ptr; in _IO_vasprintf()72 *result_ptr = (char *) realloc (sf._sbf._f._IO_buf_base, needed);75 *result_ptr = (char *) malloc (needed);76 if (*result_ptr != NULL)78 memcpy (*result_ptr, sf._sbf._f._IO_buf_base, needed - 1);83 *result_ptr = (char *) realloc (sf._sbf._f._IO_buf_base, needed);85 if (*result_ptr == NULL)86 *result_ptr = sf._sbf._f._IO_buf_base;87 (*result_ptr)[needed - 1] = '\0';
629 extern int _IO_vasprintf __P ((char **result_ptr, __const char *format,