Lines Matching refs:fmt
19 #define AUTH_LOGF(fmt, ...) printf("[f:" fmt ".]\n", ##__VA_ARGS__)
20 #define AUTH_LOGE(fmt, ...) printf("[e:" fmt ".]\n", ##__VA_ARGS__)
21 #define AUTH_LOGW(fmt, ...) printf("[w:" fmt ".]\n", ##__VA_ARGS__)
22 #define AUTH_LOGI(fmt, ...) printf("[i:" fmt ".]\n", ##__VA_ARGS__)
23 #define AUTH_LOGD(fmt, ...) printf("[d:" fmt ".]\n", ##__VA_ARGS__)