Home
last modified time | relevance | path

Searched refs:PEEK (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregcomp.c250 #define PEEK() (*p->next) macro
254 #define SEE(c) (MORE() && PEEK() == (c))
549 c = PEEK(); in p_ere_exp()
581 if (isdigit((uch)PEEK())) { in p_ere_exp()
590 while (MORE() && PEEK() != '}') in p_ere_exp()
600 c = PEEK(); in p_ere_exp()
752 if (MORE() && isdigit((uch)PEEK())) { in p_simp_re()
883 switch ((MORE()) ? PEEK() : '\0') { in p_b_term()
900 c = PEEK(); in p_b_term()
909 c = PEEK(); in p_b_term()
[all …]
/netbsd/external/bsd/nvi/dist/regex/
H A Dregcomp.c145 #define PEEK() (*p->next) macro
149 #define SEE(c) (MORE() && PEEK() == (c))
442 c = PEEK(); in p_ere_exp()
474 if (ISDIGIT((UCHAR_T)PEEK())) { in p_ere_exp()
483 while (MORE() && PEEK() != '}') in p_ere_exp()
493 c = PEEK(); in p_ere_exp()
665 if (MORE() && ISDIGIT((UCHAR_T)PEEK())) { in p_simp_re()
798 switch ((MORE()) ? PEEK() : '\0') { in p_b_term()
815 c = PEEK(); in p_b_term()
824 c = PEEK(); in p_b_term()
[all …]
/netbsd/lib/libc/regex/
H A Dregcomp.c194 #define PEEK() (*p->next) macro
198 #define SEE(c) (MORE() && PEEK() == (c))
626 c = PEEK(); in p_ere_exp()
660 if (isdigit((uch)PEEK())) { in p_ere_exp()
669 while (MORE() && PEEK() != '}') in p_ere_exp()
679 c = PEEK(); in p_ere_exp()
1055 if (MORE() && isdigit((uch)PEEK())) { in p_simp_re()
1190 switch ((MORE()) ? PEEK() : '\0') {
1206 c = PEEK();
1215 c = PEEK();
[all …]
/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Dthr_debug.c383 #define PEEK(mem) {if (-*(volatile const unsigned char *)(mem)) debug_noop();} macro
407 PEEK( dummy ); in init_usage()
445 PEEK( DUMMY_ADDR( usage ) ); in check_usage()
454 PEEK( DUMMY_ADDR( usage ) ); in check_usage()
455 PEEK( UNSCRAMBLE_usagep( usage->self ) ); in check_usage()
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dsocket.d2089PEEK = MSG_PEEK, /// peek at incoming data without removing it from the queue, only…
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsocket.d2126PEEK = MSG_PEEK, /// peek at incoming data without removing it from the queue, only…
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2323 // PEEK* requests return resulting values through data pointer.
H A Dsanitizer_common_interceptors.inc3293 // Note that PEEK* requests assign different meaning to the return value.
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2325 // PEEK* requests return resulting values through data pointer.
H A Dsanitizer_common_interceptors.inc3239 // Note that PEEK* requests assign different meaning to the return value.
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2323 // PEEK* requests return resulting values through data pointer.
H A Dsanitizer_common_interceptors.inc3293 // Note that PEEK* requests assign different meaning to the return value.
/netbsd/doc/
H A DCHANGES.prev6058 PTRACE_{PEEK|POKE}USER partially; linux gdb can