Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 25 of 512) sorted by relevance

12345678910>>...21

/freebsd-13.1/contrib/bc/
H A Dconfigure376 replace() { function
1629 contents=$(replace "$contents" "BC_ENABLED" "$bc")
1630 contents=$(replace "$contents" "DC_ENABLED" "$dc")
1650 contents=$(replace "$contents" "HISTORY" "$hist")
1652 contents=$(replace "$contents" "NLS" "$nls")
1653 contents=$(replace "$contents" "FUZZ" "$fuzz")
1666 contents=$(replace "$contents" "BINDIR" "$BINDIR")
1675 contents=$(replace "$contents" "CC" "$CC")
1707 contents=$(replace "$contents" "TESTS" "$tests")
1724 contents=$(replace "$contents" "GEN" "$GEN")
[all …]
H A Dconfigure.sh376 replace() { function
1629 contents=$(replace "$contents" "BC_ENABLED" "$bc")
1630 contents=$(replace "$contents" "DC_ENABLED" "$dc")
1650 contents=$(replace "$contents" "HISTORY" "$hist")
1652 contents=$(replace "$contents" "NLS" "$nls")
1653 contents=$(replace "$contents" "FUZZ" "$fuzz")
1666 contents=$(replace "$contents" "BINDIR" "$BINDIR")
1675 contents=$(replace "$contents" "CC" "$CC")
1707 contents=$(replace "$contents" "TESTS" "$tests")
1724 contents=$(replace "$contents" "GEN" "$GEN")
[all …]
/freebsd-13.1/sys/contrib/libsodium/regen-msvc/
H A Dregen-msvc.py12 file = file.replace("/", "\\")
17 file = file.replace("/", "\\")
22 file = file.replace("/", "\\")
29 file = file.replace("/", "\\")
36 file = file.replace("/", "\\")
42 file = file.replace("/", "\\")
53 basedir = basedir.replace("/", "\\")
54 file = file.replace("/", "\\")
67 file = file.replace("/", "\\")
76 dir = dir.replace("/", "\\")
[all …]
/freebsd-13.1/tools/regression/zfs/zpool/replace/
H A Draidz2.t40 expect_ok ${ZPOOL} replace ${name0} ${disk0} ${disk4}
61 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk4}
103 expect_ok ${ZPOOL} replace ${name0} ${dname0} ${disk4}
126 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk4}
179 expect_ok ${ZPOOL} replace ${name0} ${disk0} ${disk4}
180 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk5}
201 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk4}
202 expect_ok ${ZPOOL} replace ${name0} ${disk2} ${disk5}
296 expect_ok ${ZPOOL} replace ${name0} ${disk0} ${disk4}
297 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk5}
[all …]
H A Dmirror.t38 expect_ok ${ZPOOL} replace ${name0} ${disk0} ${disk2}
57 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk2}
95 expect_ok ${ZPOOL} replace ${name0} ${dname0} ${disk2}
116 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk2}
H A Draidz1.t39 expect_ok ${ZPOOL} replace ${name0} ${disk0} ${disk3}
59 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk3}
99 expect_ok ${ZPOOL} replace ${name0} ${dname0} ${disk3}
121 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk3}
H A Dlog.t42 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk3}
63 expect_ok ${ZPOOL} replace ${name0} ${disk2} ${disk3}
109 expect_ok ${ZPOOL} replace ${name0} ${dname1} ${disk3}
132 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk3}
/freebsd-13.1/contrib/libcbor/misc/
H A Dupdate_version.py9 def replace(file_path, pattern, replacement): function
18 replace('CHANGELOG.md', NEXT, changelog_header)
22 replace('Doxyfile', DOXY_VERSION + '.*', DOXY_VERSION + version)
25 replace('CMakeLists.txt',
34 replace('doc/source/conf.py',
/freebsd-13.1/contrib/apr/helpers/
H A Dapr_rename.pl29 replace($_, !$just_check);
33 sub replace { subroutine
34 my($file, $replace) = @_;
46 push @lines, $_ if $replace;
51 return unless $found and $replace;
/freebsd-13.1/lib/libfigpar/
H A Dstring_m.c93 replaceall(char *source, const char *find, const char *replace) in replaceall() argument
114 rlen = replace ? strlen(replace) : 0; in replaceall()
135 for (n = 0; replace && replace[n]; n++) in replaceall()
136 *p++ = replace[n]; in replaceall()
/freebsd-13.1/tests/sys/cddl/zfs/tests/hotspare/
H A Dhotspare_replace_001_neg.ksh76 log_must $ZPOOL replace $TESTPOOL $odev $dev
77 log_mustnot $ZPOOL replace $TESTPOOL $odev $availdev
83 log_mustnot $ZPOOL replace $TESTPOOL $odev $dev
103 log_mustnot $ZPOOL replace $TESTPOOL $odev $ndev
H A Dhotspare_detach_003_pos.ksh76 log_must $ZPOOL replace $TESTPOOL $odev $dev
78 log_must $ZPOOL replace -f $TESTPOOL $odev $ndev
88 log_must $ZPOOL replace $TESTPOOL $ndev $odev
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy_draid_spare3.ksh113 log_must zpool replace -w $flags $TESTPOOL $BASEDIR/vdev7 draid1-0-0
124 log_must zpool replace -w $flags $TESTPOOL $BASEDIR/vdev8 draid1-0-1
134 log_must zpool replace -w $flags $TESTPOOL $BASEDIR/vdev9 draid1-0-2
147 log_must zpool replace -w $flags $TESTPOOL $BASEDIR/vdev0 $new_vdev0
156 log_must zpool replace -w $flags $TESTPOOL $BASEDIR/vdev2 draid1-0-3
168 log_must zpool replace -w $flags $TESTPOOL $BASEDIR/vdev1 $new_vdev1
175 log_must zpool replace -w $flags $TESTPOOL $BASEDIR/vdev3 draid1-0-4
H A Dredundancy_draid_spare2.ksh51 log_must zpool replace -w $TESTPOOL $BASEDIR/vdev7 draid1-0-0
55 log_must zpool replace -w $TESTPOOL $BASEDIR/vdev8 draid1-0-1
59 log_must zpool replace -w $TESTPOOL $BASEDIR/vdev9 draid1-0-2
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Drebuild_raidz.ksh55 log_mustnot zpool replace -s $TESTPOOL1 ${VDEV_FILES[1]} \
62 log_must zpool replace -s $TESTPOOL1 ${VDEV_FILES[1]} $SPARE_VDEV_FILE
67 log_must zpool replace -s $TESTPOOL1 ${VDEV_FILES[1]} $SPARE_VDEV_FILE
72 log_must zpool replace -s $TESTPOOL1 ${VDEV_FILES[1]} $SPARE_VDEV_FILE
H A Drebuild_multiple.ksh80 log_must zpool replace -s $TESTPOOL1 ${VDEV_FILES[1]} $SPARE_VDEV_FILE
81 log_must zpool replace -s $TESTPOOL1 ${VDEV_FILES[3]} $SPARE_VDEV_FILE2
106 log_must zpool replace -s $TESTPOOL1 ${VDEV_FILES[1]} $SPARE_VDEV_FILE
107 log_must zpool replace -s $TESTPOOL1 ${VDEV_FILES[3]} $SPARE_VDEV_FILE2
/freebsd-13.1/usr.sbin/unbound/setup/
H A Dlocal-unbound-setup.sh304 replace() { function
441 replace "${forward_conf}" "${tmp_forward_conf}"
449 replace "${lanzones_conf}" "${tmp_lanzones_conf}"
456 replace "${control_conf}" "${tmp_control_conf}"
464 replace "${unbound_conf}" "${tmp_unbound_conf}"
488 replace "${resolvconf_conf}" "${tmp_resolvconf_conf}"
495 replace "${resolv_conf}" "${tmp_resolv_conf}"
/freebsd-13.1/usr.bin/m4/tests/
H A Dgnupatterns.m42 patsubst(`string with a + to replace with a minus', `+', `minus')
3 patsubst(`string with aaaaa to replace with a b', `a+', `b')
4 patsubst(`+string with a starting + to replace with a minus', `^+', `minus')
/freebsd-13.1/tests/sys/cddl/zfs/tests/slog/
H A Dslog_010_neg.ksh67 log_mustnot $ZPOOL replace $TESTPOOL $ldev $sdev
73 log_mustnot $ZPOOL replace $TESTPOOL $ldev $sdev2
74 log_mustnot $ZPOOL replace -f $TESTPOOL $ldev $sdev2
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_010_neg.ksh54 log_mustnot zpool replace $TESTPOOL $ldev $sdev
60 log_mustnot zpool replace $TESTPOOL $ldev $sdev2
61 log_mustnot zpool replace -f $TESTPOOL $ldev $sdev2
/freebsd-13.1/crypto/openssh/
H A Dssh_api.c515 char *orig, *avail, *oavail = NULL, *alg, *replace = NULL; in _ssh_order_hostkeyalgs() local
529 if ((replace = calloc(1, maxlen)) == NULL) { in _ssh_order_hostkeyalgs()
533 *replace = '\0'; in _ssh_order_hostkeyalgs()
541 if (*replace != '\0') in _ssh_order_hostkeyalgs()
542 strlcat(replace, ",", maxlen); in _ssh_order_hostkeyalgs()
543 strlcat(replace, alg, maxlen); in _ssh_order_hostkeyalgs()
548 if (*replace != '\0') { in _ssh_order_hostkeyalgs()
550 debug2_f("replace/%d %s", ssh->kex->server, replace); in _ssh_order_hostkeyalgs()
552 proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = replace; in _ssh_order_hostkeyalgs()
553 replace = NULL; /* owned by proposal */ in _ssh_order_hostkeyalgs()
[all …]
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/scan/
H A Dzpool_wait_replace.ksh58 log_must zpool replace $TESTPOOL $DISK2 $DISK3
59 log_bkgrnd zpool wait -t replace $TESTPOOL
64 log_bkgrnd zpool replace -w $TESTPOOL $DISK3 $DISK2
/freebsd-13.1/contrib/ntp/sntp/libevent/build-aux/
H A Dar-lib157 replace=
168 r*) replace=yes ;;
181 case $delete$extract$list$quick$replace,$index in
233 elif test -n "$quick$replace"; then
/freebsd-13.1/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.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_replace/
H A Dreplace_prop_ashift.ksh78 log_must zpool replace $TESTPOOL1 $disk1 $disk2
88 log_mustnot zpool replace $TESTPOOL1 $disk1 $disk2
90 log_must zpool replace -o ashift=$ashift $TESTPOOL1 \

12345678910>>...21