Lines Matching defs:searchdirs
1803 char **searchdirs = NULL;
1840 if (searchdirs == NULL) {
1841 searchdirs = safe_malloc(sizeof (char *));
1845 bcopy(searchdirs, tmp, nsearch *
1847 free(searchdirs);
1848 searchdirs = tmp;
1850 searchdirs[nsearch++] = optarg;
1947 if (searchdirs == NULL) {
1948 searchdirs = safe_malloc(sizeof (char *));
1949 searchdirs[0] = "/dev/dsk";
1973 free(searchdirs);
2010 idata.path = searchdirs;
2043 free(searchdirs);
2144 free(searchdirs);