Home
last modified time | relevance | path

Searched refs:loadfile (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/libpcap/rpcapd/
H A Dfileconf.c67 if ((fp = fopen(loadfile, "r")) != NULL) in fileconf_read()
99 loadfile, lineno, MAX_LINE); in fileconf_read()
143 loadfile, lineno); in fileconf_read()
173 loadfile, lineno); in fileconf_read()
194 loadfile, lineno); in fileconf_read()
220 loadfile, lineno, PARAM_ACTIVECLIENT, in fileconf_read()
249 loadfile, lineno); in fileconf_read()
325 loadfile, lineno, PARAM_ACTIVECLIENT, in fileconf_read()
372 loadfile, lineno); in fileconf_read()
447 loadfile, lineno); in fileconf_read()
[all …]
H A Dconfig_params.h54 extern char loadfile[MAX_LINE + 1]; //!< Name of the file from which we have to load the configura…
H A Drpcapd.c79 char loadfile[MAX_LINE + 1]; //!< Name of the file from which we have to load the configuration variable
177 loadfile[0] = 0; in main()
269 pcap_strlcpy(loadfile, optarg, MAX_LINE); in main()
302 if (loadfile[0]) in main()
/freebsd-13.1/stand/efi/loader/arch/riscv/
H A Dexec.c85 __elfN(loadfile),
/freebsd-13.1/stand/uboot/lib/
H A Delf_freebsd.c55 r = __elfN(loadfile)(filename, dest, result); in __elfN()
/freebsd-13.1/stand/efi/loader/arch/arm/
H A Dexec.c55 r = __elfN(loadfile)(filename, dest, result); in __elfN()
/freebsd-13.1/stand/powerpc/uboot/
H A Dppc64_elf_freebsd.c54 r = __elfN(loadfile)(filename, dest, result); in ppc64_uboot_elf_loadfile()
/freebsd-13.1/stand/powerpc/ofw/
H A Delf_freebsd.c54 r = __elfN(loadfile)(filename, dest, result); in __elfN()
H A Dppc64_elf_freebsd.c54 r = __elfN(loadfile)(filename, dest, result); in ppc64_ofw_elf_loadfile()
/freebsd-13.1/stand/mips/beri/loader/
H A Dexec.c69 return (__elfN(loadfile)(filename, dest, result)); in beri_elf64_loadfile()
/freebsd-13.1/stand/powerpc/kboot/
H A Dppc64_elf_freebsd.c65 r = __elfN(loadfile)(filename, dest, result); in ppc64_elf_loadfile()
/freebsd-13.1/stand/common/
H A Dbootstrap.h285 int __elfN(loadfile)(char *, uint64_t, struct preloaded_file **);
H A Dload_elf.c315 __elfN(loadfile)(char *filename, uint64_t dest, struct preloaded_file **result) in __elfN() argument
/freebsd-13.1/contrib/bmake/
H A Dparse.c327 loadfile(const char *path, int fd) in loadfile() function
1949 buf = loadfile(fullname, fd); in IncludeFile()
2885 buf = loadfile(name, fd != -1 ? fd : STDIN_FILENO); in Parse_File()
H A DChangeLog111 * parse.c: loadfile restore extra byte in buffer.
922 o parse.c: extract loadedfile_mmap from loadfile
1705 o parse.c: avoid calling sysconf for every call to loadfile
1880 o parse.c: ensure loadfile buffer is \n terminated in non-mmap case
2716 o loadfile: ensure newline at end of mapped file.