| /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.h | 73 extern struct path_list search_path; 
 | 
| 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,
 
 | 
| /src/share/examples/puffs/pgfs/ | 
| newfs.sql | 39 SET search_path TO pgfs; 104 RESET search_path;
 
 |