Home
last modified time | relevance | path

Searched refs:xp_eq_str (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/tests/dev/audio/
H A Daudiotest.c106 bool xp_eq_str(int, const char *, const char *, const char *);
815 #define XP_EQ_STR(exp, act) xp_eq_str(__LINE__, exp, act, #act)
816 bool xp_eq_str(int line, const char *exp, const char *act, const char *varname) in xp_eq_str() function