Searched refs:va_list (Results 1 – 10 of 10) sorted by relevance
/tf-a-ffa_el3_spmc/include/lib/libc/ |
A D | stdio.h | 24 int vprintf(const char *fmt, va_list args); 25 int vsnprintf(char *s, size_t n, const char *fmt, va_list args);
|
A D | stdarg.h | 14 #define va_list __builtin_va_list macro
|
/tf-a-ffa_el3_spmc/lib/libc/ |
A D | printf.c | 92 int vprintf(const char *fmt, va_list args) in vprintf() 193 va_list va; in printf()
|
A D | snprintf.c | 104 int vsnprintf(char *s, size_t n, const char *fmt, va_list args) in vsnprintf() 252 va_list all_args; in snprintf()
|
/tf-a-ffa_el3_spmc/common/ |
A D | tf_log.c | 27 va_list args; in tf_log()
|
/tf-a-ffa_el3_spmc/plat/brcm/board/common/ |
A D | bcm_elog.c | 187 va_list args; in bcm_elog()
|
/tf-a-ffa_el3_spmc/tools/fiptool/ |
A D | fiptool.c | 57 static void vlog(int prio, const char *msg, va_list ap) in vlog() 68 va_list ap; in log_dbgx() 77 va_list ap; in log_warnx() 87 va_list ap; in log_err() 98 va_list ap; in log_errx()
|
/tf-a-ffa_el3_spmc/plat/qti/qtiseclib/src/ |
A D | qtiseclib_cb_interface.c | 51 va_list argp; in qtiseclib_cb_log()
|
/tf-a-ffa_el3_spmc/lib/zlib/ |
A D | zlib.h | 1904 va_list va));
|
/tf-a-ffa_el3_spmc/docs/process/ |
A D | coding-guidelines.rst | 172 | ``vsnprintf`` | Caution | inspect va_list match types |
|
Completed in 16 milliseconds