Searched refs:replace (Results 151 - 175 of 290) sorted by relevance

1234567891011>>

/freebsd-current/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_invite.py76 self.wpas_dbus_interface.replace(".","/")
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Dresilver_restart_001.ksh147 log_must zpool replace $TESTPOOL1 $VDEV_REPLACE
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy_draid_damaged2.ksh44 # c. Systematically damage and replace three devices by:
119 log_must zpool replace -fsw $TESTPOOL $damaged $spare
H A Dredundancy_draid_damaged1.ksh88 log_must zpool replace -fsw $pool $dir/dev-$i $spare
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp187 auto Err = Change.replace(
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-type-util.h83 s.replace(pos, strlen(to_search), replace_str);
/freebsd-current/tests/sys/cddl/zfs/tests/redundancy/
H A Dredundancy.kshlib153 # Create and replace the same name virtual device files
166 log_must $ZPOOL replace -f $pool $vdev $vdev
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSupport.cpp36 std::replace(Name.begin(), Name.end(), '\\', '/');
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h723 void replace(NamedDecl *D) { function in class:clang::LookupResult::Filter
724 Results.Decls.replace(I-1, D);
729 void replace(NamedDecl *D, AccessSpecifier AS) { function in class:clang::LookupResult::Filter
730 Results.Decls.replace(I-1, D, AS);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h90 std::replace(N.begin(), N.end(), ' ', '_');
/freebsd-current/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp155 std::replace(ID.begin(), ID.end(), ' ', '_');
/freebsd-current/crypto/heimdal/lib/hdb/
H A Ddb.c205 DB__put(krb5_context context, HDB *db, int replace, argument
219 code = (*d->put)(d, &k, &v, replace ? 0 : R_NOOVERWRITE);
H A Dndbm.c245 NDBM__put(krb5_context context, HDB *db, int replace, argument
261 code = dbm_store(d->db, k, v, replace ? DBM_REPLACE : DBM_INSERT);
H A Ddb3.c198 DB__put(krb5_context context, HDB *db, int replace, argument
215 code = (*d->put)(d, NULL, &k, &v, replace ? 0 : DB_NOOVERWRITE);
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp139 static void replace(Container &C, size_t BeginOff, size_t EndOff, Range Vals) { function in namespace:__anon433
141 llvm::replace(C, C.begin() + BeginOff, C.begin() + EndOff, Vals);
175 replace(Elems, *FirstElemToReplace, *LastElemToReplace, {C});
176 replace(Offsets, *FirstElemToReplace, *LastElemToReplace, {Offset});
325 replace(Elems, Index, Index + 1,
334 replace(
343 replace(Offsets, Index, Index + 1,
358 replace(Elems, Index, Index + 1,
363 replace(Offsets, Index, Index + 1,
374 replace(Elem
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp278 commit.replace(SpaceRange, PropertyDotString);
281 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), "");
282 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), "");
303 commit.replace(Range, PropertyDotString);
305 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), "");
306 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), "");
547 commit.replace(CharSourceRange::getCharRange(Getter->getBeginLoc(),
721 commit.replace(R, ClassString);
778 commit.replace(R, ClassString);
971 commit.replace(
[all...]
/freebsd-current/contrib/libxo/xohtml/external/
H A Djquery.js72 // Used by jQuery.camelCase as callback to replace()
572 if ( rvalidchars.test( data.replace( rvalidescape, "@" )
573 .replace( rvalidtokens, "]" )
574 .replace( rvalidbraces, "")) ) {
622 return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase );
682 text.toString().replace( trimLeft, "" ).replace( trimRight, "" );
1684 expando: "jQuery" + ( jQuery.fn.jquery + Math.random() ).replace( /\D/g, "" ),
1987 var name = "data-" + key.replace( rmultiDas
[all...]
/freebsd-current/contrib/libucl/include/
H A Ducl++.h108 unsigned char ** /*replace*/, size_t * /*replace_len*/, bool *need_free, void* ud)
120 unsigned char **replace, size_t *replace_len, bool *need_free, void* ud)
134 std::string var_value = replacer->replace (var_name);
139 *replace = (unsigned char *)UCL_ALLOC (var_value.size ());
140 memcpy (*replace, var_value.data (), var_value.size ());
259 virtual std::string replace (const std::string &var) const = 0;
119 ucl_variable_replacer(const unsigned char *data, size_t len, unsigned char **replace, size_t *replace_len, bool *need_free, void* ud) argument
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp176 SourceLine.replace(I, 1, Str.c_str());
482 SourceLine.replace(SourceEnd, std::string::npos, back_ellipse);
490 SourceLine.replace(0, SourceStart, front_ellipse);
491 CaretLine.replace(0, CaretStart, front_space);
493 FixItInsertionLine.replace(0, CaretStart, front_space);
/freebsd-current/share/mk/
H A Dsrc.sys.env.mk78 # If we were found via .../share/mk we need to replace that
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp254 std::replace(body.begin(), body.end(), '\n', ' ');
255 std::replace(body.begin(), body.end(), '\r', ' ');
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp258 llvm::Error AtomicChange::replace(const SourceManager &SM, function in class:clang::tooling::AtomicChange
264 llvm::Error AtomicChange::replace(const SourceManager &SM, SourceLocation Loc, function in class:clang::tooling::AtomicChange
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp63 std::replace(path.begin(), path.end(), '/', '\\');
189 std::replace(resolved.begin(), resolved.end(), '\\', '/');
/freebsd-current/sys/contrib/openzfs/man/
H A DMakefile.am89 %D%/man8/zpool-replace.8 \
/freebsd-current/contrib/bmake/mk/
H A Dsubdir.mk17 # if SUBDIR=@auto replace that with each subdir that has

Completed in 218 milliseconds

1234567891011>>