Searched refs:sectpath (Results 1 – 1 of 1) sorted by relevance
1122 char sectpath[MAXPATHLEN]; in searchdir() local1128 (void) snprintf(sectpath, sizeof (sectpath), "%s/%s", path, dir); in searchdir()1131 if ((sdp = opendir(sectpath)) == NULL) in searchdir()