| /src/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()
|
| /src/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()
|
| /src/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()
|
| /src/crypto/krb5/src/kadmin/dbutil/ |
| H A D | dump.c | 52 typedef int (*load_func)(krb5_context context, const char *dumpfile, FILE *fp, 1365 restore_dump(krb5_context context, char *dumpfile, FILE *f, in restore_dump() argument 1372 while (!(err = dump->load_record(context, dumpfile, f, verbose, &lineno))); in restore_dump() 1375 lineno, dumpfile); in restore_dump() 1386 char *dumpfile = NULL, *dbname, buf[BUFSIZ]; in load_db() local 1433 dumpfile = argv[aindex]; in load_db() 1436 if (dumpfile != NULL) { in load_db() 1437 f = fopen(dumpfile, "r"); in load_db() 1439 com_err(progname, errno, _("while opening %s"), dumpfile); in load_db() 1444 dumpfile = _("standard input"); in load_db() [all …]
|
| /src/contrib/libarchive/libarchive/test/ |
| H A D | test_write_format_zip_compression_lzmaxz.c | 344 dumpfile("constructed.zip", buff, used); in DEFINE_TEST() 369 dumpfile("constructed.zip", buff, used); in DEFINE_TEST() 392 dumpfile("constructed.zip", buff, used); in DEFINE_TEST() 420 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
|
| H A D | test_write_format_zip_entry_size_unset.c | 261 dumpfile("constructed_size_unset.zip", zip_buffer, size); in DEFINE_TEST() 281 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 | 331 dumpfile("constructed.zip", buff, used); in DEFINE_TEST() 353 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
|
| H A D | test_write_format_zip_compression_zstd.c | 333 dumpfile("constructed.zip", buff, used); in DEFINE_TEST() 361 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
|
| H A D | test_write_format_zip_compression_bzip2.c | 333 dumpfile("constructed.zip", buff, used); in DEFINE_TEST() 358 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
|
| H A D | test_write_format_zip_stream.c | 83 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
|
| H A D | test_write_format_zip_file.c | 94 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
|
| H A D | test_write_format_zip64_stream.c | 80 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
|
| H A D | test_write_format_zip_file_zip64.c | 95 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
|
| /src/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`
|
| /src/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 | 3107 dumpfile(const char *filename, void *data, size_t len) in dumpfile() function
|
| /src/contrib/ntp/ntpd/ |
| H A D | ntp_config.c | 5242 FILE *dumpfile; in save_and_apply_config_tree() local 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()
|
| /src/contrib/ntp/ |
| H A D | CommitLog | 177545 Handling the dumpfile argument of the dumpcfg command 177549 Added the dumpfile argument to the dumpcfg command 177555 Handling the dumpfile argument of the dumpcfg command 177558 Added the dumpfile argument to the dumpcfg command
|