HomeSort by: relevance | last modified time | path
    Searched defs:search_path (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/veriexecgen/
veriexecgen.c 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; local in function:main
461 search_path = erealloc(search_path, sizeof(char *)
    [all...]
  /src/sys/dev/microcode/aic7xxx/
aicasm.c 89 struct path_list search_path; variable in typeref:struct:path_list
131 SLIST_INIT(&search_path);
223 for (include_dir = SLIST_FIRST(&search_path);
246 SLIST_INSERT_HEAD(&search_path, include_dir,

Completed in 44 milliseconds