Lines Matching full:fmt_
66 #define error_func_msg(fmt_, ...) \
67 error_msg("%s: " fmt_, __func__, ##__VA_ARGS__)
68 #define perror_func_msg(fmt_, ...) \
69 perror_msg("%s: " fmt_, __func__, ##__VA_ARGS__)
70 #define debug_func_msg(fmt_, ...) \
71 debug_msg("%s: " fmt_, __func__, ##__VA_ARGS__)
72 #define debug_func_perror_msg(fmt_, ...) \
73 debug_perror_msg("%s: " fmt_, __func__, ##__VA_ARGS__)
74 #define error_func_msg_and_die(fmt_, ...) \
75 error_msg_and_die("%s: " fmt_, __func__, ##__VA_ARGS__)
76 #define perror_func_msg_and_die(fmt_, ...) \
77 perror_msg_and_die("%s: " fmt_, __func__, ##__VA_ARGS__)