Searched defs:print_msg (Results 1 – 4 of 4) sorted by relevance
18 #define print_msg(fmt, ...) fprintf(stderr, fmt "\n", ##__VA_ARGS__) macro
53 static int print_msg = 1; in tst_alloc() local
364 static void update_minimum_latency(struct userdata *u, pa_sink *sink, bool print_msg) { in update_minimum_latency()
439 void print_msg(int msg_num, const char *msg) in print_msg() function