/freebsd/usr.sbin/acpi/acpidb/ |
H A D | acpidb.c | 92 static void aml_simulation_regload(const char *dumpfile); 93 static void aml_simulation_regdump(const char *dumpfile); 222 aml_simulation_regload(const char *dumpfile) in aml_simulation_regload() argument 232 if ((fp = fopen(dumpfile, "r")) == NULL) { in aml_simulation_regload() 264 aml_simulation_regdump(const char *dumpfile) in aml_simulation_regdump() argument 272 if ((fp = fopen(dumpfile, "w")) == NULL) { in aml_simulation_regdump() 273 warn("%s", dumpfile); in aml_simulation_regdump()
|
/freebsd/usr.sbin/rtsold/ |
H A D | dump.c | 134 rtsold_init_dumpfile(const char *dumpfile) in rtsold_init_dumpfile() argument 139 if ((fp = fopen(dumpfile, "w")) == NULL) { in rtsold_init_dumpfile() 141 dumpfile, strerror(errno)); in rtsold_init_dumpfile() 148 dumpfile, strerror(errno)); in rtsold_init_dumpfile()
|
/freebsd/tools/tools/ath/ath_prom_read/ |
H A D | ath_prom_read.c | 61 do_eeprom_dump(const char *dumpfile, uint16_t *eebuf, int eelen) in do_eeprom_dump() argument 66 fp = fopen(dumpfile, "w"); in do_eeprom_dump()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_write_format_zip_entry_size_unset.c | 297 dumpfile("constructed_size_unset.zip", zip_buffer, size); in DEFINE_TEST() 317 dumpfile("constructed_size_unset.zip", zip_buffer, size); in DEFINE_TEST()
|
H A D | test_write_format_zip_windows_path.c | 64 dumpfile("constructed.zip", buff, used); in test_with_hdrcharset()
|
H A D | test_write_read_format_zip.c | 594 dumpfile("constructed.zip", buff, used); in DEFINE_TEST() 644 dumpfile("constructed.zip", buff, used); in DEFINE_TEST() 697 dumpfile("constructed64.zip", buff, used); in DEFINE_TEST() 749 dumpfile("constructed64.zip", buff, used); in DEFINE_TEST()
|
H A D | test_write_format_zip.c | 578 dumpfile("constructed.zip", buff, used); in DEFINE_TEST() 644 dumpfile("constructed64.zip", buff, used); in DEFINE_TEST() 714 dumpfile("constructed.zip", buff, used); in DEFINE_TEST() 794 dumpfile("constructed.zip", buff, used); in DEFINE_TEST() 874 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
|
H A D | test_write_format_zip_compression_store.c | 374 dumpfile("constructed.zip", buff, used); in DEFINE_TEST() 396 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
|
H A D | test_write_format_zip_stream.c | 115 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
|
H A D | test_write_format_zip_file.c | 126 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
|
H A D | test_write_format_zip_file_zip64.c | 129 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
|
H A D | main.c | 2297 dumpfile(const char *filename, void *data, size_t len) in dumpfile() function
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | revision | 36 0 string SVN-fs-dump-format-version: Subversion dumpfile
|
H A D | windows | 257 # verified partly by `wevtutil.exe gli /lf:true dumpfile.evtx`
|
/freebsd/contrib/libarchive/test_utils/ |
H A D | test_common.h | 392 void dumpfile(const char *filename, void *, size_t);
|
H A D | test_main.c | 3167 dumpfile(const char *filename, void *data, size_t len) in dumpfile() function
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_config.c | 5242 FILE *dumpfile; in save_and_apply_config_tree() 5246 dumpfile = fopen(OPT_ARG( SAVECONFIGQUIT ), "w"); in save_and_apply_config_tree() 5247 if (NULL == dumpfile) { in save_and_apply_config_tree() 5255 dumpfailed = dump_all_config_trees(dumpfile, 0); in save_and_apply_config_tree() 5214 FILE *dumpfile; save_and_apply_config_tree() local
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | [all...] |