Searched refs:D_MISMATCH2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/usr.bin/diff/
H A Ddiff.h83 #define D_MISMATCH2 4 /* path1 was a file, path2 a dir */ macro
H A Ddiff.c502 case D_MISMATCH2:
H A Ddiffreg.c290 return (S_ISDIR(stb1.st_mode) ? D_MISMATCH1 : D_MISMATCH2);

Completed in 85 milliseconds