HomeSort by relevance Sort by last modified time
    Searched refs:vsprintf_alloc (Results 1 - 4 of 4) sorted by null

  /external/clearsilver/util/
neo_str.h 31 char *vsprintf_alloc (const char *fmt, va_list ap);
neo_str.c 273 * this is like vsprintf_alloc except it takes a "suggested" size */
336 char *vsprintf_alloc (const char *fmt, va_list ap) function
362 r = vsprintf_alloc (fmt, ap);
neo_hdf.c 326 name = vsprintf_alloc(namefmt, ap);
866 k = vsprintf_alloc(fmt, ap);
    [all...]
  /external/clearsilver/python/
neo_cgi.c 515 buf = vsprintf_alloc(fmt, ap);

Completed in 419 milliseconds