Home
last modified time | relevance | path

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

/xnu-10063.101.15/doc/primitives/
H A Dstring-handling.md146 void bar(struct foo *f) {
164 That is, to implement `bar`, you have a choice of `strcmp`, `strncmp` and
/xnu-10063.101.15/config/
H A DMASTER35 # <foo,bar> selects a line if "foo" or "bar" are specified.
36 # <!foo,bar> selects a line if neither "foo" nor "bar" is
/xnu-10063.101.15/bsd/kern/
H A Duipc_socket2.c2211 #define DEFAULT(foo, bar) if ((foo) == NULL) (foo) = (bar) in pru_sanitize() argument