Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/diff/
H A Ddiff.c171 static int entcmp(struct dir *, struct dir *);
1397 int entcmp();
1440 (int (*)(const void *, const void *))entcmp); in setupdir()
1445 entcmp(struct dir *d1, struct dir *d2) in entcmp() function