Searched refs:PEEK (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | regcomp.c | 250 #define PEEK() (*p->next) macro 254 #define SEE(c) (MORE() && PEEK() == (c)) 255 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b)) 264 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) 266 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) 404 while (MORE() && (c = PEEK()) != '|' && c != stop) in p_ere() 540 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT); in p_ere_exp() 549 c = PEEK(); in p_ere_exp() 581 if (isdigit((uch)PEEK())) { in p_ere_exp() 590 while (MORE() && PEEK() != '}') in p_ere_exp() [all …]
|
| /netbsd-src/external/bsd/nvi/dist/regex/ |
| H A D | regcomp.c | 145 #define PEEK() (*p->next) macro 149 #define SEE(c) (MORE() && PEEK() == (c)) 150 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b)) 159 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) 161 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) 324 while (MORE() && (c = PEEK()) != '|' && c != stop) in p_ere() 433 (void)REQUIRE(!MORE() || !ISDIGIT((UCHAR_T)PEEK()), REG_BADRPT); in p_ere_exp() 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() [all …]
|
| /netbsd-src/lib/libc/regex/ |
| H A D | regcomp.c | 194 #define PEEK() (*p->next) macro 198 #define SEE(c) (MORE() && PEEK() == (c)) 199 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b)) 211 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) 213 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) 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() [all...] |
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | thr_debug.c | 383 #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-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | socket.d | 2089 …PEEK = MSG_PEEK, /// peek at incoming data without removing it from the queue, only…
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | socket.d | 2126 …PEEK = MSG_PEEK, /// peek at incoming data without removing it from the queue, only…
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2325 // PEEK* requests return resulting values through data pointer.
|
| H A D | sanitizer_common_interceptors.inc | 3239 // Note that PEEK* requests assign different meaning to the return value.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2323 // PEEK* requests return resulting values through data pointer.
|
| H A D | sanitizer_common_interceptors.inc | 3293 // Note that PEEK* requests assign different meaning to the return value.
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2541 // PEEK* requests return resulting values through data pointer.
|
| H A D | sanitizer_common_interceptors.inc | 3384 // Note that PEEK* requests assign different meaning to the return value.
|