Home
last modified time | relevance | path

Searched refs:one_file (Results 1 – 2 of 2) sorted by relevance

/external/dnsmasq/src/
Doption.c24 static void one_file(char *file, int nest, int hard_opt);
1024 one_file(file, nest, 0); in one_opt()
1092 one_file(path, nest + 1, 0); in one_opt()
2531 static void one_file(char *file, int nest, int hard_opt) in one_file() function
2743 one_file(daemon->dhcp_hosts_file, 1, LOPT_BANK); in reread_dhcp()
2774 one_file(daemon->dhcp_opts_file, 1, LOPT_OPTS); in reread_dhcp()
2872 one_file(conffile, nest, 0); in read_opts()
/external/libpng/contrib/tools/
Dpngfix.c3648 one_file(struct global *global, const char *file_name, const char *out_name) in one_file() function
4005 (void)one_file(&global, *argv, outfile); in main()