| /src/external/bsd/tcpdump/dist/ |
| print-ipoib.c | 70 u_int orig_length; local 91 orig_length = length; 104 ipoib_hdr_print(ndo, orig_hdr , orig_length);
|
| print-ether.c | 149 u_int orig_length; local 169 orig_length = length; 223 ND_PRINT(", length %u: ", orig_length); 279 ND_PRINT(", length %u: ", orig_length); 365 ND_PRINT(", length %u: ", orig_length); 378 ND_PRINT(", length %u: ", orig_length); 390 ND_PRINT(", length %u: ", orig_length); 406 ND_PRINT(", length %u: ", orig_length);
|
| print-cdp.c | 240 u_int orig_length = length; local 255 checksum, orig_length); 323 ND_PRINT(", length %u", orig_length);
|
| /src/external/ibm-public/postfix/dist/src/bounce/ |
| bounce_append_service.c | 72 long orig_length; local 110 if ((orig_length = vstream_fseek(log, 0L, SEEK_END)) < 0) 153 if (ftruncate(vstream_fileno(log), (off_t) orig_length) < 0)
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| mail_copy.c | 145 off_t orig_length; local 177 if ((orig_length = vstream_fseek(dst, (off_t) 0, SEEK_END)) < 0) 291 (void) ftruncate(vstream_fileno(dst), orig_length); local
|
| /src/external/bsd/libevent/dist/test/ |
| regress_buffer.c | 2546 size_t orig_length, len; local 2573 orig_length = evbuffer_get_length(buf); 2608 tt_int_op(orig_length, ==, evbuffer_get_length(buf)); 2610 orig_length = evbuffer_get_length(buf); 2643 tt_int_op(orig_length, ==, evbuffer_get_length(buf));
|
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress_buffer.c | 2544 size_t orig_length, len; local 2571 orig_length = evbuffer_get_length(buf); 2606 tt_int_op(orig_length, ==, evbuffer_get_length(buf)); 2608 orig_length = evbuffer_get_length(buf); 2641 tt_int_op(orig_length, ==, evbuffer_get_length(buf));
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| decl2.cc | 630 tree orig_length = length; 654 orig_index, orig_length); 629 tree orig_length = length; local
|