HomeSort by: relevance | last modified time | path
    Searched refs:peek (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.bin/rpcgen/
rpc_scan.h 106 void peek(token *);
rpc_scan.c 122 * Peek at the next token
125 peek(token *tokp) function in typeref:typename:void
131 * Peek at the next token and scan it if it matches what you expect
136 peek(tokp);
rpc_parse.c 140 peek(&tok);
224 peek(&tok);
316 /* now peek at next token */
470 peek(&tok);
589 peek(&tok);
  /src/sys/arch/hpcmips/hpcmips/
bus_space_notimpl.c 53 __NOTIMPL(peek)
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
keystone-k2hk-netcp.dtsi 31 reg-names = "peek", "status", "config",
43 reg-names = "peek", "status", "config",
keystone-k2g-netcp.dtsi 31 reg-names = "peek", "config",
keystone-k2e-netcp.dtsi 31 reg-names = "peek", "status", "config",
keystone-k2l-netcp.dtsi 31 reg-names = "peek", "status", "config",
  /src/usr.bin/usbhidaction/
usbhidaction.c 226 peek(FILE *f) function in typeref:typename:int
260 while (p && isspace(peek(f))) {
  /src/usr.bin/gzip/
unlz.c 448 int peek = lz_peek(lz, rep[0]); local in function:lz_decode_member
449 lz_put(lz, lz_rd_decode_matched(rd, bm, peek));
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_syscalls.inc 1283 // people out there who are crazy enough to peek into that page's 32-byte
2325 // PEEK* requests return resulting values through data pointer.
  /src/sys/dev/hyperv/
vmbus.c 1658 int peek)
1664 if (!peek) {

Completed in 70 milliseconds