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

  /external/clearsilver/util/
neo_str.h 32 char *vnsprintf_alloc (int start_size, const char *fmt, va_list ap);
neo_str.c 165 a_buf = vnsprintf_alloc(size*2, fmt, tmp);
299 char *vnsprintf_alloc (int start_size, const char *fmt, va_list ap) function
379 r = vnsprintf_alloc (start_size, fmt, ap);

Completed in 261 milliseconds