Home
last modified time | relevance | path

Searched defs:tell (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DSeekable.pm121 sub tell { subroutine
H A DDir.pm75 sub tell { subroutine
/openbsd-src/usr.bin/rpcgen/
H A Drpc_main.c385 long tell; local
475 long tell; local
691 long tell; global() local
726 long tell; global() local
[all...]
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp66 uint64_t FileWriter::tell() { in tell() function in FileWriter
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/IO/
H A DScalar.pm492 sub tell { *{shift()}->{Pos} } subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DBase.pm889 sub tell subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DBase.pm1344 sub tell subroutine
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp32 size_t tell() const { return NextOffset; } in tell() function in __anonbc616fdd0111::BlobAllocator
H A DELFEmitter.cpp67 uint64_t tell() const { return OS.tell(); } in tell() function in __anonb6441e910111::ContiguousBlobAccumulator
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceFileWriter.h176 uint64_t tell() const { return FS->tell(); } in tell() function
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dfile_extract.py42 def tell(self): member in FileExtract
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DDataExtractor.h71 uint64_t tell() const { return Offset; } in tell() function
H A Draw_ostream.h134 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell() function
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32iop.h254 #define tell(fd) win32_tell(fd) macro
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp55 uint64_t tell() { return OS.tell(); } in tell() function in llvm::ProfOStream