Home
last modified time | relevance | path

Searched refs:safe_asprintf (Results 1 – 4 of 4) sorted by relevance

/external/ltp/include/
Dsafe_stdio_fn.h29 int safe_asprintf(const char *file, const int lineno, void (cleanup_fn)(void),
Dtst_safe_stdio.h32 safe_asprintf(__FILE__, __LINE__, NULL, strp, fmt, __VA_ARGS__)
/external/ltp/include/old/
Dold_safe_stdio.h32 safe_asprintf(__FILE__, __LINE__, cleanup_fn, strp, fmt, __VA_ARGS__)
/external/ltp/lib/
Dsafe_stdio.c55 int safe_asprintf(const char *file, const int lineno, void (cleanup_fn)(void), in safe_asprintf() function