Searched refs:load_file (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dload_file.h8 /* load_file 3h
12 /* #include <load_file.h>
21 extern void load_file(const char *, LOAD_FILE_FN, void *);
H A Dload_file.c5 /* load_file 3
9 /* #include <load_file.h>
11 /* void load_file(path, action, context)
50 #include <load_file.h>
53 /* load_file - load file with some prejudice */
55 void load_file(const char *path, LOAD_FILE_FN action, void *context) function
/netbsd-current/external/bsd/ipf/dist/lib/
H A Dload_url.c23 hosts = load_file(url);
26 hosts = load_file(url);
H A Dload_file.c1 /* $NetBSD: load_file.c,v 1.1.1.2 2012/07/22 13:44:39 darrenr Exp $ */
8 * Id: load_file.c,v 1.1.1.2 2012/07/22 13:44:39 darrenr Exp $
15 load_file(char *filename) function
24 fprintf(stderr, "load_file cannot open '%s'\n", filename);
/netbsd-current/external/bsd/ntp/dist/sntp/unity/auto/
H A Dtest_file_filter.rb15 filters = YAML.load_file( 'test_file_filter.yml' )
H A Dgenerate_module.rb106 cfg = YAML.load_file(HERE + @yaml_config)[:generate_module]
H A Dgenerate_test_runner.rb41 yaml_guts = YAML.load_file(config_file)
/netbsd-current/external/gpl2/dtc/dist/tests/
H A Dincbin.c22 static char *load_file(const char *name, int *len) function
57 incbin = load_file("incbin.bin", &len);
/netbsd-current/external/bsd/lutok/dist/
H A Dstate.hpp112 void load_file(const std::string&);
H A Doperations.cpp80 s.load_file(file);
/netbsd-current/sys/arch/x68k/stand/boot_ufs/
H A Dbootmain.c72 static int load_file (const char*, unsigned int, struct exec *);
207 load_file(const char *path, unsigned int addr, struct exec *header) function
337 size = load_file("boot", BOOT_TEXTADDR, &header);
354 size = load_file("netbsd", 0x6000, &header);
/netbsd-current/sys/stand/efiboot/
H A Defiboot.h123 int load_file(const char *, u_long, bool, EFI_PHYSICAL_ADDRESS *, u_long *);
H A Defifdt.c544 if (load_file(path, 0, false, &dtbo_addr, &dtbo_size) != 0 ||
578 if (load_file(path, 0, false, &addr, &size) != 0 || addr == 0 || size == 0)
601 load_file(get_initrd_path(), 0, false, &initrd_addr, &initrd_size);
602 load_file(get_dtb_path(), 0, false, &dtb_addr, &dtb_size);
624 load_file(get_rndseed_path(), 0, false,
H A Dexec.c51 load_file(const char *path, u_long extra, bool quiet_errors, function
/netbsd-current/sys/arch/hppa/stand/xxboot/
H A Dmain.c44 void load_file(const char *, uintptr_t /*loadadr*/, unsigned /*interactive*/,
289 load_file(str_boot1, loadadr, interactive, part); /* "boot.hp700" */
290 load_file(str_boot2, loadadr, interactive, part); /* "boot" */
291 load_file(str_boot3, loadadr, interactive, part); /* "usr/mdec/boot" */
297 load_file(const char *path, uintptr_t loadadr, unsigned interactive, int part) function
/netbsd-current/external/gpl3/gdb/dist/libctf/testsuite/lib/
H A Dctf-lib.exp21 load_file $srcdir/../../ld/testsuite/lib/ld-lib.exp
/netbsd-current/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
H A Dlibctf-repeat-cu.exp21 load_file $srcdir/../../ld/testsuite/lib/ld-lib.exp
/netbsd-current/external/bsd/ipf/lib/
H A DMakefile54 load_file.c \
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/lib/
H A Dlibphobos.exp25 load_file $srcdir/../../gcc/testsuite/lib/$filename
/netbsd-current/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce.c179 #include <load_file.h>
629 load_file(var_bounce_tmpl, load_helper, (void *) bounce_templates);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/lib/
H A Dgas-defs.exp25 load_file $srcdir/../../binutils/testsuite/lib/$name
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/lib/
H A Dlibphobos.exp25 load_file $srcdir/../../gcc/testsuite/lib/$filename
/netbsd-current/external/ibm-public/postfix/lib/util/
H A DMakefile121 load_file.c \
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/
H A Dfixincl.c84 char *load_file (const char *);
297 load_file loads all the contents of a file into malloc-ed memory.
302 load_file ( const char* fname ) function
1362 pz_curr_data = load_file (pz_curr_file);
/netbsd-current/external/gpl3/gcc/dist/fixincludes/
H A Dfixincl.c84 char *load_file (const char *);
297 load_file loads all the contents of a file into malloc-ed memory.
302 load_file ( const char* fname ) function
1370 pz_curr_data = load_file (pz_curr_file);

Completed in 454 milliseconds

12