Home
last modified time | relevance | path

Searched refs:Ftruncate (Results 1 – 25 of 3931) sorted by relevance

12345678910>>...158

/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Darith-times.cpp4962 LispObject Ftruncate::op(Rat a, Rat b) in op()
4979 LispObject Ftruncate::op(Cpx a, Rat b) in op()
4985 LispObject Ftruncate::op(SFlt a, Rat b) in op()
4994 LispObject Ftruncate::op(Flt a, Rat b) in op()
5012 LispObject Ftruncate::op(LFlt a, Rat b) in op()
5032 LispObject Ftruncate::op(Rat a, Cpx b) in op()
5037 LispObject Ftruncate::op(Cpx a, Cpx b) in op()
5047 LispObject Ftruncate::op(Flt a, Cpx b) in op()
5120 LispObject Ftruncate::op(Rat a, Flt b) in op()
5125 LispObject Ftruncate::op(Cpx a, Flt b) in op()
[all …]
H A Darith-float.cpp823 LispObject Ftruncate::op(LispObject a) in op()
824 { return number_dispatcher::unary<LispObject,Ftruncate>("floor", a); in op()
827 LispObject Ftruncate::op(Fixnum a) in op()
831 LispObject Ftruncate::op(uint64_t *a) in op()
836 LispObject Ftruncate::op(Rat a) in op()
841 LispObject Ftruncate::op(Cpx a) in op()
845 LispObject Ftruncate::op(SFlt a) in op()
849 LispObject Ftruncate::op(Flt a) in op()
853 LispObject Ftruncate::op(double a) in op()
857 LispObject Ftruncate::op(LFlt a) in op()
/dports/lang/gcc10/gcc-10.3.0/libgo/go/internal/poll/
H A Dfd_posix.go42 func (fd *FD) Ftruncate(size int64) error { func
47 return syscall.Ftruncate(fd.Sysfd, size)
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/internal/poll/
H A Dfd_posix.go42 func (fd *FD) Ftruncate(size int64) error { func
47 return syscall.Ftruncate(fd.Sysfd, size)
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/internal/poll/
H A Dfd_posix.go42 func (fd *FD) Ftruncate(size int64) error { func
47 return syscall.Ftruncate(fd.Sysfd, size)
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/internal/poll/
H A Dfd_posix.go42 func (fd *FD) Ftruncate(size int64) error { func
47 return syscall.Ftruncate(fd.Sysfd, size)
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/internal/poll/
H A Dfd_posix.go42 func (fd *FD) Ftruncate(size int64) error { func
47 return syscall.Ftruncate(fd.Sysfd, size)
/dports/lang/gcc9/gcc-9.4.0/libgo/go/internal/poll/
H A Dfd_posix.go42 func (fd *FD) Ftruncate(size int64) error { func
47 return syscall.Ftruncate(fd.Sysfd, size)
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/internal/poll/
H A Dfd_posix.go42 func (fd *FD) Ftruncate(size int64) error { func
47 return syscall.Ftruncate(fd.Sysfd, size)
/dports/lang/gcc8/gcc-8.5.0/libgo/go/internal/poll/
H A Dfd_posix.go42 func (fd *FD) Ftruncate(size int64) error { func
47 return syscall.Ftruncate(fd.Sysfd, size)
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/internal/poll/
H A Dfd_posix.go42 func (fd *FD) Ftruncate(size int64) error { func
47 return syscall.Ftruncate(fd.Sysfd, size)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/internal/poll/
H A Dfd_posix.go42 func (fd *FD) Ftruncate(size int64) error { func
47 return syscall.Ftruncate(fd.Sysfd, size)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/internal/poll/
H A Dfd_posix.go42 func (fd *FD) Ftruncate(size int64) error { func
47 return syscall.Ftruncate(fd.Sysfd, size)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/internal/poll/
H A Dfd_posix.go42 func (fd *FD) Ftruncate(size int64) error { func
47 return syscall.Ftruncate(fd.Sysfd, size)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/internal/poll/
H A Dfd_posix.go42 func (fd *FD) Ftruncate(size int64) error { func
47 return syscall.Ftruncate(fd.Sysfd, size)
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/internal/poll/
H A Dfd_posix.go42 func (fd *FD) Ftruncate(size int64) error { func
47 return syscall.Ftruncate(fd.Sysfd, size)
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/internal/poll/
H A Dfd_posix.go45 func (fd *FD) Ftruncate(size int64) error { func
51 return syscall.Ftruncate(fd.Sysfd, size)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/internal/poll/
H A Dfd_posix.go44 func (fd *FD) Ftruncate(size int64) error { func
50 return syscall.Ftruncate(fd.Sysfd, size)
/dports/lang/gcc11/gcc-11.2.0/libgo/go/internal/poll/
H A Dfd_posix.go44 func (fd *FD) Ftruncate(size int64) error { func
50 return syscall.Ftruncate(fd.Sysfd, size)
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/internal/poll/
H A Dfd_posix.go44 func (fd *FD) Ftruncate(size int64) error { func
50 return syscall.Ftruncate(fd.Sysfd, size)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/internal/poll/
H A Dfd_posix.go44 func (fd *FD) Ftruncate(size int64) error { func
50 return syscall.Ftruncate(fd.Sysfd, size)
/dports/devel/golint/lint-959b441/vendor/golang.org/x/tools/go/ssa/interp/
H A Dexternal_unix.go18 "syscall.Ftruncate": ext۰syscall۰Ftruncate,
109 func ext۰syscall۰Ftruncate(fr *frame, args []value) value {
112 return wrapError(syscall.Ftruncate(fd, length))
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/vendor/golang.org/x/tools/go/ssa/interp/
H A Dexternal_unix.go18 "syscall.Ftruncate": ext۰syscall۰Ftruncate,
109 func ext۰syscall۰Ftruncate(fr *frame, args []value) value {
112 return wrapError(syscall.Ftruncate(fd, length))
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/mac/
H A Dsandbox_mac_compiler_unittest.mm191 MULTIPROCESS_TEST_MAIN(Ftruncate) {
217 TEST_F(SandboxMacCompilerTest, Ftruncate) {
238 base::Process process = SpawnChildWithOptions("Ftruncate", options);
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/os/
H A Dfile_posix.go108 if e := syscall.Ftruncate(f.fd, size); e != nil {

12345678910>>...158