Searched refs:check_msg (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/dtc/
H A Dchecks.c102 static inline void check_msg(struct check *c, const char *fmt, ...) __attribute__((format (printf, 2, 3)));
104 static inline void check_msg(struct check *c, const char *fmt, ...) function
122 check_msg((c), __VA_ARGS__); \
161 check_msg(c, "Failed prerequisite '%s'",

Completed in 98 milliseconds