Home | History | Annotate | Download | only in veriexecgen

Lines Matching defs:search_path

135 banner(veriexecgen_t *vp, hash_t *hash_type, char **search_path)
141 if (search_path) {
142 for (j = 0; search_path[j] != NULL; j++)
143 (void)printf("%s ", search_path[j]);
278 walk_dir(veriexecgen_t *vp, char **search_path, hash_t *hash)
283 if ((fh = fts_open(search_path, FTS_PHYSICAL, NULL)) == NULL) {
284 gripe(vp, "fts_open `%s'", (const char *)search_path);
438 char **search_path = NULL;
461 search_path = erealloc(search_path, sizeof(char *) *
463 search_path[total] = optarg;
464 search_path[++total] = NULL;
532 if (search_path == NULL && !v.from_file)
543 if (search_path != NULL) {
545 banner(&v, hash, search_path);
546 walk_dir(&v, search_path, hash);