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

/illumos-gate/usr/src/cmd/man/
H A Dman.c182 static int getdirs(char *, char ***, int);
638 if (*localedir != '\0' && getdirs(ldir, NULL, 0) > 0)
649 getdirs(char *path, char ***dirv, int flag) function
705 if (getdirs(ldir, NULL, 0) != 0) {
962 ndirs = getdirs(ldir, NULL, 0);

Completed in 49 milliseconds