Searched refs:dump_file (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.10/postfix-255/postfix/src/smtpstone/
H A Dsmtp-sink.c315 VSTREAM *dump_file; /* dump file or null */ member in struct:SINK_STATE
471 if ((state->dump_file = vstream_fopen(STR(path_buf),
495 vstream_fprintf(state->dump_file, "%s", STR(start_string));
496 vstream_fprintf(state->dump_file, "X-Client-Addr: %s%s\n",
498 vstream_fprintf(state->dump_file, "X-Client-Proto: %s\n", state->client_proto);
500 vstream_fprintf(state->dump_file, "X-Helo-Args: %s\n", state->helo_args);
509 vstream_fprintf(state->dump_file, "Received: from %s ([%s%s])\n",
513 vstream_fprintf(state->dump_file, "Received: from [%s%s] ([%s%s])\n",
516 vstream_fprintf(state->dump_file, "\tby %s (smtp-sink)"
519 vstream_fprintf(state->dump_file, "\
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtest112.tcl132 puts "\tTest$tnum.c: Do a dump_file on contents."
133 dump_file $db "" $t1
162 dump_file $db "" $t2
214 dump_file $db $txn $t1
235 dump_file $db "" $t2
H A Dtest113.tcl124 puts "\tTest$tnum.c: Do a dump_file on contents."
130 dump_file $db $txn $t1
152 dump_file $db $txn $t2
205 dump_file $db "" $t1
218 dump_file $db "" $t2
H A Dtest111.tcl183 puts "\tTest$tnum.c: Do a dump_file on contents."
189 dump_file $db $txn $t1
222 dump_file $db $txn $t2
284 dump_file $db $txn $t1
316 dump_file $db $txn $t2
H A Dtest114.tcl159 puts "\tTest$tnum.c: Do a dump_file on contents."
165 dump_file $db $txn $t1
198 dump_file $db $txn $t2
257 dump_file $db $txn $t1
284 dump_file $db $txn $t2
H A Dtest115.tcl153 puts "\tTest$tnum.c: Do a dump_file on contents."
160 dump_file $db $txn $t1 $checkfunc
208 dump_file $db $txn $t2 $checkfunc
272 dump_file $db $txn $t1 $checkfunc
307 dump_file $db $txn $t2 $checkfunc
H A Dtest028.tcl150 dump_file $db $txn $t1 test028.check
199 dump_file $db $txn $t1 test028.check
H A Dtest117.tcl153 puts "\tTest$tnum.c: Do a dump_file on contents."
159 dump_file $db $txn $t1
188 dump_file $db $txn $t2
H A Dmemp003.tcl138 dump_file $db $txn $t1 nop
H A Dsdbtest001.tcl87 dump_file $db $txn $t1 $checkfunc
H A Dsdbtest002.tcl91 dump_file $db $txn $t1 $checkfunc
H A Dtest002.tcl108 dump_file $db $txn $t1 test002.check
H A Dtest020.tcl100 dump_file $db $txn $t1 $checkfunc
H A Dtest025.tcl122 dump_file $db $txn $t1 $checkfunc
H A Drep065script.tcl308 dump_file $db $txn $mydir/VERIFY/dbdump \
311 dump_file $db $txn $mydir/VERIFY/dbdump \
H A Dtest093.tcl160 dump_file $db $txn $t1 test093_check
306 dump_file $db $txn $t1 test093_checkbig
H A Dsdb002.tcl157 dump_file $db $txn $t1 $checkfunc
H A Dsdb003.tcl121 dump_file $db $txn $t1 $checkfunc
H A Dtest001.tcl150 dump_file $db $txn $t1 $checkfunc
152 # dump_file should just have been "get" calls, so
H A Dtest013.tcl176 dump_file $db $txn $t1 $checkfunc
H A Dtest014.tcl193 dump_file $db $txn $t1 test014.check
H A Dtest015.tcl200 dump_file $db $txn $t1 $checkfunc
H A Dtest016.tcl152 dump_file $db $txn $t1 test016.check
H A Dtest023.tcl83 dump_file $db $txn $t1 test023.check
/macosx-10.10/gnutar-453/gnutar/src/
H A Dupdate.c203 dump_file (file_name, 1, (dev_t) 0);

Completed in 156 milliseconds

12