Searched refs:hintsfile (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sbin/ldconfig/
H A Delfhints.c59 add_dir(const char *hintsfile, const char *name, int trusted) argument
88 errx(1, "\"%s\": Too many directories in path", hintsfile);
93 list_elf_hints(const char *hintsfile) argument
98 read_elf_hints(hintsfile, 1);
99 printf("%s:\n", hintsfile);
143 read_dirs_from_file(const char *hintsfile, const char *listfile) argument
180 add_dir(hintsfile, sp, 0);
187 read_elf_hints(const char *hintsfile, int must_exist) argument
197 if ((fd = open(hintsfile, O_RDONLY)) == -1) {
200 err(1, "Cannot open \"%s\"", hintsfile);
232 update_elf_hints(const char *hintsfile, int argc, char **argv, int merge) argument
252 write_elf_hints(const char *hintsfile) argument
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dserver.c3839 const char *hintsfile = cfg_obj_asstring(fileobj); local
3841 result = configure_hints(view, hintsfile);
3847 "from '%s': %s", hintsfile,

Completed in 54 milliseconds