Home
last modified time | relevance | path

Searched defs:fileno (Results 1 – 23 of 23) sorted by relevance

/openbsd/lib/libc/stdio/
H A Dfileno.c43 fileno(FILE *fp) in fileno() function
/openbsd/gnu/usr.bin/binutils/include/mpw/
H A Dmpw.h52 #define fileno(fp) ((fp)->_file) macro
/openbsd/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DHandle.pm400 sub fileno { subroutine
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DBase.pm952 sub fileno subroutine
/openbsd/gnu/gcc/fixincludes/
H A Dsystem.h98 # define fileno(Stream) fileno_unlocked (Stream) macro
/openbsd/sys/kern/
H A Dvfs_getcwd.c61 ino_t fileno; in vfs_getcwd_scandir() local
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DBase.pm1454 sub fileno subroutine
/openbsd/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dspawnbase.py501 def fileno(self): member in SpawnBase
/openbsd/gnu/gcc/libcpp/
H A Dsystem.h98 # define fileno(Stream) fileno_unlocked (Stream) macro
/openbsd/gnu/usr.bin/perl/
H A Dfakesdio.h101 #define fileno(f) PerlIO_fileno(f) macro
H A Dnostdio.h115 #define fileno(f) _CANNOT _fileno_ macro
H A DXSUB.h546 # define fileno PerlSIO_fileno macro
/openbsd/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A Dptyprocess.py382 def fileno(self): member in PtyProcess
/openbsd/regress/lib/libz/
H A Dminigzip.c54 # define fileno(file) file->__file macro
/openbsd/include/
H A Dstdio.h410 #define fileno(p) (!__isthreaded ? __sfileno(p) : (fileno)(p)) macro
/openbsd/gnu/llvm/clang/utils/analyzer/
H A DSATestBuild.py86 def fileno(self) -> int: member in StreamToLogger
/openbsd/gnu/gcc/gcc/
H A Dsystem.h106 # define fileno(Stream) fileno_unlocked (Stream) macro
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32iop.h229 #define fileno(f) win32_fileno(f) macro
H A Dperlhost.h832 int fileno = win32_dup(win32_fileno(pf)); in PerlStdIOFdupopen() local
H A Dwin32.c4921 int fileno = win32_dup(win32_fileno(pf)); in win32_fdupopen() local
/openbsd/sys/nfs/
H A Dnfs_vnops.c2331 u_quad_t fileno; in nfs_readdirrpc() local
2546 u_quad_t fileno; in nfs_readdirplusrpc() local
/openbsd/sys/msdosfs/
H A Dmsdosfs_vnops.c1419 uint32_t fileno; in msdosfs_readdir() local
/openbsd/gnu/gcc/libmudflap/
H A Dmf-hooks2.c991 WRAPPER2(int, fileno, FILE *stream) in WRAPPER2() argument