Searched refs:DEV_DEV_COMPARE (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | util.c | 227 #ifndef DEV_DEV_COMPARE 228 # define DEV_DEV_COMPARE(a, b) ((a) == (b)) macro 268 DEV_DEV_COMPARE(st_cur.st_dev, st_root.st_dev)) { in getwd() 288 if (DEV_DEV_COMPARE(st_dotdot.st_dev, st_cur.st_dev)) { in getwd() 311 DEV_DEV_COMPARE(st_next.st_dev, st_cur.st_dev)) in getwd()
|
/freebsd/contrib/tcsh/ |
H A D | sh.dir.c | 135 DEV_DEV_COMPARE(swd.st_dev, shp.st_dev) && in dinit() 146 DEV_DEV_COMPARE(swd.st_dev, shp.st_dev) && in dinit() 1147 if (DEV_DEV_COMPARE(statbuf.st_dev, home_dev) && in dcanon_internal()
|
H A D | tc.os.c | 1334 DEV_DEV_COMPARE(st_cur.st_dev, st_root.st_dev)) { in xgetcwd() 1355 if (DEV_DEV_COMPARE(st_dotdot.st_dev, st_cur.st_dev)) { in xgetcwd() 1390 DEV_DEV_COMPARE(st_next.st_dev, st_cur.st_dev)) in xgetcwd()
|
H A D | sh.h | 253 #ifndef DEV_DEV_COMPARE 254 # define DEV_DEV_COMPARE(x,y) ((x) == (y)) macro
|