Searched refs:replacement (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dnaptr_35.h37 dns_name_t replacement; member in struct:dns_rdata_naptr
H A Dnaptr_35.c432 dns_name_toregion(&naptr->replacement, &region);
489 dns_name_init(&naptr->replacement, NULL);
490 result = name_duporclone(&name, mctx, &naptr->replacement);
522 dns_name_free(&naptr->replacement, naptr->mctx);
624 * Digest the RR up to the replacement name.
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmacrotab.h224 we #defined a preprocessor symbol named NAME, whose replacement
228 const char *name, const char *replacement);
235 whose names are given in ARGV, whose replacement string is REPLACEMENT. If
243 const char *replacement);
276 /* The replacement string (body) of the macro. This is in the
278 const char *replacement; member in struct:macro_definition
H A Dmacrotab.c539 const char *replacement)
546 d->replacement = macro_bcache_str (t, replacement);
601 macro_bcache_free (t, (char *) d->replacement);
673 const char *replacement)
693 else if (strcmp (replacement, found_def->replacement))
726 const char *name, const char *replacement)
735 replacement);
751 d = new_macro_definition (t, macro_object_like, 0, 0, replacement);
531 new_macro_definition(struct macro_table *t, enum macro_kind kind, int argc, const char **argv, const char *replacement) argument
665 check_for_redefinition(struct macro_source_file *source, int line, const char *name, enum macro_kind kind, int argc, const char **argv, const char *replacement) argument
720 macro_define_object(struct macro_source_file *source, int line, const char *name, const char *replacement) argument
752 macro_define_function(struct macro_source_file *source, int line, const char *name, int argc, const char **argv, const char *replacement) argument
[all...]
H A Dmaint.c495 the command is used. If possible, a replacement will be
504 the command you want to deprecate, and optionally the replacement command \n\
531 replacement. */
544 char *replacement = NULL; local
557 /* look for a replacement command */
567 replacement = xstrdup (start_ptr);
573 replacement = NULL;
578 Note the MALLOCED_REPLACEMENT test. If the command's replacement
585 xfree (alias->replacement);
591 alias->replacement
[all...]
H A Dmacrocmd.c178 fprintf_filtered (gdb_stdout, " %s\n", d->replacement);
H A Dmacroexp.c804 replacement list, and store the result in DEST.
818 /* A macro buffer for the macro's replacement list. */
821 init_shared_buffer (&replacement_list, (char *) def->replacement,
822 strlen (def->replacement));
833 /* Find the next token in the replacement list. */
913 This list is appropriate for re-scanning replacement lists, but
925 init_shared_buffer (&replacement_list, (char *) def->replacement,
926 strlen (def->replacement));
980 /* Now `substituted' is the macro's replacement list, with all
H A Ddwarf2read.c7826 const char *replacement;
7829 replacement = body + name_len + 1;
7833 replacement = body + name_len;
7836 macro_define_object (file, line, name, replacement);
7825 const char *replacement; local
/freebsd-9.3-release/contrib/file/
H A DREADME71 src/asctime_r.c - replacement for OS's that don't have it.
73 src/asprintf.c - replacement for OS's that don't have it.
75 src/asctime_r.c - replacement for OS's that don't have it.
76 src/asprintf.c - replacement for OS's that don't have it.
80 src/ctime_r.c - replacement for OS's that don't have it.
86 src/fmtcheck.c - replacement for OS's that don't have it.
89 src/getline.c - replacement for OS's that don't have it.
90 src/getopt_long.c - replacement for OS's that don't have it.
95 src/pread.c - replacement for OS's that don't have it.
100 src/mygetopt.h - replacement fo
[all...]
/freebsd-9.3-release/sys/teken/stress/
H A Dteken_stress.c95 static const char replacement[] = variable
113 replacement[buf[i] % sizeof replacement];
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dxref.c493 char *replacement = get_xref_token (0); local
499 if (*replacement)
500 execute_string ("%s", replacement);
519 if (*replacement)
522 execute_string ("%s", replacement);
535 execute_string ("%s", *replacement ? replacement
539 else if (*replacement) /* do not show the url */
540 execute_string ("%s", replacement);
561 if (replacement)
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtree-sra.c115 tree replacement; member in struct:sra_elt
1118 All elements to be scalarized have replacement variables made for them. */
1165 /* Construct a pretty variable name for an element's replacement variable.
1188 elt->replacement = var = make_rename_temp (elt->type, "SR");
1281 if (elt->replacement)
1309 if (sub->replacement == NULL)
1501 any_inst = elt->replacement != NULL;
1509 /* Entry point to phase 3. Instantiate scalar replacement variables. */
1597 /* Mark every replacement under ELT with TREE_NO_WARNING. */
1604 if (elt->replacement)
[all...]
H A Dlocal-alloc.c262 rtx replacement;
717 return (reg_equiv[REGNO (x)].replacement
719 reg_equiv[REGNO (x)].replacement));
926 || (reg_equiv[regno].replacement
928 reg_equiv[regno].replacement))))
987 reg_equiv[regno].replacement = x;
1270 reg_equiv[regno].replacement = NULL_RTX;
261 rtx replacement; member in struct:equivalence
H A Dreload.c149 /* Each replacement is recorded with a structure like this. */ struct
150 struct replacement
159 static struct replacement replacements[MAX_RECOG_OPERANDS * ((MAX_REGS_PER_ADDRESS * 2) + 1)];
1464 struct replacement *r = &replacements[n_replacements++];
1472 struct replacement *r = &replacements[n_replacements++];
1605 struct replacement *r = &replacements[n_replacements++];
1613 /* Duplicate any replacement we have recorded to apply at
1624 struct replacement *r = &replacements[i];
4111 to make due to commutativity or replacement of registers
6155 struct replacement *
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DTemplateName.cpp36 TemplateName replacement) {
38 ID.AddPointer(replacement.getAsVoidPointer());
34 Profile(llvm::FoldingSetNodeID &ID, TemplateTemplateParmDecl *parameter, TemplateName replacement) argument
H A DASTImporter.cpp4866 TemplateName replacement = Import(subst->getReplacement());
4867 if (replacement.isNull()) return TemplateName();
4869 return ToContext.getSubstTemplateTemplateParm(param, replacement);
/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-decode.c169 c->replacement = NULL;
202 deprecate_cmd (struct cmd_list_element *cmd, char *replacement)
206 if (replacement != NULL)
207 cmd->replacement = replacement;
209 cmd->replacement = NULL;
1249 if (alias->replacement)
1250 printf_filtered ("Use '%s'.\n\n", alias->replacement);
1256 if (cmd->replacement)
1257 printf_filtered ("Use '%s'.\n\n", cmd->replacement);
201 deprecate_cmd(struct cmd_list_element *cmd, char *replacement) argument
[all...]
H A Dcli-decode.h103 the memory containing the replacement string is statically
106 memory for replacement is malloc'ed. When a command is
113 /* if this command is deprecated, this is the replacement name */
114 char *replacement; member in struct:cmd_list_element
/freebsd-9.3-release/contrib/libreadline/
H A Dcomplete.c1434 char *replacement; local
1444 replacement = match;
1464 /* Quote the replacement, since we found an embedded
1467 replacement = (*rl_filename_quoting_function) (match, do_replace, qc);
1469 return (replacement);
1478 char *replacement; local
1482 replacement = make_quoted_replacement (match, mtype, qc);
1485 if (replacement)
1489 replacement[0] == *qc)
1492 the opening quote and insert the (fully-quoted) replacement
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTemplateName.h347 TemplateName replacement)
349 Parameter(parameter), Replacement(replacement) {}
359 TemplateName replacement);
346 SubstTemplateTemplateParmStorage(TemplateTemplateParmDecl *parameter, TemplateName replacement) argument
H A DExprCXX.h3722 /// \brief The replacement expression.
3738 Expr *replacement)
3740 replacement->isTypeDependent(), replacement->isValueDependent(),
3741 replacement->isInstantiationDependent(),
3742 replacement->containsUnexpandedParameterPack()),
3743 Param(param), Replacement(replacement), NameLoc(loc) {}
H A DASTContext.h1528 TemplateName replacement) const;
/freebsd-9.3-release/usr.bin/unifdef/
H A Dunifdef.c152 * Sometimes when editing a keyword the replacement text is longer, so
521 keywordedit(const char *replacement) argument
524 "%s%s", replacement, newline);
/freebsd-9.3-release/lib/bind/dns/dns/
H A Drdatastruct.h1216 dns_name_t replacement; member in struct:dns_rdata_naptr
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dtraditional.c24 /* The replacement text of a function-like macro is stored as a
30 parameter. The final block in the replacement text is easily
136 context. IN_DEFINE is true if we are in the replacement text of a
339 If MACRO is non-NULL, then we are scanning the replacement list of
496 output, and push its replacement text. */
505 /* Found a parameter in the replacement text of a
574 output, and push its replacement text. */
680 /* Push a context holding the replacement text of the macro NODE on
751 /* Return the length of the replacement text of a function-like or
780 /* Copy the replacement tex
[all...]

Completed in 515 milliseconds

12