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

123456

/freebsd-13-stable/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"
H A Dinstall-sh199 IFS="${IFS-${defaultIFS}}"
201 oIFS="${IFS}"
202 # Some sh's can't handle IFS=/ for some reason.
203 IFS='%'
205 IFS="${oIFS}"
/freebsd-13-stable/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-13-stable/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-13-stable/contrib/netbsd-tests/fs/zfs/
H A Dt_zpool.sh38 IFS=' '
/freebsd-13-stable/crypto/openssh/contrib/
H A Dfindssl.sh95 saveIFS="$IFS"
96 IFS=:
99 IFS="$saveIFS"
104 IFS="$saveIFS"
/freebsd-13-stable/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-13-stable/contrib/unbound/contrib/android/
H A Dinstall_expat.sh28 (IFS="" find "$PWD" -name 'Makefile' -print | while read -r file
/freebsd-13-stable/contrib/byacc/
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-13-stable/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-13-stable/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-13-stable/sys/contrib/openzfs/
H A Dcopy-builtin52 while IFS='' read -r LINE
60 if IFS='' read -r LINE
/freebsd-13-stable/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-13-stable/contrib/opie/
H A Dinstall-sh155 IFS="${IFS-${defaultIFS}}"
157 oIFS="${IFS}"
158 # Some sh's can't handle IFS=/ for some reason.
159 IFS='%'
161 IFS="${oIFS}"
/freebsd-13-stable/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-13-stable/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-13-stable/usr.sbin/periodic/etc/security/
H A D100.chksetuid48 IFS=$'\n' # Don't split mount points with spaces or tabs
H A D110.neggrpperm46 IFS=$'\n' # Don't split mount points with spaces or tabs
H A Dsecurity.functions51 unset IFS
/freebsd-13-stable/bin/sh/tests/
H A Dfunctional_test.sh52 local IFS="-"
/freebsd-13-stable/usr.bin/indent/tests/
H A Dfunctional_test.sh70 local IFS="-"
/freebsd-13-stable/contrib/unbound/contrib/ios/
H A Dinstall_expat.sh33 (IFS="" find "$PWD" -name 'Makefile' -print | while read -r file
/freebsd-13-stable/tools/regression/sockets/unix_cmsg/
H A Dunix_cmsg.t9 IFS=
/freebsd-13-stable/usr.sbin/sysrc/
H A Dsysrc566 if [ "$jid" -a "${jid%[$IFS]*}" != "$jid" ]; then
617 # separation (IFS) characters, allowing us to use the below
623 IFS="$IFS|"
624 EXCEPT="IFS|EXCEPT|PATH|RC_DEFAULTS|OPTIND|DESCRIBE|SEP"
750 file=$( f_sysrc_get 'rc_conf_files%%[$IFS]*' )
803 oldIFS="$IFS"
805 ""|[$IFS]|[a-zA-Z0-9./]) delim=" " ;;
806 *) IFS="$delim"
817 new="${new#"$delim"}" IFS
[all...]
/freebsd-13-stable/contrib/openbsm/
H A Dconfigure84 # IFS
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl"
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
98 IFS=$as_save_IFS
102 IFS=$as_save_IFS
218 as_save_IFS=$IFS; IFS
[all...]

Completed in 487 milliseconds

123456