Searched refs:replaced (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-propagate.c800 PROP_VALUE. Return true if at least one reference was replaced. If
802 constant was replaced. */
808 bool replaced = false; local
834 replaced = true;
839 return replaced;
844 stored in PROP_VALUE. Return true if a reference was replaced. If
846 constant was replaced.
852 1- If the value to be replaced is a constant or an SSA name for a
899 2- If the value to be replaced is an SSA name for a virtual
908 bool replaced local
986 bool replaced = false; local
[all...]
H A Dregrename.c453 be replaced with, terminate the chain. */
1411 in register class CL. Return true if successfully replaced. */
1421 fprintf (dump_file, "insn %u: replaced reg %u with %u\n",
1602 bool replaced[MAX_RECOG_OPERANDS];
1683 "insn %u: replaced reg %u with %u\n",
1704 "insn %u: replaced reg %u with %u\n",
1720 replaced[i] = false;
1737 replaced[i]
1742 replaced[i]
1747 replaced[
1601 bool replaced[MAX_RECOG_OPERANDS]; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh16 * fields enclosed by brackets "[]" replaced with your own identifying
H A Derr.copyoutbadaddr.ksh16 * fields enclosed by brackets "[]" replaced with your own identifying
H A Derr.copyoutstrbadaddr.ksh16 * fields enclosed by brackets "[]" replaced with your own identifying
/freebsd-9.3-release/contrib/libucl/uthash/
H A Duthash.h164 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \
166 replaced=NULL; \
167 HASH_FIND(hh,head,&((add)->fieldname),keylen_in,replaced); \
168 if (replaced!=NULL) { \
169 HASH_DELETE(hh,head,replaced); \
257 #define HASH_REPLACE_STR(head,strfield,add,replaced) \
258 HASH_REPLACE(hh,head,strfield,strlen(add->strfield),add,replaced)
263 #define HASH_REPLACE_INT(head,intfield,add,replaced) \
264 HASH_REPLACE(hh,head,intfield,sizeof(int),add,replaced)
270 HASH_REPLACE(hh,head,ptrfield,sizeof(void *),add,replaced)
[all...]
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dbuildvirtuser49 $DOMAIN in the file are replaced by the current domain being processed.
50 Occurrences of $LHS in the right hand side are replaced by the address on
/freebsd-9.3-release/contrib/wpa/src/wps/
H A Dupnp_xml.c148 * sequence: &#x; where x is replaced by a hex numeral, but not
185 * actionName will be replaced according to action requested
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_subst.c901 int reflags, replaced, rval; local
937 if (re_cscope_conv(sp, &ptrn, &plen, &replaced))
947 if (re_tag_conv(sp, &ptrn, &plen, &replaced))
950 if (re_conv(sp, &ptrn, &plen, &replaced))
975 if (replaced)
1013 * 2: If O_MAGIC is not set, the string "\~" is replaced with the text
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dipfmeta.pl101 object gets replaced by its values at runtime. This is similar to
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES94 i give up. replaced isblank with isspace in b.c; there are
410 replaced the ERROR ... FATAL, etc., macros with functions
461 replaced srand argument by (unsigned int) in run.c;
514 somewhat regretfully, replaced the ancient lex-based lexical
531 with some trepidation, replaced the ancient code that managed
542 using code provided by dan levy (to whom profuse thanks), replaced
551 replaced several fixed-size arrays by dynamically-created ones
631 replaced uchar by uschar everywhere; apparently some compilers
636 replaced horrible pointer/long punning in b.c by a legitimate
640 replaced neste
[all...]
/freebsd-9.3-release/sys/dev/mps/mpi/
H A Dmpi2_history.txt93 * In all request and reply descriptors, replaced VF_ID
271 * request and replaced it with
420 * HBD Action request, replaced by AdditionalInfo field.
/freebsd-9.3-release/contrib/libucl/
H A DREADME.md76 * There is no requirement of quotes for strings and keys, moreover, `:` may be replaced `=` or even be skipped for objects:
/freebsd-9.3-release/sys/dev/mpr/mpi/
H A Dmpi2_history.txt96 * In all request and reply descriptors, replaced VF_ID
334 * request and replaced it with
533 * HBD Action request, replaced by AdditionalInfo field.
/freebsd-9.3-release/share/mk/
H A Dsys.mk155 # $@, $< and $* have been replaced by ${.TARGET}, ${.IMPSRC}, and
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dhttp.c265 const char *replaced = NULL; local
266 const size_t replace_size = html_replace(html[i], &replaced);
283 const char *replaced = &html[i]; local
284 const size_t len = html_replace(html[i], &replaced);
285 memcpy(p, replaced, len);
/freebsd-9.3-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1428 # replaced by ${KERNELDIR} (which is `sysctl -n kern.bootfile` minus the
2237 replaced with a "generic" kernel.
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex412 % Each occurence of `\^^M' or `<space>\^^M' is replaced by a single space.
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex421 % Each occurence of `\^^M' or `<space>\^^M' is replaced by a single space.
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex413 % Each occurence of `\^^M' or `<space>\^^M' is replaced by a single space.

Completed in 488 milliseconds