Home
last modified time | relevance | path

Searched defs:IDENTICAL (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/cat/
H A Dcat.c50 #define IDENTICAL(A, B) (A.st_dev == B.st_dev && A.st_ino == B.st_ino) macro
/titanic_44/usr/src/cmd/vi/port/
H A Dexpreserve.c52 #define IDENTICAL(A, B) (A.st_dev == B.st_dev && A.st_ino == B.st_ino) macro
H A Dex.h73 #define IDENTICAL(A,B) (A.st_dev==B.st_dev && A.st_ino==B.st_ino) macro
/titanic_44/usr/src/cmd/lp/model/
H A Dlp.cat.c350 #define IDENTICAL(A, B) (A.st_dev == B.st_dev && A.st_ino == B.st_ino) macro
/titanic_44/usr/src/cmd/mv/
H A Dmv.c63 #define IDENTICAL(A, B) (A.st_dev == B.st_dev && A.st_ino == B.st_ino) macro
/titanic_44/usr/src/cmd/ed/
H A Ded.c142 #define IDENTICAL(A, B) (A.st_dev == B.st_dev && A.st_ino == B.st_ino) macro