Home
last modified time | relevance | path

Searched refs:load_file (Results 1 – 16 of 16) sorted by relevance

/NextBSD/contrib/ipfilter/lib/
HDload_url.c21 hosts = load_file(url); in load_url()
24 hosts = load_file(url); in load_url()
HDload_file.c13 load_file(char *filename) in load_file() function
HDMakefile57 $(DEST)/load_file.o \
245 $(DEST)/load_file.o: $(LIBSRC)/load_file.c $(INCDEP)
246 $(CC) $(CCARGS) -c $(LIBSRC)/load_file.c -o $@
/NextBSD/tools/tools/bus_autoconf/
HDbus_autoconf.c75 load_file(fname, &ptr, &len); in main()
106 load_file(fname, &ptr, &len); in main()
HDbus_load_file.h31 void load_file(const char *, uint8_t **, uint32_t *);
HDbus_load_file.c39 load_file(const char *fname, uint8_t **pptr, uint32_t *plen) in load_file() function
/NextBSD/contrib/ntp/sntp/unity/auto/
HDtest_file_filter.rb15 filters = YAML.load_file( 'test_file_filter.yml' )
HDgenerate_module.rb106 cfg = YAML.load_file(HERE + @yaml_config)[:generate_module]
HDgenerate_test_runner.rb41 yaml_guts = YAML.load_file(config_file)
/NextBSD/sbin/ipf/libipf/
HDMakefile21 kvatoname.c load_dstlist.c load_dstlistnode.c load_file.c \
/NextBSD/sys/kern/
HDlinker_if.m133 STATICMETHOD int load_file {
HDimgact_elf.c93 static int __elfN(load_file)(struct proc *p, const char *file, u_long *addr,
603 __elfN(load_file)(struct proc *p, const char *file, u_long *addr, in __elfN() argument
999 error = __elfN(load_file)(imgp->proc, path, &addr, in __CONCAT()
1008 error = __elfN(load_file)(imgp->proc, newinterp, &addr, in __CONCAT()
1014 error = __elfN(load_file)(imgp->proc, interp, &addr, in __CONCAT()
/NextBSD/contrib/ipfilter/
HDipf.h285 extern alist_t *load_file __P((char *));
/NextBSD/contrib/libucl/src/
HDucl_util.c1504 char *load_file, *tmp; local
1518 load_file = NULL;
1575 asprintf (&load_file, "%.*s", (int)len, data);
1576 if (!ucl_fetch_file (load_file, &buf, &buflen, &parser->err, !try_load)) {
/NextBSD/contrib/gcc/
HDChangeLog-20009692 * fixinc/fixincl.c (load_file): always read header files
HDChangeLog-200130111 (load_file): do not rely on load_file_data() to close file pointer