| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-typeprint.cc | 23 class templ class 27 templ<T> *value; 30 templ<basic_string> s;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-typeprint.cc | 23 class templ class 27 templ<T> *value; 30 templ<basic_string> s;
|
| /src/lib/librefuse/ |
| fuse_opt.h | 50 const char *templ; member in struct:fuse_opt 55 #define FUSE_OPT_KEY(templ, key) { templ, -1, key } 56 #define FUSE_OPT_END { .templ = NULL }
|
| refuse_opt.c | 183 static bool match_templ(const char *templ, const char *opt, ssize_t *sep_idx) 185 const char *sep = strpbrk(templ, "= "); 189 (size_t)(sep[0] == '=' ? sep - templ + 1 : sep - templ); 191 if (strlen(opt) >= cmp_len && strncmp(templ, opt, cmp_len) == 0) { 193 *sep_idx = (ssize_t)(sep - templ); 201 if (strcmp(templ, opt) == 0) { 215 for (; opts != NULL && opts->templ != NULL; opts++) { 216 if (match_templ(opts->templ, opt, sep_idx)) 298 if (sep_idx > 0 && opt->templ[sep_idx + 1] == '%') [all...] |
| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| tmpfile.cpp | 122 char *templ = new char[tmpfile_prefix_len + postlen + 6 + 1]; local 123 strcpy(templ, tmpfile_prefix); 125 strcat(templ, postfix); 126 strcat(templ, "XXXXXX"); 127 return templ; 176 char *templ = xtmptemplate(postfix_long, postfix_short); local 178 int fd = mkstemp(templ); 186 add_tmp_file(templ); 188 *namep = templ; 190 a_delete templ; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| symfile-mem.c | 80 non-zero, is the known size of the object. TEMPL is a bfd 84 symbol_file_add_from_memory (struct bfd *templ, CORE_ADDR addr, 93 if (bfd_get_flavour (templ) != bfd_target_elf_flavour) 96 nbfd = bfd_elf_bfd_from_remote_memory (templ, addr, size, &loadbase, 138 struct bfd *templ; local 147 templ = current_program_space->symfile_object_file->obfd.get (); 149 templ = current_program_space->exec_bfd (); 150 if (templ == NULL) 154 symbol_file_add_from_memory (templ, addr, 0, NULL, from_tty);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| symfile-mem.c | 80 non-zero, is the known size of the object. TEMPL is a bfd 84 symbol_file_add_from_memory (struct bfd *templ, CORE_ADDR addr, 93 if (bfd_get_flavour (templ) != bfd_target_elf_flavour) 96 nbfd = bfd_elf_bfd_from_remote_memory (templ, addr, size, &loadbase, 138 struct bfd *templ; local 147 templ = current_program_space->symfile_object_file->obfd.get (); 149 templ = current_program_space->exec_bfd (); 150 if (templ == NULL) 154 symbol_file_add_from_memory (templ, addr, 0, NULL, from_tty);
|
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| s3_msg.c | 84 OSSL_RECORD_TEMPLATE templ; local 95 templ.type = SSL3_RT_ALERT; 96 templ.version = (sc->version == TLS1_3_VERSION) ? TLS1_2_VERSION 102 templ.version = TLS1_VERSION; 104 templ.buf = &sc->s3.send_alert[0]; 105 templ.buflen = 2; 130 sc->rlayer.wrlmethod->write_records(sc->rlayer.wrl, &templ, 1)); 134 sc->rlayer.wpend_tot = templ.buflen; 135 sc->rlayer.wpend_type = templ.type; 136 sc->rlayer.wpend_buf = templ.buf [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_common.cc | 195 bool TemplateMatch(const char *templ, const char *str) { 199 if (templ && templ[0] == '^') { 201 templ++; 204 while (templ && templ[0]) { 205 if (templ[0] == '*') { 206 templ++; 211 if (templ[0] == '$') 215 char *tpos = (char*)internal_strchr(templ, '*'); [all...] |
| sanitizer_libignore.cc | 33 lib->templ = internal_strdup(name_templ); 48 TemplateMatch(lib->templ, name)) 63 if (!TemplateMatch(lib->templ, mod.full_name()) && 70 SanitizerToolName, lib->templ, lib->name, mod.full_name()); 79 lib->templ, mod.full_name()); 94 SanitizerToolName, lib->name, lib->templ);
|
| sanitizer_suppressions.h | 25 char *templ; member in struct:__sanitizer::Suppression
|
| sanitizer_suppressions.cc | 88 if (0 == internal_strcmp(cur.type, type) && TemplateMatch(cur.templ, str)) { 135 s.templ = (char*)InternalAlloc(end2 - line + 1); 136 internal_memcpy(s.templ, line, end2 - line); 137 s.templ[end2 - line] = 0;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_common.cpp | 193 bool TemplateMatch(const char *templ, const char *str) { 197 if (templ && templ[0] == '^') { 199 templ++; 202 while (templ && templ[0]) { 203 if (templ[0] == '*') { 204 templ++; 209 if (templ[0] == '$') 213 char *tpos = (char*)internal_strchr(templ, '*'); [all...] |
| sanitizer_libignore.cpp | 32 lib->templ = internal_strdup(name_templ); 47 TemplateMatch(lib->templ, name)) 62 if (!TemplateMatch(lib->templ, mod.full_name()) && 69 SanitizerToolName, lib->templ, lib->name, mod.full_name()); 78 lib->templ, mod.full_name()); 93 SanitizerToolName, lib->name, lib->templ);
|
| sanitizer_suppressions.h | 24 char *templ; member in struct:__sanitizer::Suppression
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_libignore.cpp | 32 lib->templ = internal_strdup(name_templ); 47 TemplateMatch(lib->templ, name)) 62 if (!TemplateMatch(lib->templ, mod.full_name()) && 69 SanitizerToolName, lib->templ, lib->name, mod.full_name()); 78 lib->templ, mod.full_name()); 93 SanitizerToolName, lib->name, lib->templ);
|
| sanitizer_common.cpp | 229 bool TemplateMatch(const char *templ, const char *str) { 233 if (templ && templ[0] == '^') { 235 templ++; 238 while (templ && templ[0]) { 239 if (templ[0] == '*') { 240 templ++; 245 if (templ[0] == '$') 249 char *tpos = (char*)internal_strchr(templ, '*'); [all...] |
| sanitizer_suppressions.h | 24 char *templ; member in struct:__sanitizer::Suppression
|
| sanitizer_suppressions.cpp | 99 if (0 == internal_strcmp(cur.type, type) && TemplateMatch(cur.templ, str)) { 146 s.templ = (char*)InternalAlloc(end2 - line + 1); 147 internal_memcpy(s.templ, line, end2 - line); 148 s.templ[end2 - line] = 0;
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| emutls.c | 44 void *templ; member in struct:__emutls_object 135 if (obj->templ) 136 memcpy (ret, obj->templ, obj->size); 215 word size, word align, void *templ) 222 obj->templ = NULL; 226 if (templ && size == obj->size) 227 obj->templ = templ;
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| emutls.c | 44 void *templ; member in struct:__emutls_object 127 if (obj->templ) 128 memcpy (ret, obj->templ, obj->size); 207 word size, word align, void *templ) 214 obj->templ = NULL; 218 if (templ && size == obj->size) 219 obj->templ = templ;
|
| /src/external/gpl3/gcc/dist/gcc/config/bpf/ |
| bpf-protos.h | 33 const char *bpf_output_move (rtx *operands, const char *templ);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_suppressions_test.cc | 20 static bool MyMatch(const char *templ, const char *func) { 22 strcpy(tmp, templ); // NOLINT 78 EXPECT_STREQ(templs[i], s->templ);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gensupport.cc | 813 parse_section_layout (file_location loc, const char **templ, const char *label, 818 if (strncmp (label, *templ, label_len) == 0) 820 *templ += label_len; 823 while (**templ != ';' && **templ != ']') 825 skip_spaces (templ); 826 name_start = *templ; 828 char val = (*templ)[len]; 833 val = (*templ)[++len]; 835 *templ += len 917 const char *templ; local [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/ |
| emutls.d | 52 ubyte* templ; 177 extern (C) void __emutls_register_common(__emutls_object* obj, word size, word align_, ubyte* templ) nothrow @nogc 182 obj.templ = null; 186 if (templ && size == obj.size) 187 obj.templ = templ; 217 if (obj.templ) 218 memcpy(ret, cast(ubyte*) obj.templ, cast() obj.size);
|