Symbol: trunc
bin/dd/conv.c
162
++st.trunc;
bin/dd/conv.c
194
++st.trunc;
bin/dd/dd.h
63
uintmax_t trunc; /* # of truncated records */
bin/dd/misc.c
91
if (st.trunc)
bin/dd/misc.c
93
st.trunc, (st.trunc == 1) ? "block" : "blocks");
crypto/heimdal/lib/krb5/store-int.h
42
int (*trunc)(struct krb5_storage_data*, off_t);
crypto/heimdal/lib/krb5/store.c
190
return (*sp->trunc)(sp, offset);
crypto/heimdal/lib/krb5/store_emem.c
191
sp->trunc = emem_trunc;
crypto/heimdal/lib/krb5/store_fd.c
129
sp->trunc = fd_trunc;
crypto/heimdal/lib/krb5/store_mem.c
146
sp->trunc = mem_trunc;
crypto/heimdal/lib/krb5/store_mem.c
205
sp->trunc = mem_no_trunc;
crypto/krb5/src/lib/crypto/krb/make_checksum.c
40
krb5_octet *trunc;
crypto/krb5/src/lib/crypto/krb/make_checksum.c
73
trunc = realloc(cksum->contents, ctp->output_size);
crypto/krb5/src/lib/crypto/krb/make_checksum.c
74
if (trunc != NULL)
crypto/krb5/src/lib/crypto/krb/make_checksum.c
75
cksum->contents = trunc;
crypto/openssl/crypto/bio/bss_dgram_pair.c
894
size_t l, trunc = 0, saved_idx, saved_count;
crypto/openssl/crypto/bio/bss_dgram_pair.c
943
trunc = hdr.len - sz;
crypto/openssl/crypto/bio/bss_dgram_pair.c
961
if (trunc > 0 && !ossl_assert(dgram_pair_read_inner(readb, NULL, trunc) == trunc))
crypto/openssl/test/bio_base64_test.c
139
while (trunc-- > 0)
crypto/openssl/test/bio_base64_test.c
151
unsigned buflen, int trunc, char *encoded, unsigned llen,
crypto/openssl/test/bio_base64_test.c
165
|| encode(buf, buflen, encoded, trunc, llen, wscnt, mem) <= 0
crypto/openssl/test/bio_base64_test.c
216
elen = genb64(t->prefix, t->suffix, raw, t->bytes, t->trunc, t->encoded,
crypto/openssl/test/bio_base64_test.c
24
int trunc;
crypto/openssl/test/bio_base64_test.c
287
if (t->trunc > 0
crypto/openssl/test/bio_base64_test.c
332
if (t->trunc)
crypto/openssl/test/bio_base64_test.c
333
fprintf(stderr, ", trunc=%d", t->trunc);
crypto/openssl/test/bio_base64_test.c
387
t.trunc = 0;
crypto/openssl/test/bio_base64_test.c
391
t.trunc = padcase - 2;
crypto/openssl/test/bio_base64_test.c
424
t.trunc = 0; /* ignored */
crypto/openssl/test/bio_base64_test.c
94
int trunc, unsigned llen, unsigned wscnt, BIO *mem)
include/tgmath.h
201
#define trunc(x) __tg_simple(x, trunc)
lib/libutil/flopen.c
100
if (trunc && ftruncate(fd, 0) != 0) {
lib/libutil/flopen.c
51
int fd, operation, serrno, trunc;
lib/libutil/flopen.c
68
trunc = (flags & O_TRUNC);
lib/msun/src/math.h
321
double trunc(double);
lib/msun/src/s_trunc.c
62
__weak_reference(trunc, truncl);
libexec/bootpd/tools/bootptest/print-bootp.c
178
trunc:
libexec/bootpd/tools/bootptest/print-bootp.c
62
#define TCHECK(var, l) if ((u_char *)&(var) > ep - l) goto trunc
sbin/ping/ping6.c
2554
goto trunc;
sbin/ping/ping6.c
2618
goto trunc;
sbin/ping/ping6.c
2621
goto trunc;
sbin/ping/ping6.c
2626
trunc:
sys/dev/cxgbe/common/t4_msg.h
2972
__u8 trunc:1;
sys/dev/cxgbe/common/t4_msg.h
2976
__u8 trunc:1;
sys/dev/cxgbe/common/t4_msg.h
2994
__u8 trunc:1;
sys/dev/cxgbe/common/t4_msg.h
2998
__u8 trunc:1;
sys/fs/nfsclient/nfs_clstate.c
3578
int numops, taglen = -1, error = 0, trunc __unused;
sys/fs/nfsclient/nfs_clstate.c
3734
trunc = fxdr_unsigned(int, *tl);
sys/fs/nfsserver/nfs_nfsdstate.c
174
nfsv4stateid_t *stateidp, int trunc, fhandle_t *fhp,
sys/fs/nfsserver/nfs_nfsdstate.c
4456
int trunc, fhandle_t *fhp, struct nfsvattr *nap, nfsattrbit_t *attrbitp,
sys/fs/nfsserver/nfs_nfsdstate.c
4541
if (trunc)
sys/fs/nfsserver/nfs_nfsdstate.c
4559
if (trunc)
sys/netinet/sctp_input.c
3593
struct sctp_stream_reset_in_request *req, int trunc)
sys/netinet/sctp_input.c
3611
} else if (trunc) {
sys/netinet/sctp_input.c
3724
struct sctp_stream_reset_out_request *req, int trunc)
sys/netinet/sctp_input.c
3749
} else if (trunc) {
sys/netinet/sctp_input.c
3959
int trunc = 0;
sys/netinet/sctp_input.c
4026
trunc = 1;
sys/netinet/sctp_input.c
4028
trunc = 0;
sys/netinet/sctp_input.c
4049
sctp_handle_str_reset_request_out(stcb, chk, req_out, trunc);
sys/netinet/sctp_input.c
4073
sctp_handle_str_reset_request_in(stcb, chk, req_in, trunc);
sys/netlink/netlink_domain.c
671
bool nonblock, trunc, peek;
sys/netlink/netlink_domain.c
685
trunc = flagsp != NULL ? *flagsp & MSG_TRUNC : false;
sys/netlink/netlink_domain.c
812
if (trunc && overflow > 0) {
sys/ufs/ffs/ffs_softdep.c
8525
int trunc)
sys/ufs/ffs/ffs_softdep.c
8537
if (bp && (trunc || newblk->nb_jnewblk)) {
sys/ufs/ffs/ffs_softdep.c
8553
if (trunc && (freefrag = newblk->nb_freefrag) != NULL) {
tests/sys/netinet/udp_io.c
136
ATF_TP_ADD_TC(tp, trunc);
tests/sys/netinet/udp_io.c
65
ATF_TC_WITHOUT_HEAD(trunc);
tests/sys/netinet/udp_io.c
66
ATF_TC_BODY(trunc, tc)
tools/regression/include/tgmath/tgmath.c
154
TGMACRO_REAL(trunc)
tools/regression/include/tgmath/tgmath.c
597
PASS_REAL_ARG_REAL_RET(trunc));
usr.bin/mail/quit.c
270
trunc(obuf);
usr.bin/mail/quit.c
307
trunc(abuf);
usr.bin/mail/quit.c
361
trunc(obuf);
usr.bin/mail/quit.c
455
trunc(obuf);