Searched refs:cerror_ (Results 1 - 3 of 3) sorted by relevance
/third_party/alsa-utils/alsactl/ |
H A D | alsactl.h | 25 void cerror_(const char *fcn, long line, int cond, const char *fmt, ...); 32 #define cerror(cond, ...) do { cerror_(__func__, __LINE__, (cond) != 0, __VA_ARGS__); } while (0)
|
H A D | utils.c | 146 void cerror_(const char *fcn, long line, int cond, const char *fmt, ...) in cerror_() function
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 25 milliseconds