Searched defs:dirname (Results 1 – 3 of 3) sorted by relevance
26 static struct node *read_fstree(const char *dirname) in read_fstree()82 struct boot_info *dt_from_fs(const char *dirname) in dt_from_fs()
30 const char *dirname; /* name of directory to search */ member71 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open()183 void srcfile_add_search_path(const char *dirname) in srcfile_add_search_path()
748 char dirname[PATH_MAX+1], tmpname[PATH_MAX+1], newname[PATH_MAX+1]; in conf_write() local