Searched refs:b (Results 1 – 3 of 3) sorted by relevance
217 echo > $tmpdir/foo/lvl1b/file@1b218 echo > $tmpdir/foo/lvl1b/file2@1b219 echo > $tmpdir/foo/lvl1b/file3@1b262 $testprogram --skip-siblings=file@1b $tmpdir |
114 # define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
101 #define MAX(a, b) ({ __typeof__ (a) _a = (a); \ argument102 __typeof__ (b) _b = (b); \
Completed in 6 milliseconds