| /freebsd-13.1/usr.sbin/acpi/acpidb/ |
| H A D | acpidb.c | 94 static void aml_simulation_regload(const char *dumpfile); 95 static void aml_simulation_regdump(const char *dumpfile); 224 aml_simulation_regload(const char *dumpfile) in aml_simulation_regload() argument 234 if ((fp = fopen(dumpfile, "r")) == NULL) { in aml_simulation_regload() 266 aml_simulation_regdump(const char *dumpfile) in aml_simulation_regdump() argument 274 if ((fp = fopen(dumpfile, "w")) == NULL) { in aml_simulation_regdump() 275 warn("%s", dumpfile); in aml_simulation_regdump()
|
| /freebsd-13.1/usr.sbin/rtsold/ |
| H A D | dump.c | 136 rtsold_init_dumpfile(const char *dumpfile) in rtsold_init_dumpfile() argument 141 if ((fp = fopen(dumpfile, "w")) == NULL) { in rtsold_init_dumpfile() 143 dumpfile, strerror(errno)); in rtsold_init_dumpfile() 150 dumpfile, strerror(errno)); in rtsold_init_dumpfile()
|
| /freebsd-13.1/contrib/subversion/subversion/svnrdump/ |
| H A D | svnrdump.c | 191 const char *dumpfile; member 481 const char *dumpfile, in replay_revisions() argument 488 if (dumpfile) in replay_revisions() 490 SVN_ERR(svn_stream_open_writable(&output_stream, dumpfile, pool, pool)); in replay_revisions() 564 const char *dumpfile, in load_revisions() argument 571 if (dumpfile) in load_revisions() 651 opt_baton->dumpfile, pool); in dump_cmd() 666 opt_baton->dumpfile, opt_baton->quiet, in load_cmd() 815 opt_baton->dumpfile = NULL; in sub_main() 934 opt_baton->dumpfile = opt_arg; in sub_main() [all …]
|
| /freebsd-13.1/tools/tools/ath/ath_prom_read/ |
| H A D | ath_prom_read.c | 63 do_eeprom_dump(const char *dumpfile, uint16_t *eebuf, int eelen) in do_eeprom_dump() argument 68 fp = fopen(dumpfile, "w"); in do_eeprom_dump()
|
| /freebsd-13.1/contrib/libarchive/libarchive/test/ |
| H A D | test_write_format_zip_entry_size_unset.c | 298 dumpfile("constructed_size_unset.zip", zip_buffer, size); in DEFINE_TEST() 318 dumpfile("constructed_size_unset.zip", zip_buffer, size); in DEFINE_TEST()
|
| H A D | test_write_format_zip.c | 562 dumpfile("constructed.zip", buff, used); in DEFINE_TEST() 628 dumpfile("constructed64.zip", buff, used); in DEFINE_TEST() 698 dumpfile("constructed.zip", buff, used); in DEFINE_TEST() 778 dumpfile("constructed.zip", buff, used); in DEFINE_TEST() 858 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
|
| H A D | test_write_read_format_zip.c | 568 dumpfile("constructed.zip", buff, used); in DEFINE_TEST() 618 dumpfile("constructed.zip", buff, used); in DEFINE_TEST() 671 dumpfile("constructed64.zip", buff, used); in DEFINE_TEST() 723 dumpfile("constructed64.zip", buff, used); in DEFINE_TEST()
|
| H A D | test_write_format_zip_compression_store.c | 360 dumpfile("constructed.zip", buff, used); in DEFINE_TEST() 382 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
|
| H A D | test_write_format_zip_file.c | 117 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
|
| H A D | test_write_format_zip_file_zip64.c | 120 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-13.1/contrib/file/magic/Magdir/ |
| H A D | revision | 59 0 string SVN-fs-dump-format-version: Subversion dumpfile
|
| /freebsd-13.1/contrib/libarchive/test_utils/ |
| H A D | test_common.h | 398 void dumpfile(const char *filename, void *, size_t);
|
| H A D | test_main.c | 3134 dumpfile(const char *filename, void *data, size_t len) in dumpfile() function
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | ntp_config.c | 5052 FILE *dumpfile; in save_and_apply_config_tree() local 5056 dumpfile = fopen(OPT_ARG( SAVECONFIGQUIT ), "w"); in save_and_apply_config_tree() 5057 if (NULL == dumpfile) { in save_and_apply_config_tree() 5065 dumpfailed = dump_all_config_trees(dumpfile, 0); in save_and_apply_config_tree()
|
| /freebsd-13.1/contrib/subversion/ |
| H A D | CHANGES | 2803 non-deltas dumpfile (r1652182 et al.) 5589 - 'svnadmin dump --deltas' - include binary diffs in dumpfile 5982 ## dumpfile. ## 6258 ## this change to dump your repository to a dumpfile, then use ## 6259 ## this new Subversion code to create, and load your dumpfile ##
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | CommitLog | 168189 Handling the dumpfile argument of the dumpcfg command 168193 Added the dumpfile argument to the dumpcfg command 168199 Handling the dumpfile argument of the dumpcfg command 168202 Added the dumpfile argument to the dumpcfg command
|