| /src/external/mpl/bind/dist/lib/dns/rdata/generic/ |
| naptr_35.h | 32 dns_name_t replacement; member in struct:dns_rdata_naptr
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ |
| naptr_35.h | 33 dns_name_t replacement; member in struct:dns_rdata_naptr
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| macrotab.h | 243 we #defined a preprocessor symbol named NAME, whose replacement 244 string is REPLACEMENT. This function makes copies of NAME and 245 REPLACEMENT. */ 247 const char *name, const char *replacement); 254 ARGV, whose replacement string is REPLACEMENT. If the macro takes a variable 256 "...". This function makes copies of NAME, ARGV, and REPLACEMENT. */ 260 const char *replacement); 304 /* The replacement string (body) of the macro. For ordinary macros, 309 const char *replacement; member in struct:macro_definition [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| macrotab.h | 243 we #defined a preprocessor symbol named NAME, whose replacement 244 string is REPLACEMENT. This function makes copies of NAME and 245 REPLACEMENT. */ 247 const char *name, const char *replacement); 254 ARGV, whose replacement string is REPLACEMENT. If the macro takes a variable 256 "...". This function makes copies of NAME, ARGV, and REPLACEMENT. */ 260 const char *replacement); 304 /* The replacement string (body) of the macro. For ordinary macros, 309 const char *replacement; member in struct:macro_definition [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
| interception.h | 81 // our replacement functions invisible to other libraries. This may be overcomed 97 const __sanitizer::uptr replacement; member in struct:interpose_substitution
|
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| xref.c | 495 char *replacement = get_xref_token (0); local 501 if (*replacement) 502 execute_string ("%s", replacement); 521 if (*replacement) 524 execute_string ("%s", replacement); 537 execute_string ("%s", *replacement ? replacement 541 else if (*replacement) /* do not show the url */ 542 execute_string ("%s", replacement); 563 if (replacement) [all...] |
| /src/external/gpl3/gcc/dist/libgcc/ |
| libgcov-driver-system.c | 157 char *replacement = NULL; local 162 replacement = buffer; 173 replacement = getenv (p); 174 if (replacement == NULL) 175 replacement = empty; 186 /* Concat beginning of the path, replacement and 189 unsigned repl_length = replacement != NULL ? strlen (replacement) : 0; 195 if (replacement != NULL) 196 buffer_ptr = (char *)memcpy (buffer_ptr, replacement, repl_length) [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/interception/ |
| interception.h | 105 // This is not so on Mac OS, where the two-level namespace makes our replacement 123 const __sanitizer::uptr replacement; member in struct:interpose_substitution
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| libgcov-driver-system.c | 157 char *replacement = NULL; local 162 replacement = buffer; 173 replacement = getenv (p); 174 if (replacement == NULL) 175 replacement = empty; 186 /* Concat beginning of the path, replacement and 189 unsigned repl_length = replacement != NULL ? strlen (replacement) : 0; 195 if (replacement != NULL) 196 buffer_ptr = (char *)memcpy (buffer_ptr, replacement, repl_length) [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/interception/ |
| interception.h | 80 // our replacement functions invisible to other libraries. This may be overcomed 96 const __sanitizer::uptr replacement; member in struct:interpose_substitution
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| optimize.cc | 676 tree replacement; local 679 replacement = clone_parm; 687 replacement = fold_convert (reftype, null_pointer_node); 688 replacement = convert_from_reference (replacement); 690 decl_map->put (parm, replacement);
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| optimize.cc | 661 tree replacement; local 664 replacement = clone_parm; 672 replacement = fold_convert (reftype, null_pointer_node); 673 replacement = convert_from_reference (replacement); 675 decl_map->put (parm, replacement);
|
| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-decode.h | 137 replacement string is statically allocated. In some cases it 139 one example). In this case the memory for replacement is 202 /* If this command is deprecated, this is the replacement name. */ 203 const char *replacement = nullptr; member in struct:cmd_list_element
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| macro.c | 147 const char *replacement; local 150 replacement = body + name_len + 1; 154 replacement = body + name_len; 157 macro_define_object (file, line, name.c_str (), replacement);
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-prettyprint.c | 288 struct value *replacement = NULL; local 291 gdbpy_ref<> py_str = pretty_print_one_value (printer, &replacement); 338 else if (replacement) 343 common_val_print (replacement, stream, recurse, &opts, language); 636 PyObject containing the string. For any other type, *REPLACEMENT is 637 set to the replacement value and this function returns NULL. On 638 error, *REPLACEMENT is set to NULL and this function also returns 642 struct value **replacement, 649 *replacement = NULL; 650 gdbpy_ref<> py_str = pretty_print_one_value (printer_obj, replacement); [all...] |
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-decode.h | 142 replacement string is statically allocated. In some cases it 144 one example). In this case the memory for replacement is 207 /* If this command is deprecated, this is the replacement name. */ 208 const char *replacement = nullptr; member in struct:cmd_list_element
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| macro.c | 147 const char *replacement; local 150 replacement = body + name_len + 1; 154 replacement = body + name_len; 157 macro_define_object (file, line, name.c_str (), replacement);
|
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-prettyprint.c | 288 struct value *replacement = NULL; local 291 gdbpy_ref<> py_str = pretty_print_one_value (printer, &replacement); 338 else if (replacement) 343 common_val_print (replacement, stream, recurse, &opts, language); 636 PyObject containing the string. For any other type, *REPLACEMENT is 637 set to the replacement value and this function returns NULL. On 638 error, *REPLACEMENT is set to NULL and this function also returns 642 struct value **replacement, 649 *replacement = NULL; 650 gdbpy_ref<> py_str = pretty_print_one_value (printer_obj, replacement); [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| cgraphclones.cc | 23 such as replacement of parameters. 686 cgraph_node *next_inline_clone, *replacement; local 702 replacement = next_inline_clone; 764 replacement->order = order; 766 return replacement;
|
| opts-common.cc | 1071 const char *replacement local 1073 argv[++i] = replacement;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| cgraphclones.cc | 23 such as replacement of parameters. 673 cgraph_node *next_inline_clone, *replacement; local 689 replacement = next_inline_clone; 751 replacement->order = order; 753 return replacement;
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| dict_regexp.c | 105 char *replacement; /* replacement text */ member in struct:__anon109 106 size_t max_sub; /* largest $number in replacement */ 170 * We pre-scanned the replacement text at compile time, so any out of 176 msg_panic("regexp map %s, line %d: out of range replacement index \"%s\"", 270 * Skip $number substitutions when the replacement text contains 275 return (match_rule->replacement); 278 * Perform $number substitutions on the replacement text. We 279 * pre-scanned the replacement text at compile time. Any macro 290 if (mac_parse(match_rule->replacement, dict_regexp_expand [all...] |
| dict_pcre.c | 189 char *replacement; /* replacement string */ member in struct:__anon101 191 size_t max_sub; /* largest $number in replacement */ 458 * Skip $number substitutions when the replacement text contains 463 return match_rule->replacement; 466 * We've got a match. Perform substitution on replacement string. 479 if (mac_parse(match_rule->replacement, dict_pcre_expand, 481 msg_fatal("pcre map %s, line %d: bad replacement syntax", 536 if (match_rule->replacement) 537 myfree((void *) match_rule->replacement); [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/guile/ |
| scm-pretty-print.c | 656 struct value *replacement = NULL; 660 str_scm = ppscm_pretty_print_one_value (printer, &replacement, 670 gdb_assert (replacement != NULL); 672 common_val_print (replacement, stream, recurse, &opts, language); 652 struct value *replacement = NULL; local
|
| /src/external/gpl3/gdb/dist/gdb/guile/ |
| scm-pretty-print.c | 656 struct value *replacement = NULL; 660 str_scm = ppscm_pretty_print_one_value (printer, &replacement, 670 gdb_assert (replacement != NULL); 672 common_val_print (replacement, stream, recurse, &opts, language); 652 struct value *replacement = NULL; local
|