Lines Matching defs:searchdirs
1976 char **searchdirs = NULL;
2013 if (searchdirs == NULL) {
2014 searchdirs = safe_malloc(sizeof (char *));
2018 bcopy(searchdirs, tmp, nsearch *
2020 free(searchdirs);
2021 searchdirs = tmp;
2023 searchdirs[nsearch++] = optarg;
2120 if (searchdirs == NULL) {
2121 searchdirs = safe_malloc(sizeof (char *));
2122 searchdirs[0] = "/dev";
2146 free(searchdirs);
2183 idata.path = searchdirs;
2216 free(searchdirs);
2317 free(searchdirs);