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

1234567891011

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dph.h311 a_type *replace, *parent; \
343 ph_merge_children(a_type, a_field, phn, a_cmp, replace); \
345 if (replace != NULL) { \
347 phn_prev_set(a_type, a_field, replace, parent); \
349 replace); \
351 phn_prev_set(a_type, a_field, replace, \
357 replace); \
360 phn_next_set(a_type, a_field, replace, \
365 replace); \
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DUnresolvedSet.h102 bool replace(const NamedDecl* Old, NamedDecl *New) { function in class:clang::UnresolvedSetImpl
111 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); } function in class:clang::UnresolvedSetImpl
113 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { function in class:clang::UnresolvedSetImpl
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h90 bool replace(CharSourceRange range, StringRef text);
110 bool replace(SourceRange TokenRange, StringRef text) { function in class:clang::edit::Commit
111 return replace(CharSourceRange::getTokenRange(TokenRange), text);
/freebsd-13-stable/contrib/lib9p/pytest/
H A Dpfod.py129 # message or automatically replace the field name with a valid name.
131 field_names = field_names.replace(',', ' ').split()
173 arg_list = repr(tuple(field_names)).replace("'", "")[1:-1],
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h88 llvm::Error replace(const SourceManager &SM, const CharSourceRange &Range,
94 llvm::Error replace(const SourceManager &SM, SourceLocation Loc,
100 /// \p InsertAfter. Users should use `replace` with `Length=0` instead if they
/freebsd-13-stable/usr.bin/ar/
H A Dacplex.l65 REPLACE|replace { return (REPLACE); }
/freebsd-13-stable/crypto/openssh/
H A Dssh_api.c486 char *orig, *avail, *oavail = NULL, *alg, *replace = NULL; local
500 if ((replace = calloc(1, maxlen)) == NULL) {
504 *replace = '\0';
512 if (*replace != '\0')
513 strlcat(replace, ",", maxlen);
514 strlcat(replace, alg, maxlen);
519 if (*replace != '\0') {
521 debug2("%s: replace/%d %s", __func__, ssh->kex->server, replace);
523 proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = replace;
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCCalls.cpp57 TA.replace(DRE->getSourceRange(), "CFBridgingRelease");
H A DTransAPIUses.cpp97 Pass.TA.replace(E->getSourceRange(), getNilString(Pass));
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy_draid_spare1.ksh34 # - has N distributed spares to replace all faulted vdevs
36 # c. Systematically fault a vdev, then replace it with a spare
79 log_must zpool replace -w $flags $TESTPOOL \
/freebsd-13-stable/tests/sys/cddl/zfs/tests/hotspare/
H A Dhotspare_clone_001_pos.ksh82 log_must $ZPOOL replace $TESTPOOL $odev $dev
H A Dhotspare_export_001_neg.ksh97 zpool replace $TESTPOOL $err_dev $hotspare
H A Dhotspare_import_001_pos.ksh118 log_must $ZPOOL replace $TESTPOOL $odev $dev
H A Dhotspare_scrub_002_pos.ksh79 log_must $ZPOOL replace $TESTPOOL $odev $sdev
H A Dhotspare_snapshot_001_pos.ksh80 log_must $ZPOOL replace $TESTPOOL $odev $dev
/freebsd-13-stable/tests/sys/cddl/zfs/tests/zfsd/
H A Dzfsd_hotspare_008_neg.ksh57 log_must $ZPOOL replace $TESTPOOL $FAULT_DISK $REPLACEMENT_DISK
/freebsd-13-stable/tests/sys/cddl/zfs/tests/zinject/
H A Dzinject_001_pos.ksh137 log_must $ZPOOL replace $TESTPOOL $VDEV0 $sparedevs
H A Dzinject_003_pos.ksh132 log_must $ZPOOL replace $TESTPOOL $VDEV0 $sparedevs
H A Dzinject_004_pos.ksh120 log_must $ZPOOL replace $TESTPOOL $VDEV0 $sparedevs
/freebsd-13-stable/usr.bin/m4/
H A Dgnum4.c299 add_replace(const char *string, regex_t *re, const char *replace, regmatch_t *pm) argument
303 for (p = replace; *p != '\0'; p++) {
333 const char *replace, regmatch_t *pm)
364 add_replace(string, re, replace, pm);
374 const char *replace, regmatch_t *pm)
380 add_replace(string, re, replace, pm);
332 do_subst(const char *string, regex_t *re, const char *source, const char *replace, regmatch_t *pm) argument
373 do_regexp(const char *string, regex_t *re, const char *source, const char *replace, regmatch_t *pm) argument
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-defined.exp17 ModifyWord_Loop: in "$$$$$$$$", replace "var" with "${8_DOLLARS}" to "$$$$"
/freebsd-13-stable/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBPropertyDefEmitter.cpp134 std::replace(NeededMacro.begin(), NeededMacro.end(), ' ', '_');
157 std::replace(NeededMacro.begin(), NeededMacro.end(), ' ', '_');
/freebsd-13-stable/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.py24 results.append(target.replace('\\', '/'))
120 targets = list(map(lambda x: x.replace('\\', '/'), glob(targets_dir + '*.test*')))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DTransformer.cpp59 if (auto Err = AC.replace(*Result.SourceManager, T.Range, T.Replacement)) {
/freebsd-13-stable/contrib/googletest/googletest/scripts/
H A Drelease_docs.py98 self.version_prefix = 'V' + dot_version.replace('.', '_') + '_'
106 # We want to replace 'Foo' with 'V2_6_Foo' in the above cases.

Completed in 294 milliseconds

1234567891011