Symbol: trunc
bin/dd/conv.c
182
++st.trunc;
bin/dd/conv.c
214
++st.trunc;
bin/dd/dd.h
94
uint64_t trunc; /* # of truncated records */
bin/dd/misc.c
119
if (st.trunc) {
bin/dd/misc.c
121
(unsigned long long)st.trunc,
bin/dd/misc.c
122
(st.trunc == 1) ? "block" : "blocks");
bin/dd/misc.c
272
(unsigned long long)st.trunc);
bin/dd/misc.c
286
if (st.trunc != 1) ADDS("s");
bin/dd/misc.c
324
if (st.trunc) {
include/math.h
422
double trunc(double);
include/tgmath.h
186
#define trunc(a) __TG_FN1(trunc, (a))
lib/libc/gdtoa/strtodg.c
195
goto trunc;
lib/libc/gdtoa/strtodg.c
209
) goto trunc;
lib/libc/gdtoa/strtodg.c
214
goto trunc;
lib/libc/gdtoa/strtodg.c
224
goto trunc;
lib/libc/gdtoa/strtodg.c
228
goto trunc;
lib/libc/gdtoa/strtodg.c
232
trunc:
lib/libm/noieee_src/n_floor.c
50
__weak_alias(truncl, trunc)
lib/libm/src/s_trunc.c
34
__strong_alias(_truncl, trunc)
lib/libm/src/s_trunc.c
35
__weak_alias(truncl, trunc)
lib/lua/libm/libm.c
155
DFUNC_DBL(trunc)
libexec/mail.local/mail.local.c
286
goto trunc;
libexec/mail.local/mail.local.c
291
trunc: (void)ftruncate(mbfd, curoff);
libexec/telnetd/state.c
1536
goto trunc; \
libexec/telnetd/state.c
1632
trunc:
libexec/tftpd/tftpd.c
782
int trunc = 0;
libexec/tftpd/tftpd.c
885
trunc = O_TRUNC;
libexec/tftpd/tftpd.c
895
fd = open(filename, mode == RRQ ? O_RDONLY : O_WRONLY | trunc | create,
sbin/ping6/ping6.c
2334
goto trunc;
sbin/ping6/ping6.c
2393
goto trunc;
sbin/ping6/ping6.c
2396
goto trunc;
sbin/ping6/ping6.c
2401
trunc:
sys/crypto/nist_hash_drbg/nist_hash_drbg.c
1063
const unsigned trunc = truncation[j];
sys/crypto/nist_hash_drbg/nist_hash_drbg.c
1090
sizeof(rnd_val) - trunc,
sys/crypto/nist_hash_drbg/nist_hash_drbg.c
1095
ASSERT(sizeof(kat[i].rnd_val[0]) - trunc <=
sys/crypto/nist_hash_drbg/nist_hash_drbg.c
1098
sizeof(kat[i].rnd_val[0]) - trunc);
sys/crypto/nist_hash_drbg/nist_hash_drbg.c
1114
sizeof(rnd_val) - trunc,
sys/crypto/nist_hash_drbg/nist_hash_drbg.c
1119
ASSERT(sizeof(kat[i].rnd_val[1]) - trunc <=
sys/crypto/nist_hash_drbg/nist_hash_drbg.c
1122
sizeof(kat[i].rnd_val[1]) - trunc);
sys/fs/nfs/client/nfs_clstate.c
3150
int numops, taglen = -1, error = 0, trunc;
sys/fs/nfs/client/nfs_clstate.c
3295
trunc = fxdr_unsigned(int, *tl);
sys/fs/nfs/server/nfs_nfsdstate.c
126
nfsv4stateid_t *stateidp, int trunc, fhandle_t *fhp,
sys/fs/nfs/server/nfs_nfsdstate.c
4082
nfsv4stateid_t *stateidp, int trunc, fhandle_t *fhp,
sys/fs/nfs/server/nfs_nfsdstate.c
4162
if (trunc)
tests/lib/libm/t_ceil.c
605
ATF_CHECK(trunc(x) < SMALL_NUM);
tests/lib/libm/t_ceil.c
606
ATF_CHECK(trunc(y) < SMALL_NUM);
tests/lib/libm/t_ceil.c
619
ATF_CHECK(isnan(trunc(x)) != 0);
tests/lib/libm/t_ceil.c
631
double y = trunc(x);
tests/lib/libm/t_ceil.c
646
double y = trunc(x);
tests/lib/libm/t_ceil.c
661
double y = trunc(x);
tests/lib/libm/t_ceil.c
676
double y = trunc(x);
tests/lib/lua/libm/h_lualibm.c
85
TEST(trunc(M_PI));
tests/lib/lua/libm/h_lualibm.c
86
TEST(trunc(M_E));
usr.bin/mail/quit.c
114
trunc(obuf); /* XXX or should we truncate? */
usr.bin/mail/quit.c
222
trunc(obuf);
usr.bin/mail/quit.c
514
trunc(obuf); /* XXX or should we truncate? */
usr.bin/mail/quit.c
561
trunc(abuf);
usr.sbin/bootp/bootptest/print-bootp.c
181
trunc:
usr.sbin/bootp/bootptest/print-bootp.c
65
#define TCHECK(var, l) if ((u_char *)&(var) > ep - l) goto trunc