Searched defs:p_debug (Results 1 – 2 of 2) sorted by relevance
37 build_options(const char *p_opts, const char *p_debug) { in build_options()
58 #define p_debug(fmt, ...) __p(DEBUG, "Debug", fmt, ##__VA_ARGS__) macro