Home
last modified time | relevance | path

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

/freebsd-src/usr.bin/rpcgen/
H A Drpc_main.c468 long tell; in c_output() local
571 long tell; in h_output() local
800 long tell; in svc_output() local
833 long tell; in clnt_output() local
/freebsd-src/sys/dev/bhnd/
H A Dbhnd_eromvar.h68 bhnd_erom_io_tell_t *tell; /**< @see bhnd_erom_io_tell() */ member
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp66 uint64_t FileWriter::tell() { in tell() function in FileWriter
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp32 size_t tell() const { return NextOffset; } in tell() function in __anon5fdc98580111::BlobAllocator
H A DELFEmitter.cpp68 uint64_t tell() const { return OS.tell(); } in tell() function in __anon4bfa4e2c0111::ContiguousBlobAccumulator
/freebsd-src/contrib/llvm-project/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(); } tell() function
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp56 uint64_t tell() { return OS.tell(); } tell() function in llvm::ProfOStream
[all...]
/freebsd-src/contrib/sendmail/src/
H A Dconf.c3081 # define tell(s) if (opterr) \ macro