Searched defs:fmt (Results 1 – 8 of 8) sorted by relevance
/trusted-firmware-a/lib/libc/ |
A D | printf.c | 92 int vprintf(const char *fmt, va_list args) in vprintf() 190 int printf(const char *fmt, ...) in printf()
|
A D | snprintf.c | 104 int vsnprintf(char *s, size_t n, const char *fmt, va_list args) in vsnprintf() 249 int snprintf(char *s, size_t n, const char *fmt, ...) in snprintf()
|
/trusted-firmware-a/common/ |
A D | tf_log.c | 24 void tf_log(const char *fmt, ...) in tf_log()
|
/trusted-firmware-a/include/plat/brcm/common/ |
A D | bcm_elog.h | 32 static inline void bcm_elog(const char *fmt, ...) in bcm_elog()
|
/trusted-firmware-a/include/drivers/brcm/ |
A D | sf.h | 14 #define SPI_DEBUG(fmt, ...) INFO(fmt, ##__VA_ARGS__) argument 16 #define SPI_DEBUG(fmt, ...) argument
|
/trusted-firmware-a/include/common/ |
A D | debug.h | 55 #define no_tf_log(fmt, ...) \ argument
|
/trusted-firmware-a/plat/brcm/board/common/ |
A D | bcm_elog.c | 185 void bcm_elog(const char *fmt, ...) in bcm_elog()
|
/trusted-firmware-a/plat/qti/qtiseclib/src/ |
A D | qtiseclib_cb_interface.c | 48 void qtiseclib_cb_log(unsigned int loglvl, const char *fmt, ...) in qtiseclib_cb_log()
|
Completed in 12 milliseconds