Symbol: trunc
headers/posix/math.h
254
extern double trunc(double x);
src/add-ons/print/transports/ipp/IppTransport.cpp
70
__fs.open(__file, ios::in | ios::out | ios::binary | ios::trunc);
src/add-ons/print/transports/lpr/LprTransport.cpp
71
fStream.open(fFile, ios::in | ios::out | ios::binary | ios::trunc);
src/bin/network/ping/ping6.c
2610
goto trunc;
src/bin/network/ping/ping6.c
2674
goto trunc;
src/bin/network/ping/ping6.c
2677
goto trunc;
src/bin/network/ping/ping6.c
2682
trunc:
src/libs/stdc++/legacy/editbuf.cc
561
set_current(buf_ptr, !(mode & ios::out+ios::trunc+ios::app));
src/libs/stdc++/legacy/editbuf.cc
562
if (_mode & ios::trunc)
src/libs/stdc++/legacy/filebuf.cc
106
if ((mode & (int)ios::trunc) || mode == (int)ios::out)
src/system/libroot/posix/musl/math/truncl.c
6
return trunc(x);
src/system/libroot/posix/musl/math/x86/expl.s
21
# if |x|>=0x1p14 or nan return 2^trunc(x)
src/system/libroot/posix/musl/math/x86_64/expl.s
21
# if |x|>=0x1p14 or nan return 2^trunc(x)
src/tools/gensyscalls/gensyscallinfos.cpp
349
ofstream file(filename, ofstream::out | ofstream::trunc);
src/tools/gensyscalls/gensyscallinfos.cpp
420
ofstream file(filename, ofstream::out | ofstream::trunc);
src/tools/gensyscalls/gensyscalls.cpp
324
ofstream file(filename, ofstream::out | ofstream::trunc);
src/tools/gensyscalls/gensyscalls.cpp
348
ofstream file(filename, ofstream::out | ofstream::trunc);
src/tools/gensyscalls/gensyscalls.cpp
393
ofstream file(filename, ofstream::out | ofstream::trunc);
src/tools/gensyscalls/gensyscalls.cpp
420
ofstream file(filename, ofstream::out | ofstream::trunc);
src/tools/gensyscalls/gensyscalls.cpp
505
ofstream file(filename, ofstream::out | ofstream::trunc);