| /src/external/ibm-public/postfix/dist/src/util/ |
| 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_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/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/stand/efiboot/ |
| exec.c | 51 load_file(const char *path, u_long extra, bool quiet_errors, function
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/70-test_quic_multistream_data/ |
| verify-qlog.py | 24 def load_file(filename): function 155 objs = load_file(filename)
|
| /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/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/bsd/lutok/dist/ |
| state.cpp | 493 lutok::state::load_file(const std::string& file) function in class:lutok::state
|
| /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);
|
| /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/gcc/fortran/ |
| scanner.cc | 2236 static void load_file (const char *, const char *, bool); 2239 line. If so, we call load_file() recursively to load the included 2402 load_file (filename, NULL, false); 2408 APIs. Return 1 if recognized as valid INCLUDE statement and load_file has 2509 load_file (filename, NULL, false); 2532 load_file (const char *realfilename, const char *displayedname, bool initial) function 2774 load_file (flag_pre_include, NULL, false); 2780 load_file (gfc_cpp_temporary_file (), gfc_source_file, true); 2783 load_file (gfc_source_file, NULL, true);
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| scanner.cc | 2232 static void load_file (const char *, const char *, bool); 2235 line. If so, we call load_file() recursively to load the included 2398 load_file (filename, NULL, false); 2404 APIs. Return 1 if recognized as valid INCLUDE statement and load_file has 2505 load_file (filename, NULL, false); 2528 load_file (const char *realfilename, const char *displayedname, bool initial) function 2770 load_file (flag_pre_include, NULL, false); 2776 load_file (gfc_cpp_temporary_file (), gfc_source_file, true); 2779 load_file (gfc_source_file, NULL, true);
|