Lines Matching defs:v
20 static inline const char *str_enable_disable(bool v) in str_enable_disable()
24 #define str_disable_enable(v) str_enable_disable(!(v)) argument
26 static inline const char *str_enabled_disabled(bool v) in str_enabled_disabled()
30 #define str_disabled_enabled(v) str_enabled_disabled(!(v)) argument
32 static inline const char *str_hi_lo(bool v) in str_hi_lo()
36 #define str_lo_hi(v) str_hi_lo(!(v)) argument
38 static inline const char *str_high_low(bool v) in str_high_low()
42 #define str_low_high(v) str_high_low(!(v)) argument
44 static inline const char *str_read_write(bool v) in str_read_write()
48 #define str_write_read(v) str_read_write(!(v)) argument
50 static inline const char *str_on_off(bool v) in str_on_off()
54 #define str_off_on(v) str_on_off(!(v)) argument
56 static inline const char *str_yes_no(bool v) in str_yes_no()
60 #define str_no_yes(v) str_yes_no(!(v)) argument
62 static inline const char *str_up_down(bool v) in str_up_down()
66 #define str_down_up(v) str_up_down(!(v)) argument
68 static inline const char *str_true_false(bool v) in str_true_false()
72 #define str_false_true(v) str_true_false(!(v)) argument