Searched refs:bar (Results 1 – 4 of 4) sorted by relevance
82 - 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 bar101 - Press the "Run and Debug" tab at the left bar
35 # <foo,bar> selects a line if "foo" or "bar" are specified.36 # <!foo,bar> selects a line if neither "foo" nor "bar" is
229 void bar(struct foo *f) {247 That is, to implement `bar`, you have a choice of `strcmp`, `strncmp` and
2245 #define DEFAULT(foo, bar) if ((foo) == NULL) (foo) = (bar) in pru_sanitize() argument