Searched refs:IFS (Results 1 - 25 of 158) sorted by relevance

1234567

/freebsd-current/crypto/openssh/regress/
H A Dscp-ssh-wrapper.sh7 save_IFS=$IFS
8 IFS=/
10 IFS="$save_IFS"
/freebsd-current/contrib/flex/src/
H A Dmkskel.sh39 IFS=.
/freebsd-current/usr.sbin/manctl/
H A Dmanctl.sh63 IFS='.' ; set $pname
66 IFS=" " ; echo ignoring $pname 1>&2 ; return 0 ;
77 IFS=" "
80 IFS=" " ; set `file $pname`
102 IFS=" "
106 # reset IFS - this is important!
107 IFS=" "
197 IFS='.' ; set $pname
199 IFS=" " ; echo ignoring $pname 1>&2 ; return 0 ;
209 IFS
[all...]
/freebsd-current/libexec/rc/rc.d/
H A Dhostid_save19 local IFS
21 IFS=-
23 IFS=
H A Dstf24 OIFS="$IFS"
25 IFS=".$IFS"
27 IFS="$OIFS"
H A Dresolv54 for ns in `IFS=','; echo $*`; do
H A Dkldxref24 IFS=';'
H A Dzfskeys18 # Note that zfskeys_datasets must have any character found in IFS escaped.
92 local IFS=$(printf "\t")
101 local IFS=$(printf "\t")
110 local IFS=$(printf "\t")
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_common.kshlib45 IFS='=' read -r prop expect_value <<<"$propstr"
/freebsd-current/contrib/netbsd-tests/bin/sh/
H A Dt_shift.sh50 oIFS="${IFS}"
51 IFS=:; set -- $a
52 IFS="${oIFS}"
108 oIFS="${IFS}"
109 IFS=:; set -- $a
110 IFS="${oIFS}"
/freebsd-current/lib/libxo/tests/
H A Dfunctional_test.sh57 oldIFS=$IFS
58 IFS='.'
62 IFS=$oldIFS
/freebsd-current/usr.bin/xo/tests/
H A Dfunctional_test.sh53 oldIFS=$IFS
54 IFS='.'
58 IFS=$oldIFS
/freebsd-current/usr.sbin/periodic/etc/weekly/
H A D340.noid29 OIFS="$IFS"
30 IFS="$sep"
44 IFS="$OIFS"
/freebsd-current/contrib/bmake/
H A Dmachine.sh35 MACHINE_ARCH=`IFS="/-."; set $MACHINE; echo $1`
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dmancheck.sh28 IFS="
H A Dcommitcheck.sh86 OLDIFS=$IFS
87 IFS='
95 IFS=$OLDIFS
/freebsd-current/sys/contrib/openzfs/cmd/
H A Dzvol_wait20 OIFS="$IFS"
21 IFS="
25 IFS="$OIFS"
32 while IFS=" " read -r name volmode token redacted keystatus; do # IFS=\t here!
/freebsd-current/tests/sys/vfs/
H A Dtrailing_slash.sh29 IFS=:
31 unset IFS
/freebsd-current/contrib/openresolv/
H A Ddnsmasq.in79 SIFS=${IFS-y} OIFS=$IFS
80 IFS=.
84 unset IFS
86 IFS=$OIFS
97 SIFS=${IFS-y} OIFS=$IFS bytes= front= back=
99 IFS=:
126 unset IFS
128 IFS
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_tempname.ksh58 IFS='=' read -r propname propval <<<"$fsprop"
60 IFS='=' read -r propname propval <<<"$poolprop"
/freebsd-current/usr.bin/printenv/tests/
H A Dprintenv_test.sh38 printenv | while IFS= read -r env; do
/freebsd-current/contrib/kyua/doc/
H A Dmanbuild.sh94 local oldifs="${IFS}"
95 IFS=
97 IFS="${oldifs}"
/freebsd-current/usr.bin/man/
H A Dman.sh99 local IFS
115 IFS=:
119 unset IFS
125 IFS=:
129 unset IFS
134 IFS=:
138 unset IFS
208 local IFS
210 # Don't accidentally inherit callers IFS (breaks perl manpages)
211 unset IFS
[all...]
/freebsd-current/contrib/ncurses/progs/
H A Dcapconvert111 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
120 IFS="$ac_save_ifs"
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dtest_nist2.in61 oldifs=$IFS
62 IFS=:
64 IFS=$oldifs

Completed in 271 milliseconds

1234567