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

/macosx-10.10/postfix-255/postfix/src/bounce/
H A Dbounce_append_service.c74 long orig_length; local
112 if ((orig_length = vstream_fseek(log, 0L, SEEK_END)) < 0)
155 if (ftruncate(vstream_fileno(log), (off_t) orig_length) < 0)
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-ether.c134 u_int orig_length; local
148 orig_length = length;
169 ether_hdr_print(ndo, (u_char *)ep, orig_length);
220 ether_hdr_print(ndo, (u_char *)ep, orig_length);
232 ether_hdr_print(ndo, (u_char *)ep, orig_length);
/macosx-10.10/postfix-255/postfix/src/global/
H A Dmail_copy.c137 off_t orig_length; local
169 if ((orig_length = vstream_fseek(dst, (off_t) 0, SEEK_END)) < 0)
283 (void) ftruncate(vstream_fileno(dst), orig_length); local
/macosx-10.10/doc_cmds-49/makewhatis/
H A Dmakewhatis.c616 int orig_length = sbuf_length(whatis_proto); local
672 if (sbuf_length(whatis_proto) > orig_length)

Completed in 71 milliseconds