Searched defs:peek (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpStack.cpp49 void *InterpStack::peek(size_t Size) { function in class:InterpStack
H A DInterpStack.h51 template <typename T> T &peek() { function in class:clang::interp::final
/freebsd-13-stable/contrib/tcp_wrappers/
H A Dtli-sequent.c59 struct strpeek peek; local
[all...]
/freebsd-13-stable/contrib/ncurses/ncurses/
H A Dfifo_defs.h47 #define peek sp->_fifopeek macro
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_join.c87 join_common(pthread_t pthread, void **thread_return, const struct timespec *abstime, bool peek) argument
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp243 StringRef ScriptLexer::peek() { function in class:ScriptLexer
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamReader.cpp160 uint8_t BinaryStreamReader::peek() const { function in class:BinaryStreamReader
H A DJSON.cpp243 char peek() { return P == End ? 0 : *P; } function in class:llvm::json::__anon3795::Parser
/freebsd-13-stable/crypto/openssl/ssl/record/
H A Drec_layer_d1.c342 dtls1_read_bytes(SSL *s, int type, int *recvd_type, unsigned char *buf, size_t len, int peek, size_t *readbytes) argument
H A Drec_layer_s3.c1276 ssl3_read_bytes(SSL *s, int type, int *recvd_type, unsigned char *buf, size_t len, int peek, size_t *readbytes) argument
/freebsd-13-stable/contrib/one-true-awk/
H A Dlex.c100 int peek(void) function
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h66 Optional<DIExpression::ExprOperand> peek() const { function in class:llvm::DIExpressionCursor
/freebsd-13-stable/usr.bin/usbhidaction/
H A Dusbhidaction.c266 peek(FILE *f) function
/freebsd-13-stable/usr.bin/hexdump/
H A Ddisplay.c321 peek(u_char *buf, size_t nbytes) function
/freebsd-13-stable/usr.bin/rpcgen/
H A Drpc_scan.c127 peek(token *tokp) function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp46 char peek(int I = 0) const { return End - Ptr <= I ? 0 : Ptr[I]; } function in class:__anon3496::Cursor
[all...]
/freebsd-13-stable/contrib/serf/
H A Dserf.h873 apr_status_t (*peek)(serf_bucket_t *bucket, member in struct:serf_bucket_type_t
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp72 char peek() const { function in class:clang::comments::TextTokenRetokenizer
/freebsd-13-stable/usr.bin/dtc/
H A Dinput_buffer.cc1230 text_input_buffer::peek() function in class:dtc::text_input_buffer
/freebsd-13-stable/contrib/sendmail/mail.local/
H A Dmail.local.c825 int peek; local
/freebsd-13-stable/crypto/openssl/ssl/
H A Ds3_lib.c4455 static int ssl3_read_internal(SSL *s, void *buf, size_t len, int peek, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp178 static bool peek(struct InternalInstruction *insn, uint8_t &byte) { function
[all...]
/freebsd-13-stable/usr.bin/gzip/
H A Dunlz.c450 int peek = lz_peek(lz, rep[0]); local

Completed in 273 milliseconds