/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpStack.h | 68 template <typename T> T &peek() const { in peek() function 76 template <typename T> T &peek(size_t Offset) const { in peek() function
|
/freebsd-src/contrib/ncurses/ncurses/ |
H A D | fifo_defs.h | 47 #define peek sp->_fifopeek macro
|
/freebsd-src/contrib/tcp_wrappers/ |
H A D | tli-sequent.c | 57 struct strpeek peek; in tli_host() local
|
/freebsd-src/lib/libthr/thread/ |
H A D | thr_join.c | 85 const struct timespec *abstime, bool peek) in join_common()
|
/freebsd-src/tests/sys/netinet/ |
H A D | udp_io.c | 100 ATF_TC_BODY(peek, tc) in ATF_TC_BODY() argument
|
/freebsd-src/libexec/nuageinit/ |
H A D | yaml.lua | 245 Parser.peek = function (self, offset) global() function [all...] |
/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | ScriptLexer.cpp | 267 StringRef ScriptLexer::peek() { peek() function in ScriptLexer
|
/freebsd-src/usr.bin/hexdump/ |
H A D | display.c | 317 peek(u_char *buf, size_t nbytes) in peek() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | BinaryStreamReader.cpp | 159 uint8_t BinaryStreamReader::peek() const { in peek() function in BinaryStreamReader
|
H A D | JSON.cpp | 407 char peek() { return P == End ? 0 : *P; } peek() function in llvm::json::__anon47535e080911::Parser
|
/freebsd-src/usr.bin/rpcgen/ |
H A D | rpc_scan.c | 117 peek(token *tokp) in peek() function
|
/freebsd-src/tests/sys/netlink/ |
H A D | netlink_socket.c | 147 ATF_TC_BODY(peek, tc) in ATF_TC_BODY() argument
|
/freebsd-src/contrib/one-true-awk/ |
H A D | lex.c | 103 static int peek(void) peek() function [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.h | 65 std::optional<DIExpression::ExprOperand> peek() const { peek() function
|
/freebsd-src/usr.bin/usbhidaction/ |
H A D | usbhidaction.c | 265 peek(FILE *f) in peek() function
|
/freebsd-src/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | path_parser.h | 75 PosPtr peek() const noexcept { in peek() function
|
/freebsd-src/crypto/openssl/ssl/record/ |
H A D | rec_layer_d1.c | 344 size_t len, int peek, size_t *readbytes) in dtls1_read_bytes()
|
H A D | rec_layer_s3.c | 1287 size_t len, int peek, size_t *readbytes) in ssl3_read_bytes()
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | CommentParser.cpp | 72 char peek() const { in peek() function in clang::comments::TextTokenRetokenizer
|
/freebsd-src/contrib/sendmail/mail.local/ |
H A D | mail.local.c | 848 int peek; local
|
/freebsd-src/sys/netlink/ |
H A D | netlink_domain.c | 676 bool nonblock, trunc, peek; nl_soreceive() local
|
/freebsd-src/usr.bin/gzip/ |
H A D | unlz.c | 448 int peek = lz_peek(lz, rep[0]); in lz_decode_member() local
|
/freebsd-src/usr.bin/dtc/ |
H A D | input_buffer.cc | 1231 text_input_buffer::peek() in peek() function in dtc::text_input_buffer
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MILexer.cpp | 44 char peek(int I = 0) const { return End - Ptr <= I ? 0 : Ptr[I]; } in peek() function in __anonf8b680c00111::Cursor [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/ |
H A D | X86Disassembler.cpp | 190 static bool peek(struct InternalInstruction *insn, uint8_t &byte) { in peek() function [all...] |