Searched refs:DEV_DEV_COMPARE (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/bmake/ |
| HD | 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()
|
| /trueos/contrib/tcsh/ |
| HD | 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() 1144 if (DEV_DEV_COMPARE(statbuf.st_dev, home_dev) && in dcanon()
|
| HD | 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()
|
| HD | sh.h | 244 #ifndef DEV_DEV_COMPARE 245 # define DEV_DEV_COMPARE(x,y) ((x) == (y)) macro
|