HomeSort by: relevance | last modified time | path
    Searched refs:D_MISMATCH1 (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/diff/
diff.h 83 #define D_MISMATCH1 3 /* path1 was a dir, path2 a file */
diff.c 500 case D_MISMATCH1:
diffreg.c 300 return (S_ISDIR(stb1.st_mode) ? D_MISMATCH1 : D_MISMATCH2);

Completed in 15 milliseconds