Home
last modified time | relevance | path

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

12345678910>>...22

/freebsd-13-stable/contrib/bc/
HDconfigure.sh436 replace() { function
510 _gen_file_list_contents=$(replace "$_gen_file_list_contents" \
521 _gen_file_list_contents=$(replace "$_gen_file_list_contents" \
525 _gen_file_list_contents=$(replace "$_gen_file_list_contents" \
529 _gen_file_list_contents=$(replace "$_gen_file_list_contents" \
1867 contents=$(replace "$contents" "INCLUDEDIR" "$INCLUDEDIR")
1868 contents=$(replace "$contents" "LIBDIR" "$LIBDIR")
1869 contents=$(replace "$contents" "VERSION" "$version")
2024 contents=$(replace "$contents" "$needle" "$replacement")
2044 contents=$(replace "$contents" "ROOTDIR" "$scriptdir")
[all …]
Dconfigure436 replace() { function
510 _gen_file_list_contents=$(replace "$_gen_file_list_contents" \
521 _gen_file_list_contents=$(replace "$_gen_file_list_contents" \
525 _gen_file_list_contents=$(replace "$_gen_file_list_contents" \
529 _gen_file_list_contents=$(replace "$_gen_file_list_contents" \
1867 contents=$(replace "$contents" "INCLUDEDIR" "$INCLUDEDIR")
1868 contents=$(replace "$contents" "LIBDIR" "$LIBDIR")
1869 contents=$(replace "$contents" "VERSION" "$version")
2024 contents=$(replace "$contents" "$needle" "$replacement")
2044 contents=$(replace "$contents" "ROOTDIR" "$scriptdir")
[all …]
/freebsd-13-stable/sys/contrib/libsodium/regen-msvc/
HDregen-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("/", "\\")
48 basedir = os.path.dirname(file).replace("src/libsodium/", "")
53 basedir = basedir.replace("/", "\\")
54 file = file.replace("/", "\\")
61 basedir = os.path.dirname(file).replace("src/libsodium/", "")
[all …]
/freebsd-13-stable/tools/regression/zfs/zpool/replace/
HDraidz2.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}
247 expect_ok ${ZPOOL} replace ${name0} ${dname0} ${disk4}
248 expect_ok ${ZPOOL} replace ${name0} ${dname1} ${disk5}
[all …]
HDmirror.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}
HDraidz1.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}
HDlog.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-13-stable/contrib/libcbor/misc/
HDupdate_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-13-stable/contrib/less/
HDevar.c17 struct replace { struct
18 struct replace *r_next; argument
42 static struct replace * make_replaces(mutable char *buf, size_t len, size_t *pe, char term) in make_replaces() argument
45 struct replace *replaces = NULL; in make_replaces()
49 struct replace *repl; in make_replaces()
73 repl = ecalloc(1, sizeof(struct replace)); in make_replaces()
86 static void free_replaces(struct replace *replaces) in free_replaces()
90 struct replace *r = replaces; in free_replaces()
117 static constant char * find_replace(constant struct replace *repl, constant char *evar, size_t *pv) in find_replace()
140 struct replace *replaces = make_replaces(buf, len, &e, term); in add_evar()
/freebsd-13-stable/contrib/apr/helpers/
HDapr_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-stable/lib/libfigpar/
HDstring_m.c91 replaceall(char *source, const char *find, const char *replace) in replaceall() argument
112 rlen = replace ? strlen(replace) : 0; in replaceall()
133 for (n = 0; replace && replace[n]; n++) in replaceall()
134 *p++ = replace[n]; in replaceall()
/freebsd-13-stable/tests/sys/cddl/zfs/tests/hotspare/
HDhotspare_replace_001_neg.ksh74 log_must $ZPOOL replace $TESTPOOL $odev $dev
75 log_mustnot $ZPOOL replace $TESTPOOL $odev $availdev
81 log_mustnot $ZPOOL replace $TESTPOOL $odev $dev
101 log_mustnot $ZPOOL replace $TESTPOOL $odev $ndev
HDhotspare_detach_003_pos.ksh74 log_must $ZPOOL replace $TESTPOOL $odev $dev
76 log_must $ZPOOL replace -f $TESTPOOL $odev $ndev
86 log_must $ZPOOL replace $TESTPOOL $ndev $odev
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
HDredundancy_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
HDredundancy_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-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
HDrebuild_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
HDrebuild_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-stable/usr.sbin/unbound/setup/
HDlocal-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-13-stable/usr.bin/m4/tests/
HDgnupatterns.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-13-stable/tests/sys/cddl/zfs/tests/slog/
HDslog_010_neg.ksh65 log_mustnot $ZPOOL replace $TESTPOOL $ldev $sdev
71 log_mustnot $ZPOOL replace $TESTPOOL $ldev $sdev2
72 log_mustnot $ZPOOL replace -f $TESTPOOL $ldev $sdev2
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
HDslog_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-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/scan/
HDzpool_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-stable/contrib/ntp/sntp/libevent/build-aux/
HDar-lib157 replace=
168 r*) replace=yes ;;
181 case $delete$extract$list$quick$replace,$index in
233 elif test -n "$quick$replace"; then
/freebsd-13-stable/crypto/openssh/
HDssh_api.c532 char *orig, *avail, *oavail = NULL, *alg, *replace = NULL; in _ssh_order_hostkeyalgs() local
546 if ((replace = calloc(1, maxlen)) == NULL) { in _ssh_order_hostkeyalgs()
550 *replace = '\0'; in _ssh_order_hostkeyalgs()
558 if (*replace != '\0') in _ssh_order_hostkeyalgs()
559 strlcat(replace, ",", maxlen); in _ssh_order_hostkeyalgs()
560 strlcat(replace, alg, maxlen); in _ssh_order_hostkeyalgs()
565 if (*replace != '\0') { in _ssh_order_hostkeyalgs()
567 debug2_f("replace/%d %s", ssh->kex->server, replace); in _ssh_order_hostkeyalgs()
569 proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = replace; in _ssh_order_hostkeyalgs()
570 replace = NULL; /* owned by proposal */ in _ssh_order_hostkeyalgs()
[all …]
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
HDph.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); \

12345678910>>...22