| /freebsd-13.1/contrib/bc/ |
| H A D | configure | 376 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 D | configure.sh | 376 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 D | regen-msvc.py | 12 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 D | raidz2.t | 40 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 D | mirror.t | 38 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 D | raidz1.t | 39 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 D | log.t | 42 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 D | update_version.py | 9 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 D | apr_rename.pl | 29 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 D | string_m.c | 93 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 D | hotspare_replace_001_neg.ksh | 76 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 D | hotspare_detach_003_pos.ksh | 76 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 D | redundancy_draid_spare3.ksh | 113 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 D | redundancy_draid_spare2.ksh | 51 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 D | rebuild_raidz.ksh | 55 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 D | rebuild_multiple.ksh | 80 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 D | local-unbound-setup.sh | 304 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 D | gnupatterns.m4 | 2 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 D | slog_010_neg.ksh | 67 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 D | slog_010_neg.ksh | 54 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 D | ssh_api.c | 515 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 D | zpool_wait_replace.ksh | 58 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 D | ar-lib | 157 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 D | ph.h | 311 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 D | replace_prop_ashift.ksh | 78 log_must zpool replace $TESTPOOL1 $disk1 $disk2 88 log_mustnot zpool replace $TESTPOOL1 $disk1 $disk2 90 log_must zpool replace -o ashift=$ashift $TESTPOOL1 \
|