Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/unit/ !
H A DREADME.md82 - At the top bar, select the runnning scheme named after the test executable name (`<test-name>`)
85 - Again at the top bar, to the right of the name of the scheme press `My Mac (arm64e)` to open the …
88 - Press the Play button at the top bar
101 - Press the "Run and Debug" tab at the left bar
/xnu-12377.61.12/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-12377.61.12/doc/primitives/ !
H A Dstring-handling.md229 void bar(struct foo *f) {
247 That is, to implement `bar`, you have a choice of `strcmp`, `strncmp` and
/xnu-12377.61.12/bsd/kern/ !
H A Duipc_socket2.c2245 #define DEFAULT(foo, bar) if ((foo) == NULL) (foo) = (bar) in pru_sanitize() argument