Home | Sort by: relevance | last modified time | path |
/src/usr.bin/rpcgen/ | |
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); |
/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)); |