| /src/lib/libform/ |
| type_regex.c | 47 regex_t compiled; member in struct:__anon487 66 if ((regcomp(&new->compiled, expression, 107 (regexec(&((regex_args *) (void *) field->args)->compiled,
|
| /src/crypto/external/bsd/netpgp/dist/src/hkpclient/ |
| hkpc.c | 117 static int compiled; local 121 if (!compiled) { 122 compiled = 1;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| break-catch-load.c | 43 compiled (arg == nullptr 65 /* Regular expression to match, if any. COMPILED is only valid when 68 std::unique_ptr<compiled_regex> compiled; member in struct:catchpoint 122 || compiled->exec (iter->so_name.c_str (), 0, nullptr, 0) == 0) 131 || compiled->exec (iter.c_str (), 0, NULL, 0) == 0)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| break-catch-load.c | 42 compiled (arg == nullptr 64 /* Regular expression to match, if any. COMPILED is only valid when 67 std::unique_ptr<compiled_regex> compiled; member in struct:catchpoint 121 || compiled->exec (iter->name.c_str (), 0, nullptr, 0) == 0) 130 || compiled->exec (iter.c_str (), 0, NULL, 0) == 0)
|
| /src/external/bsd/zstd/dist/build/single_file_libs/examples/ |
| emscripten.c | 144 GLint compiled; local 145 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled); 146 if (compiled) {
|
| /src/crypto/external/bsd/netpgp/dist/src/libmj/ |
| mj.c | 145 static int compiled; local 147 if (!compiled) { 148 compiled = 1;
|
| /src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/ |
| netpgpkeys.c | 361 static int compiled; local 366 if (!compiled) { 367 compiled = 1;
|
| /src/external/gpl3/gcc/dist/fixincludes/ |
| fixlib.c | 125 static int compiled; local 127 if (!compiled)
|
| /src/external/gpl3/gcc.old/dist/fixincludes/ |
| fixlib.c | 125 static int compiled; local 127 if (!compiled)
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| attrib.h | 231 bool compiled; member in class:CompileDeclaration
|
| /src/crypto/external/bsd/netpgp/dist/src/netpgp/ |
| netpgp.c | 491 static int compiled; local 496 if (!compiled) { 497 compiled = 1;
|
| /src/crypto/external/bsd/netpgp/dist/src/lib/ |
| netpgp.c | 449 static int compiled; local 453 if (!compiled) { 454 compiled = 1;
|
| /src/external/bsd/less/dist/ |
| search.c | 116 PATTERN_TYPE compiled; member in struct:pattern_info 126 #define info_compiled(info) ((info)->compiled) 158 uncompile_pattern(&info->compiled); 175 SET_NULL_PATTERN(info->compiled); 176 else if (compile_pattern(pattern, search_type, show_error, &info->compiled) < 0) 179 /* Pattern compiled successfully; save the text too. */ 197 SET_NULL_PATTERN(info->compiled); 236 return (!is_null_pattern(info->compiled)); 1477 * the pattern which was compiled with the old caseless. 1508 * A null pattern means use the previously compiled pattern [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| homedir.c | 53 regex_t compiled; member in struct:homedir_regexp 268 regfree( &r->compiled ); 286 regfree( &r->compiled ); 297 regex_t compiled; local 300 memset( &compiled, 0, sizeof(compiled) ); 301 rc = regcomp( &compiled, match, REG_EXTENDED ); 303 regerror( rc, &compiled, c->cr_msg, sizeof(c->cr_msg) ); 304 regfree( &compiled ); 311 r->compiled = compiled [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gcc.cc | 557 Input files whose names have no recognized suffix are not compiled 3657 bool compiled; 3674 /* True if multiple input files are being compiled to a single 5207 With a single input being compiled, the output basename does NOT 5545 ``make_relative_prefix'' is not compiled for VMS, so don't call it. */ 6547 infiles[i].compiled = true; 7841 compiler failed to run, ATTEMPT_STATUS_ICE if compiled ICE-ed and 8948 called 'help-dummy' which needs to be compiled, and we pass this 9038 infiles[i].compiled = false; 9067 if (infiles[i].compiled) 3639 bool compiled; member in struct:infile [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gcc.cc | 543 Input files whose names have no recognized suffix are not compiled 3688 bool compiled; 3705 /* True if multiple input files are being compiled to a single 5121 With a single input being compiled, the output basename does NOT 5459 ``make_relative_prefix'' is not compiled for VMS, so don't call it. */ 6434 infiles[i].compiled = true; 7715 compiler failed to run, ATTEMPT_STATUS_ICE if compiled ICE-ed and 8821 called 'help-dummy' which needs to be compiled, and we pass this 8911 infiles[i].compiled = false; 8940 if (infiles[i].compiled) 3670 bool compiled; member in struct:infile [all...] |