Searched refs:IFS (Results 26 - 50 of 158) sorted by relevance

1234567

/freebsd-current/libexec/rc/rc.d/
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/contrib/netbsd-tests/fs/zfs/
H A Dt_zpool.sh38 IFS=' '
/freebsd-current/contrib/ntp/sntp/libevent/build-aux/
H A Dcompile36 IFS=" "" $nl"
100 save_IFS=$IFS
101 IFS=';'
104 IFS=$save_IFS
121 IFS=$save_IFS
192 save_ifs="$IFS"; IFS=','
194 IFS="$save_ifs"
197 IFS="$save_ifs"
/freebsd-current/crypto/openssh/contrib/
H A Dfindssl.sh95 saveIFS="$IFS"
96 IFS=:
99 IFS="$saveIFS"
104 IFS="$saveIFS"
/freebsd-current/contrib/sqlite3/
H A Dcompile36 IFS=" "" $nl"
100 save_IFS=$IFS
101 IFS=';'
104 IFS=$save_IFS
121 IFS=$save_IFS
192 save_ifs="$IFS"; IFS=','
194 IFS="$save_ifs"
197 IFS="$save_ifs"
/freebsd-current/contrib/file/
H A Dcompile36 IFS=" "" $nl"
100 save_IFS=$IFS
101 IFS=';'
104 IFS=$save_IFS
121 IFS=$save_IFS
192 save_ifs="$IFS"; IFS=','
194 IFS="$save_ifs"
197 IFS="$save_ifs"
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dcompile36 IFS=" "" $nl"
100 save_IFS=$IFS
101 IFS=';'
104 IFS=$save_IFS
121 IFS=$save_IFS
192 save_ifs="$IFS"; IFS=','
194 IFS="$save_ifs"
197 IFS="$save_ifs"
/freebsd-current/contrib/openpam/
H A Dcompile36 IFS=" "" $nl"
100 save_IFS=$IFS
101 IFS=';'
104 IFS=$save_IFS
121 IFS=$save_IFS
192 save_ifs="$IFS"; IFS=','
194 IFS="$save_ifs"
197 IFS="$save_ifs"
/freebsd-current/contrib/libevent/build-aux/
H A Dcompile36 IFS=" "" $nl"
100 save_IFS=$IFS
101 IFS=';'
104 IFS=$save_IFS
121 IFS=$save_IFS
192 save_ifs="$IFS"; IFS=','
194 IFS="$save_ifs"
197 IFS="$save_ifs"
/freebsd-current/sys/contrib/openzfs/etc/init.d/
H A Dzfs-load-key.in49 while IFS=" " read -r name encryptionroot keystatus keylocation; do
72 while IFS=" " read -r name encryptionroot keystatus; do
/freebsd-current/contrib/libpcap/
H A Dinstall-sh167 IFS="${IFS-${defaultIFS}}"
169 oIFS="${IFS}"
170 # Some sh's can't handle IFS=/ for some reason.
171 IFS='%'
173 IFS="${oIFS}"
/freebsd-current/contrib/dialog/
H A Dinstall-sh186 IFS="${IFS-$defaultIFS}"
188 oIFS=$IFS
189 # Some sh's can't handle IFS=/ for some reason.
190 IFS='%'
192 IFS=$oIFS
/freebsd-current/contrib/ncurses/
H A Dinstall-sh186 IFS="${IFS-$defaultIFS}"
188 oIFS=$IFS
189 # Some sh's can't handle IFS=/ for some reason.
190 IFS='%'
192 IFS=$oIFS
/freebsd-current/contrib/tcpdump/
H A Dinstall-sh167 IFS="${IFS-${defaultIFS}}"
169 oIFS="${IFS}"
170 # Some sh's can't handle IFS=/ for some reason.
171 IFS='%'
173 IFS="${oIFS}"
/freebsd-current/contrib/unbound/contrib/android/
H A Dinstall_expat.sh28 (IFS="" find "$PWD" -name 'Makefile' -print | while read -r file
/freebsd-current/crypto/heimdal/lib/roken/
H A Dinstall-sh168 IFS="${IFS-${defaultIFS}}"
170 oIFS="${IFS}"
171 # Some sh's can't handle IFS=/ for some reason.
172 IFS='%'
174 IFS="${oIFS}"
/freebsd-current/contrib/openbsm/config/
H A Dinstall-sh224 IFS="${IFS-$defaultIFS}"
226 oIFS=$IFS
227 # Some sh's can't handle IFS=/ for some reason.
228 IFS='%'
231 IFS=$oIFS
/freebsd-current/sys/contrib/openzfs/
H A Dautogen.sh8 IFS=. read -r AM_MAJ AM_MIN _
50 IFS="
/freebsd-current/usr.sbin/periodic/etc/security/
H A D100.chksetuid45 IFS=$'\n' # Don't split mount points with spaces or tabs
H A D110.neggrpperm43 IFS=$'\n' # Don't split mount points with spaces or tabs
/freebsd-current/contrib/ncurses/misc/
H A Dncurses-config.in60 save_IFS="$IFS"
61 IFS='@PATH_SEPARATOR@'
74 IFS="$save_IFS"
121 IFS_save="$IFS"
122 IFS='|'
135 IFS="$IFS_save"
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_005_pos.ksh82 IFS=',' read -r _ option _ <<<"$option"
/freebsd-current/bin/sh/tests/
H A Dfunctional_test.sh51 local IFS="-"
/freebsd-current/usr.bin/indent/tests/
H A Dfunctional_test.sh69 local IFS="-"
/freebsd-current/usr.bin/awk/tests/bugs-fixed/
H A Dbug_fix_test.sh55 local IFS="-"

Completed in 436 milliseconds

1234567