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