Searched defs:DEV_DEV_COMPARE (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/bmake/ | ||
H A D | util.c | 228 # define DEV_DEV_COMPARE(a, b) ((a) == (b)) macro |
/freebsd/contrib/tcsh/ | ||
H A D | sh.h | 254 # define DEV_DEV_COMPARE(x,y) ((x) == (y)) macro |