| /src/external/ibm-public/postfix/dist/src/util/ |
| load_file.h | 1 /* $NetBSD: load_file.h,v 1.2 2025/02/25 19:15:52 christos Exp $ */ 8 /* load_file 3h 12 /* #include <load_file.h> 21 extern void load_file(const char *, LOAD_FILE_FN, void *);
|
| load_file.c | 1 /* $NetBSD: load_file.c,v 1.1.1.2 2013/01/02 18:59:13 tron Exp $ */ 5 /* 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
|
| /src/external/bsd/ipf/dist/lib/ |
| load_url.c | 23 hosts = load_file(url); 26 hosts = load_file(url);
|
| load_file.c | 1 /* $NetBSD: load_file.c,v 1.2 2012/07/22 14:27:36 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);
|
| /src/external/bsd/ntp/dist/sntp/unity/auto/ |
| test_file_filter.rb | 15 filters = YAML.load_file( 'test_file_filter.yml' )
|
| generate_module.rb | 106 cfg = YAML.load_file(HERE + @yaml_config)[:generate_module]
|
| generate_test_runner.rb | 41 yaml_guts = YAML.load_file(config_file)
|
| /src/external/gpl2/dtc/dist/tests/ |
| incbin.c | 22 static char *load_file(const char *name, int *len) function 57 incbin = load_file("incbin.bin", &len);
|
| /src/sys/arch/x68k/stand/boot_ufs/ |
| bootmain.c | 72 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);
|
| /src/sys/stand/efiboot/ |
| efiboot.h | 118 int load_file(const char *, u_long, bool, EFI_PHYSICAL_ADDRESS *, u_long *);
|
| efifdt.c | 544 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) 603 load_file(get_initrd_path(), 0, false, &initrd_addr, &initrd_size); 604 load_file(get_dtb_path(), 0, false, &dtb_addr, &dtb_size); 630 load_file(get_rndseed_path(), 0, false,
|
| exec.c | 51 load_file(const char *path, u_long extra, bool quiet_errors, function
|
| /src/external/bsd/lutok/dist/ |
| state.hpp | 112 void load_file(const std::string&);
|
| operations.cpp | 80 s.load_file(file);
|
| /src/sys/arch/hppa/stand/xxboot/ |
| main.c | 44 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
|
| /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/ |
| libctf-repeat-cu.exp | 21 load_file $srcdir/../../ld/testsuite/lib/ld-lib.exp
|
| /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-regression/ |
| libctf-repeat-cu.exp | 21 load_file $srcdir/../../ld/testsuite/lib/ld-lib.exp
|
| /src/external/bsd/ipf/lib/ |
| Makefile | 54 load_file.c \
|
| /src/external/gpl3/gdb/dist/libctf/testsuite/lib/ |
| ctf-lib.exp | 21 load_file $srcdir/../../ld/testsuite/lib/ld-lib.exp
|
| /src/external/gpl3/gdb.old/dist/libctf/testsuite/lib/ |
| ctf-lib.exp | 21 load_file $srcdir/../../ld/testsuite/lib/ld-lib.exp
|
| /src/external/gpl3/gcc.old/dist/libphobos/testsuite/lib/ |
| libphobos.exp | 25 load_file $srcdir/../../gcc/testsuite/lib/$filename
|
| /src/external/ibm-public/postfix/dist/src/bounce/ |
| bounce.c | 187 #include <load_file.h> 637 load_file(var_bounce_tmpl, load_helper, (void *) bounce_templates);
|
| /src/external/ibm-public/postfix/lib/util/ |
| Makefile | 122 load_file.c \
|
| /src/external/gpl3/gcc.old/dist/fixincludes/ |
| fixincl.c | 84 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);
|
| /src/external/gpl3/gcc/dist/fixincludes/ |
| fixincl.c | 84 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);
|