| /src/external/bsd/mdocml/dist/ |
| test-rewb-bsd.c | 8 regex_t re; local 10 if (regcomp(&re, "[[:<:]]word[[:>:]]", REG_EXTENDED | REG_NOSUB)) 12 if (regexec(&re, "the word is here", 0, NULL, 0)) 14 if (regexec(&re, "same word", 0, NULL, 0)) 16 if (regexec(&re, "word again", 0, NULL, 0)) 18 if (regexec(&re, "word", 0, NULL, 0)) 20 if (regexec(&re, "wordy", 0, NULL, 0) != REG_NOMATCH) 22 if (regexec(&re, "sword", 0, NULL, 0) != REG_NOMATCH) 24 if (regexec(&re, "reworded", 0, NULL, 0) != REG_NOMATCH)
|
| test-rewb-sysv.c | 8 regex_t re; local 10 if (regcomp(&re, "\\<word\\>", REG_EXTENDED | REG_NOSUB)) 12 if (regexec(&re, "the word is here", 0, NULL, 0)) 14 if (regexec(&re, "same word", 0, NULL, 0)) 16 if (regexec(&re, "word again", 0, NULL, 0)) 18 if (regexec(&re, "word", 0, NULL, 0)) 20 if (regexec(&re, "wordy", 0, NULL, 0) != REG_NOMATCH) 22 if (regexec(&re, "sword", 0, NULL, 0) != REG_NOMATCH) 24 if (regexec(&re, "reworded", 0, NULL, 0) != REG_NOMATCH)
|
| dbm.h | 29 regex_t *re; member in struct:dbm_match
|
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/cmake/ |
| gnu_posix_regex.cpp | 5 regex_t re; local 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); 10 return regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0;
|
| std_regex.cpp | 5 std::regex re; local 6 re = std::regex("^[a-z]+[0-9]+$", 8 return std::regex_search(str, re) ? 0 : -1;
|
| posix_regex.cpp | 5 regex_t re; local 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); 10 int ret = regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0; 11 regfree(&re);
|
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/cmake/ |
| gnu_posix_regex.cpp | 5 regex_t re; local 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); 10 return regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0;
|
| std_regex.cpp | 5 std::regex re; local 6 re = std::regex("^[a-z]+[0-9]+$", 8 return std::regex_search(str, re) ? 0 : -1;
|
| posix_regex.cpp | 5 regex_t re; local 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); 10 int ret = regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0; 11 regfree(&re);
|
| /src/lib/libc/locale/ |
| _wctrans.c | 85 _RuneEntry *base, *re; local 96 re = base + (x >> 1); 97 if (re->re_min <= c0 && re->re_max >= c0) 98 return (re->re_map + c0 - re->re_min); 99 else if (c0 >= re->re_max) { 100 base = re + 1;
|
| _wctype.c | 79 _RuneEntry *base, *re; local 93 re = base + (x >> 1); 94 if (re->re_min <= wc0 && re->re_max >= wc0) { 95 if (re->re_rune_types) 96 return re->re_rune_types[wc0 - re->re_min]; 98 return re->re_map; 99 } else if (wc0 > re->re_max) { 100 base = re + 1 [all...] |
| /src/external/lgpl3/mpc/dist/tests/ |
| tpl_mpc.c | 26 mpfr_rnd_t re, im; local 27 tpl_read_mpfr_rnd (datafile_context, &re); 29 *rnd = MPC_RND (re, im);
|
| teta.c | 70 long int re, im; local 126 re = mpfr_get_si (mpc_realref (z), MPFR_RNDN); 128 ok &= (re == 1728 && im == 1); 132 printf ("%li\n", re);
|
| /src/tests/lib/libc/regex/ |
| t_regex_binary.c | 45 regex_t re; local 49 if ((e = regcomp(&re, "[\xe0-\xf1][\xa0-\xd1].*", REG_EXTENDED)) != 0) { 50 regerror(e, &re, msg, sizeof(msg)); 63 regex_t re; local 68 if ((e = regcomp(&re, ": j:[]j:[]j:[\xd9j:[]", REG_EXTENDED)) != 0) { 69 regerror(e, &re, msg, sizeof(msg));
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| e0.s | 12 P1 = re (Z); // load a pointer to ihandler interrupt 1 13 P1.H = re; 32 re: label
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| e0.s | 12 P1 = re (Z); // load a pointer to ihandler interrupt 1 13 P1.H = re; 32 re: label
|
| /src/crypto/external/apache2/openssl/dist/crypto/perlasm/ |
| x86_64-xlate.pl | 108 # Find out if we're using GNU as 223 sub re { 242 sub re { 320 sub re { 362 sub re { 466 sub re { 508 sub re { 575 sub re { 595 if ($nasm && $self->{opcode}->mnemonic()=~m/^j(?![re]cxz)/) { 768 sub re { 222 sub re { subroutine 241 sub re { subroutine 319 sub re { subroutine 361 sub re { subroutine 465 sub re { subroutine 507 sub re { subroutine 574 sub re { subroutine 767 sub re { subroutine 853 sub re { subroutine [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/perlasm/ |
| x86_64-xlate.pl | 108 # Find out if we're using GNU as 164 sub re { 242 sub re { 284 sub re { 388 sub re { 430 sub re { 497 sub re { 517 if ($nasm && $self->{opcode}->mnemonic()=~m/^j(?![re]cxz)/) { 690 sub re { 776 sub re { 163 sub re { subroutine 241 sub re { subroutine 283 sub re { subroutine 387 sub re { subroutine 429 sub re { subroutine 496 sub re { subroutine 689 sub re { subroutine 775 sub re { subroutine [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/ |
| x86_64-xlate.pl | 110 sub re { 188 sub re { 230 sub re { 334 sub re { 376 sub re { 443 sub re { 463 if ($nasm && $self->{opcode}->mnemonic()=~m/^j(?![re]cxz)/) { 636 sub re { 722 sub re { 729 $ret = cfi_directive->re($line) and return $ret 109 sub re { subroutine 187 sub re { subroutine 229 sub re { subroutine 333 sub re { subroutine 375 sub re { subroutine 442 sub re { subroutine 635 sub re { subroutine 721 sub re { subroutine [all...] |
| /src/external/bsd/ntp/dist/sntp/libopts/ |
| stack.c | 72 regex_t re; local 75 if (regcomp(&re, od->optArg.argString, REG_NOSUB) != 0) 93 res = regexec(&re, pzSrc, (size_t)0, NULL, 0); 120 regfree(&re);
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
| complex_t.h | 20 real_t re; member in struct:complex_t 23 complex_t(real_t re) : re(re), im(CTFloat::zero) {} 24 complex_t(real_t re, real_t im) : re(re), im(im) {} 26 complex_t operator + (complex_t y) { return complex_t(re + y.re, im + y.im); } 27 complex_t operator - (complex_t y) { return complex_t(re - y.re, im - y.im); [all...] |
| /src/external/bsd/tre/dist/lib/ |
| tre-parse.h | 21 const tre_char_t *re; member in struct:__anon8201
|
| /src/external/lgpl3/mpfr/dist/src/ |
| frac.c | 33 mpfr_exp_t re, ue; local 78 re = -cnt; 85 re = sh - GMP_NUMB_BITS; 88 re -= GMP_NUMB_BITS; 92 re -= sh; 95 /* The exponent of r will be re */ 121 MPFR_EXP (t) = 0; /* should be re, but not necessarily in the range */ 124 MPFR_EXP (r) += re; 130 MPFR_EXP (r) = re;
|
| /src/external/bsd/flex/dist/src/ |
| parse.y | 382 rule : re2 re 438 | re2 re '$' 441 | re '$' 458 /* See the comment in the rule for "re2 re" 470 * "re2 re" above. 484 | re 502 re : re '|' series label 513 re2 : re '/' 760 | '(' re ')' [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
| thread.c | 223 struct re_s *re; local 261 LDAP_STAILQ_FOREACH( re, &slapd_rq.run_list, rnext ) { 263 i, re->tname, re->tspec ); 294 LDAP_STAILQ_FOREACH( re, &slapd_rq.task_list, tnext ) { 296 i, re->tname, re->tspec );
|