Home
last modified time | relevance | path

Searched refs:trunc (Results 1 – 25 of 65) sorted by path

123

/illumos-gate/usr/src/boot/include/
H A Dmath.h316 double trunc(double);
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/
H A Dmath165 "\001trunc", (Math_f)(uintptr_t)truncl,
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Dmath165 "\001trunc", (Math_f)(uintptr_t)truncl,
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Dmath165 "\001trunc", (Math_f)(uintptr_t)truncl,
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/
H A Dmath165 "\001trunc", (Math_f)(uintptr_t)truncl,
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt1265 see=open(2) - read,trunc
1274 see=open(2) - read,trunc,creat
1302 see=open(2) - read,write,trunc
1311 see=open(2) - read,write,trunc,creat
1336 see=open(2) - write,trunc
1344 see=open(2) - write,trunc,creat
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c544 boolean_t trunc = B_FALSE; in interpret_ospf() local
619 trunc = B_TRUE; in interpret_ospf()
624 trunc = B_TRUE; in interpret_ospf()
652 trunc = B_TRUE; in interpret_ospf()
663 trunc = B_TRUE; in interpret_ospf()
674 trunc = B_TRUE; in interpret_ospf()
694 trunc = B_TRUE; in interpret_ospf()
716 trunc = B_TRUE; in interpret_ospf()
721 trunc = B_TRUE; in interpret_ospf()
741 trunc = B_TRUE; in interpret_ospf()
[all …]
H A Dsnoop_ospf6.c587 boolean_t trunc = B_FALSE; in interpret_ospf6() local
658 trunc = B_TRUE; in interpret_ospf6()
664 trunc = B_TRUE; in interpret_ospf6()
696 trunc = B_TRUE; in interpret_ospf6()
708 trunc = B_TRUE; in interpret_ospf6()
721 trunc = B_TRUE; in interpret_ospf6()
740 trunc = B_TRUE; in interpret_ospf6()
762 trunc = B_TRUE; in interpret_ospf6()
767 trunc = B_TRUE; in interpret_ospf6()
786 trunc = B_TRUE; in interpret_ospf6()
[all …]
/illumos-gate/usr/src/cmd/dd/
H A Ddd.c535 int trunc; /* whether output file is truncated */ in main() local
545 trunc = 1; /* default: truncate output file */ in main()
695 trunc = 0; in main()
900 if (trunc == 0) { /* do not truncate output file */ in main()
904 } else if (oseekn && (trunc == 1)) { in main()
/illumos-gate/usr/src/cmd/dtrace/demo/
H A DMakefile100 trunc.d \
/illumos-gate/usr/src/cmd/dtrace/demo/agg/
H A Dtrunc.d41 trunc(@func, 10);
/illumos-gate/usr/src/cmd/dtrace/demo/tcp/
H A Dtcpbytesstat.d44 trunc(@bytes);
H A Dtcptop.d116 trunc(@out);
137 trunc(@out);
/illumos-gate/usr/src/cmd/dtrace/demo/udp/
H A Dudpbytesstat.d44 trunc(@bytes);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_TRUNC_AGGARG.bad.d31 trunc(i);
H A Derr.D_TRUNC_PROTO.badmany.d30 trunc(@, 10, 20);
H A Derr.D_TRUNC_PROTO.badnone.d29 trunc();
H A Derr.D_TRUNC_SCALAR.bad.d30 trunc(@, @);
H A Dtst.negtrunc.d46 trunc(@, -10);
H A Dtst.negtruncquant.d49 trunc(@, -5);
H A Dtst.trunc.d46 trunc(@, 10);
H A Dtst.trunc0.d43 trunc(@);
H A Dtst.truncquant.d49 trunc(@, 5);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.trunc.d48 trunc(@, 5);
/illumos-gate/usr/src/cmd/mailx/
H A Dfio.c604 trunc(obuf); in edstop()

123