Home
last modified time | relevance | path

Searched refs:Fileno (Results 1 – 25 of 3077) sorted by relevance

12345678910>>...124

/dports/net-p2p/ctorrent/ctorrent-dnh3.3.2/
H A Dconsole.cpp95 if( master == this || Fileno() == master->Fileno() ) return 1; in SameDev()
96 else if( Fileno() < 0 || master->Fileno() < 0 ) return 0; in SameDev()
98 if( !fstat(Fileno(), &sbone) && !fstat(master->Fileno(), &sbtwo) ) in SameDev()
106 return (Fileno() >= 0) ? isatty(Fileno()) : 0; in IsTTY()
121 r = gtty(Fileno(), &m_original); in PreserveMode()
141 r = stty(Fileno(), &m_original); in RestoreMode()
159 tcgetattr(Fileno(), &termset); in SetInputMode()
165 gtty(Fileno(), &termset); in SetInputMode()
183 stty(Fileno(), &termset); in SetInputMode()
201 stty(Fileno(), &termset); in SetInputMode()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/syscall/
H A Dsyscall_dragonfly.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))
H A Dsyscall_openbsd.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))
H A Dsyscall_freebsd.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))
H A Dsyscall_netbsd.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/syscall/
H A Dsyscall_dragonfly.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))
H A Dsyscall_netbsd.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))
H A Dsyscall_freebsd.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))
H A Dsyscall_openbsd.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/syscall/
H A Dsyscall_dragonfly.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))
H A Dsyscall_netbsd.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))
H A Dsyscall_openbsd.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))
H A Dsyscall_freebsd.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/syscall/
H A Dsyscall_dragonfly.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))
H A Dsyscall_openbsd.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))
H A Dsyscall_freebsd.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/syscall/
H A Dsyscall_dragonfly.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/syscall/
H A Dsyscall_dragonfly.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/syscall/
H A Dsyscall_dragonfly.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))
/dports/lang/gcc9/gcc-9.4.0/libgo/go/syscall/
H A Dsyscall_dragonfly.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/syscall/
H A Dsyscall_dragonfly.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/syscall/
H A Dsyscall_openbsd.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))
/dports/lang/gcc10/gcc-10.3.0/libgo/go/syscall/
H A Dsyscall_netbsd.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))
H A Dsyscall_openbsd.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/syscall/
H A Dsyscall_openbsd.go10 return readInt(buf, unsafe.Offsetof(Dirent{}.Fileno), unsafe.Sizeof(Dirent{}.Fileno))

12345678910>>...124