Home
last modified time | relevance | path

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

12345678910>>...22

/freebsd/contrib/bc/
H A Dconfigure434 replace() { function
1986 contents=$(replace "$contents" "BC_ENABLED" "$bc")
1987 contents=$(replace "$contents" "DC_ENABLED" "$dc")
2010 contents=$(replace "$contents" "HISTORY" "$hist")
2012 contents=$(replace "$contents" "NLS" "$nls")
2013 contents=$(replace "$contents" "FUZZ" "$fuzz")
2035 contents=$(replace "$contents" "CC" "$CC")
2067 contents=$(replace "$contents" "TESTS" "$tests")
2084 contents=$(replace "$contents" "GEN" "$GEN")
2089 contents=$(replace "$contents" "BSD" "$bsd")
[all …]
H A Dconfigure.sh434 replace() { function
1986 contents=$(replace "$contents" "BC_ENABLED" "$bc")
1987 contents=$(replace "$contents" "DC_ENABLED" "$dc")
2010 contents=$(replace "$contents" "HISTORY" "$hist")
2012 contents=$(replace "$contents" "NLS" "$nls")
2013 contents=$(replace "$contents" "FUZZ" "$fuzz")
2035 contents=$(replace "$contents" "CC" "$CC")
2067 contents=$(replace "$contents" "TESTS" "$tests")
2084 contents=$(replace "$contents" "GEN" "$GEN")
2089 contents=$(replace "$contents" "BSD" "$bsd")
[all …]
/freebsd/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/tools/regression/zfs/zpool/replace/
H A Draidz2.t39 expect_ok ${ZPOOL} replace ${name0} ${disk0} ${disk4}
60 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk4}
102 expect_ok ${ZPOOL} replace ${name0} ${dname0} ${disk4}
125 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk4}
178 expect_ok ${ZPOOL} replace ${name0} ${disk0} ${disk4}
179 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk5}
200 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk4}
201 expect_ok ${ZPOOL} replace ${name0} ${disk2} ${disk5}
295 expect_ok ${ZPOOL} replace ${name0} ${disk0} ${disk4}
296 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk5}
[all …]
H A Draidz1.t38 expect_ok ${ZPOOL} replace ${name0} ${disk0} ${disk3}
58 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk3}
98 expect_ok ${ZPOOL} replace ${name0} ${dname0} ${disk3}
120 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk3}
H A Dmirror.t37 expect_ok ${ZPOOL} replace ${name0} ${disk0} ${disk2}
56 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk2}
94 expect_ok ${ZPOOL} replace ${name0} ${dname0} ${disk2}
115 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk2}
H A Dlog.t41 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk3}
62 expect_ok ${ZPOOL} replace ${name0} ${disk2} ${disk3}
108 expect_ok ${ZPOOL} replace ${name0} ${dname1} ${disk3}
131 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk3}
/freebsd/contrib/libcbor/misc/
H A Dupdate_version.py18 def replace(file_path, pattern, replacement): function
30 replace('CHANGELOG.md', NEXT, changelog_header)
34 replace('Doxyfile', DOXY_VERSION + '.*', DOXY_VERSION + version)
37 replace('CMakeLists.txt',
46 replace('examples/bazel/third_party/libcbor/cbor/configuration.h',
55 replace('doc/source/conf.py',
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy_draid_spare3.ksh109 log_must zpool replace -w $flags $TESTPOOL $BASEDIR/vdev7 draid1-0-0
120 log_must zpool replace -w $flags $TESTPOOL $BASEDIR/vdev8 draid1-0-1
130 log_must zpool replace -w $flags $TESTPOOL $BASEDIR/vdev9 draid1-0-2
143 log_must zpool replace -w $flags $TESTPOOL $BASEDIR/vdev0 $new_vdev0
152 log_must zpool replace -w $flags $TESTPOOL $BASEDIR/vdev2 draid1-0-3
164 log_must zpool replace -w $flags $TESTPOOL $BASEDIR/vdev1 $new_vdev1
171 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/lib/libfigpar/
H A Dstring_m.c90 replaceall(char *source, const char *find, const char *replace) in replaceall() argument
111 rlen = replace ? strlen(replace) : 0; in replaceall()
132 for (n = 0; replace && replace[n]; n++) in replaceall()
133 *p++ = replace[n]; in replaceall()
/freebsd/tests/sys/cddl/zfs/tests/hotspare/
H A Dhotspare_replace_001_neg.ksh71 log_must $ZPOOL replace $TESTPOOL $odev $dev
72 log_mustnot $ZPOOL replace $TESTPOOL $odev $availdev
78 log_mustnot $ZPOOL replace $TESTPOOL $odev $dev
98 log_mustnot $ZPOOL replace $TESTPOOL $odev $ndev
H A Dhotspare_detach_003_pos.ksh71 log_must $ZPOOL replace $TESTPOOL $odev $dev
73 log_must $ZPOOL replace -f $TESTPOOL $odev $ndev
83 log_must $ZPOOL replace $TESTPOOL $ndev $odev
/freebsd/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/usr.sbin/unbound/setup/
H A Dlocal-unbound-setup.sh303 replace() { function
440 replace "${forward_conf}" "${tmp_forward_conf}"
448 replace "${lanzones_conf}" "${tmp_lanzones_conf}"
455 replace "${control_conf}" "${tmp_control_conf}"
463 replace "${unbound_conf}" "${tmp_unbound_conf}"
487 replace "${resolvconf_conf}" "${tmp_resolvconf_conf}"
494 replace "${resolv_conf}" "${tmp_resolv_conf}"
/freebsd/usr.bin/m4/tests/
H A Dgnupatterns.m41 patsubst(`string with a + to replace with a minus', `+', `minus')
2 patsubst(`string with aaaaa to replace with a b', `a+', `b')
3 patsubst(`+string with a starting + to replace with a minus', `^+', `minus')
/freebsd/tests/sys/cddl/zfs/tests/slog/
H A Dslog_010_neg.ksh62 log_mustnot $ZPOOL replace $TESTPOOL $ldev $sdev
68 log_mustnot $ZPOOL replace $TESTPOOL $ldev $sdev2
69 log_mustnot $ZPOOL replace -f $TESTPOOL $ldev $sdev2
/freebsd/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/crypto/openssh/
H A Dssh_api.c525 char *orig, *avail, *oavail = NULL, *alg, *replace = NULL; in _ssh_order_hostkeyalgs() local
539 if ((replace = calloc(1, maxlen)) == NULL) { in _ssh_order_hostkeyalgs()
543 *replace = '\0'; in _ssh_order_hostkeyalgs()
551 if (*replace != '\0') in _ssh_order_hostkeyalgs()
552 strlcat(replace, ",", maxlen); in _ssh_order_hostkeyalgs()
553 strlcat(replace, alg, maxlen); in _ssh_order_hostkeyalgs()
558 if (*replace != '\0') { in _ssh_order_hostkeyalgs()
560 debug2_f("replace/%d %s", ssh->kex->server, replace); in _ssh_order_hostkeyalgs()
562 proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = replace; in _ssh_order_hostkeyalgs()
563 replace = NULL; /* owned by proposal */ in _ssh_order_hostkeyalgs()
[all …]
/freebsd/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/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/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/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Dmkerrno.sh38 replace='inline int \1 = \2;@#pragma D binding "1.0" \1'
40 sed -n "s/$pattern/$replace/p" | tr '@' '\n'
H A Dmkerrtags.sh41 replace=' "\1",'
43 sed -n "s/$pattern/$replace/p" || exit 1

12345678910>>...22