Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/man/
H A Dman.c1122 char sectpath[MAXPATHLEN]; in searchdir() local
1128 (void) snprintf(sectpath, sizeof (sectpath), "%s/%s", path, dir); in searchdir()
1131 if ((sdp = opendir(sectpath)) == NULL) in searchdir()