Home
last modified time | relevance | path

Searched refs:DEV_DEV_COMPARE (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/bmake/
HDutil.c262 #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/
HDsh.dir.c137 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()
HDtc.os.c1338 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()
HDsh.h244 #ifndef DEV_DEV_COMPARE
245 # define DEV_DEV_COMPARE(x,y) ((x) == (y)) macro