Searched refs:replace (Results 76 - 100 of 122) sorted by relevance

12345

/freebsd-10.2-release/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py1655 self.filename = argv[1].replace('\\', '/')
1657 self.impl_file = argv[2].replace('\\', '/')
1659 self.header_file = argv[2].replace('\\', '/')
1660 self.impl_file = argv[3].replace('\\', '/')
/freebsd-10.2-release/contrib/netbsd-tests/lib/libppath/
H A Dt_ppath.c335 ATF_TC(replace); variable
337 ATF_TC_HEAD(replace, tc)
344 ATF_TC_BODY(replace, tc)
1523 ATF_TP_ADD_TC(tp, replace);
/freebsd-10.2-release/contrib/gcc/
H A Dvec.h326 (VEC_OP(T,base,replace)(VEC_BASE(V),I,O VEC_CHECK_INFO))
609 static inline T VEC_OP (T,base,replace) \
614 VEC_ASSERT (ix_ < vec_->num, "replace", T, base); \
891 static inline T *VEC_OP (T,base,replace) \
896 VEC_ASSERT (ix_ < vec_->num, "replace", T, base); \
H A Dtree-outof-ssa.c1019 versions which is used to replace P with an expression instead of a variable.
1055 SSA versions which is used to replace DEF_P with an expression instead of a
1627 consideration.n table TAB If 'replace' is true, it is marked as
1631 finish_expr (temp_expr_table_p tab, int version, bool replace) argument
1648 if (!(tab->partition_dep_list[partition]) && replace)
1651 if (!replace)
1655 if (replace)
1846 fprintf (f, " replace with --> ");
H A Dgcc.c1620 { "replace-outfile", replace_outfile_spec_function },
7141 const char *replace;
7179 matches[i].replace = ++q;
7186 matches[i].rep_len = q - matches[i].replace;
7206 mswitches[n_mswitches].str = matches[j].replace;
7208 mswitches[n_mswitches].replace = (char *) 0;
7253 mswitches[n_mswitches].replace = (char *) 0;
7825 /* replace-outfile built-in spec function.
7111 const char *replace; member in struct:mswitchstr
H A Dreload1.c99 find_reloads looks at this in order to replace pseudo reg N
104 eliminate_regs_in_insn uses this to replace pseudos in particular
325 we might then spuriously replace a hard
2300 /* Scan X and replace any eliminable registers (such as fp) with a
2305 MEM, we are allowed to replace a sum of a register and the constant zero
2309 If INSN is an insn, it is the insn containing X. If we replace a REG
2407 /* The only time we want to replace a PLUS with a REG (this
2413 eliminate_regs_in_insn, so just replace a PLUS with a
2446 we must replace the constant here since it may no longer
2582 pseudo didn't get a hard reg, we must replace thi
2928 eliminate_regs_in_insn(rtx insn, int replace) argument
[all...]
H A Dreload.c146 /* Nonzero means record the places to replace. */
1456 /* If we will replace IN and OUT with the reload-reg,
1594 /* Record an additional place we must replace a value
2528 find_reloads (rtx insn, int replace, int ind_levels, int live_known,
2587 replace_reloads = replace;
2777 retval = find_reloads (insn, replace, ind_levels, live_known,
2816 if (replace
2840 we replace it by the constant. We must be sure, however,
2841 that we don't try to replace it in the insn in which it
2865 /* If the operand is still a register (we didn't replace i
2515 find_reloads(rtx insn, int replace, int ind_levels, int live_known, short *reload_reg_p) argument
[all...]
/freebsd-10.2-release/tools/tools/shlib-compat/
H A Dshlib-compat.py141 def replace(self, id, obj): member in class:Cache
425 cache.replace(self.id, complete)
585 builder_name = raw.tag.replace('DW_TAG_', 'build_')
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Edit/
H A DCommit.cpp113 bool Commit::replace(CharSourceRange range, StringRef text) { function in class:Commit
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp408 std::replace(Latches.begin(), Latches.end(), Dest, Fold);
/freebsd-10.2-release/crypto/heimdal/lib/hdb/
H A Dhdb-mitdb.c629 mdb__put(krb5_context context, HDB *db, int replace, argument
643 code = (*d->put)(d, &k, &v, replace ? 0 : R_NOOVERWRITE);
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Dnmake.mak173 # replace the last line with this for dynamic libraries
/freebsd-10.2-release/sys/netinet6/
H A Din6_src.c158 printf("in6_selectsrc: replace %s with %s by %d\n", ia_best ? ip6_sprintf(ip6buf, &ia_best->ia_addr.sin6_addr) : "none", ip6_sprintf(ip6b, &ia->ia_addr.sin6_addr), (r)); \
160 goto replace; \
485 replace:
/freebsd-10.2-release/crypto/openssh/contrib/suse/
H A Dopenssh.spec54 executing commands in a remote machine. It is intended to replace
68 executing commands in a remote machine. It is intended to replace
/freebsd-10.2-release/contrib/bmake/
H A Dvar.c272 char *replace; member in struct:__anon713
1697 for (rp = pat->replace; *rp; rp++) {
2131 * If pattern is specified, handle escaped ampersands, and replace
2430 * and replace each word with the result of
3302 if ((pattern.replace = VarGetPattern(ctxt, &parsestate,
3331 free(pattern.replace);
3346 free(pattern.replace);
4125 * XXX: VarHead does not replace foo by ., as (sun) System V make
/freebsd-10.2-release/contrib/libucl/src/
H A Ducl_util.c1137 const char *key, size_t keylen, bool copy_key, bool merge, bool replace)
1192 if (replace) {
1197 if (replace) {
1136 ucl_object_insert_key_common(ucl_object_t *top, ucl_object_t *elt, const char *key, size_t keylen, bool copy_key, bool merge, bool replace) argument
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitHeaderSearch.cpp433 t.replace(0, 6, "amd64");
/freebsd-10.2-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec136 commands on a remote machine. SSH is intended to replace rlogin and
488 - replace primes with moduli
/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DFastISelEmitter.cpp397 OpName.replace(pos, 2, "_");
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DLiveVariables.cpp679 std::replace(VI.Kills.begin(), VI.Kills.end(), OldMI, NewMI);
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DPath.cpp463 std::replace(path.begin(), path.end(), '/', '\\');
/freebsd-10.2-release/contrib/subversion/
H A Dwin-tests.py106 CMDLINE_TEST_SCRIPT_NATIVE_PATH = CMDLINE_TEST_SCRIPT_PATH.replace('/', os.sep)
/freebsd-10.2-release/crypto/openssl/util/
H A Dmk1mf.pl133 added (MS), or replace (unix)
/freebsd-10.2-release/usr.bin/unifdef/
H A Dunifdef.c419 if (replace(tempname, ofn) < 0)
/freebsd-10.2-release/contrib/binutils/gas/
H A Dsymbols.c557 symbol_clone (symbolS *orgsymP, int replace)
563 in local_hash would incorrectly replace the hash entry. Thus the
590 if (replace)
553 symbol_clone(symbolS *orgsymP, int replace) argument

Completed in 277 milliseconds

12345