Searched refs:bar (Results 1 – 3 of 3) sorted by relevance
146 void bar(struct foo *f) {164 That is, to implement `bar`, you have a choice of `strcmp`, `strncmp` and
35 # <foo,bar> selects a line if "foo" or "bar" are specified.36 # <!foo,bar> selects a line if neither "foo" nor "bar" is
2211 #define DEFAULT(foo, bar) if ((foo) == NULL) (foo) = (bar) in pru_sanitize() argument