Searched refs:DEV_DEV_COMPARE (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/bmake/ |
| H A D | util.c | 262 #ifndef DEV_DEV_COMPARE 263 # define DEV_DEV_COMPARE(a, b) ((a) == (b)) macro 303 DEV_DEV_COMPARE(st_cur.st_dev, st_root.st_dev)) { in getwd() 323 if (DEV_DEV_COMPARE(st_dotdot.st_dev, st_cur.st_dev)) { in getwd() 347 DEV_DEV_COMPARE(st_next.st_dev, st_cur.st_dev)) in getwd()
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | tc.os.c | 1338 DEV_DEV_COMPARE(st_cur.st_dev, st_root.st_dev)) { in xgetcwd() 1359 if (DEV_DEV_COMPARE(st_dotdot.st_dev, st_cur.st_dev)) { in xgetcwd() 1394 DEV_DEV_COMPARE(st_next.st_dev, st_cur.st_dev)) in xgetcwd()
|
| H A D | sh.dir.c | 137 DEV_DEV_COMPARE(swd.st_dev, shp.st_dev) && in dinit() 148 DEV_DEV_COMPARE(swd.st_dev, shp.st_dev) && in dinit() 1147 if (DEV_DEV_COMPARE(statbuf.st_dev, home_dev) && in dcanon()
|
| H A D | sh.h | 254 #ifndef DEV_DEV_COMPARE 255 # define DEV_DEV_COMPARE(x,y) ((x) == (y)) macro
|