Searched refs:orig_length (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_append_service.c76 long orig_length; local
114 if ((orig_length = vstream_fseek(log, 0L, SEEK_END)) < 0)
157 if (ftruncate(vstream_fileno(log), (off_t) orig_length) < 0)
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-ether.c132 u_int orig_length; local
146 orig_length = length;
167 ether_hdr_print((u_char *)ep, orig_length);
215 ether_hdr_print((u_char *)ep, orig_length);
227 ether_hdr_print((u_char *)ep, orig_length);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmail_copy.c138 off_t orig_length; local
170 if ((orig_length = vstream_fseek(dst, (off_t) 0, SEEK_END)) < 0)
284 (void) ftruncate(vstream_fileno(dst), orig_length); local

Completed in 106 milliseconds