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

1234567

/freebsd-10-stable/crypto/openssh/regress/
H A Dscp-ssh-wrapper.sh7 save_IFS=$IFS
8 IFS=/
10 IFS="$save_IFS"
/freebsd-10-stable/usr.sbin/manctl/
H A Dmanctl.sh73 IFS='.' ; set $pname
76 IFS=" " ; echo ignoring $pname 1>&2 ; return 0 ;
87 IFS=" "
90 IFS=" " ; set `file $pname`
112 IFS=" "
116 # reset IFS - this is important!
117 IFS=" "
207 IFS='.' ; set $pname
209 IFS=" " ; echo ignoring $pname 1>&2 ; return 0 ;
219 IFS
[all...]
/freebsd-10-stable/crypto/openssl/util/
H A Dpod2mantest13 IFS=:
14 if test "$OSTYPE" = "msdosdjgpp"; then IFS=";"; fi
18 for dir in dummy${IFS}$PATH; do
/freebsd-10-stable/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-10-stable/contrib/openresolv/
H A Ddnsmasq.in80 SIFS=${IFS-y} OIFS=$IFS
81 IFS=.
85 unset IFS
87 IFS=$OIFS
98 SIFS=${IFS-y} OIFS=$IFS bytes= front= back=
100 IFS=:
127 unset IFS
129 IFS
[all...]
/freebsd-10-stable/etc/rc.d/
H A Dkldxref24 IFS=';'
H A Dstf24 OIFS="$IFS"
25 IFS=".$IFS"
27 IFS="$OIFS"
H A Dresolv52 for ns in `IFS=','; echo $*`; do
/freebsd-10-stable/tests/sys/vfs/
H A Dtrailing_slash.sh30 IFS=:
32 unset IFS
/freebsd-10-stable/contrib/ncurses/progs/
H A Dcapconvert108 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
117 IFS="$ac_save_ifs"
/freebsd-10-stable/contrib/binutils/
H A Dmkinstalldirs110 oIFS=$IFS
111 IFS=/
114 IFS=$oIFS
H A Dconfigure109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
112 IFS=$as_save_IFS
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
133 IFS=$as_save_IFS
234 # IFS
238 IFS=" $as_nl"
1159 as_save_IFS=$IFS; IFS
[all...]
/freebsd-10-stable/contrib/groff/
H A Dmkinstalldirs110 oIFS=$IFS
111 IFS=/
114 IFS=$oIFS
/freebsd-10-stable/etc/periodic/security/
H A D460.chkportsum49 while IFS= read -r line; do
/freebsd-10-stable/usr.bin/man/
H A Dman.sh67 local IFS
77 IFS=:
81 unset IFS
147 local IFS
149 # Don't accidentally inherit callers IFS (breaks perl manpages)
150 unset IFS
255 local IFS line tstr
257 unset IFS
286 local IFS l nroff_dev pipeline preproc_arg tool
288 # We are called with IFS se
[all...]
/freebsd-10-stable/contrib/bmake/
H A Dmachine.sh22 OSMAJOR=`IFS=.; set $OSREL; echo $1`
37 # some shells cannot correctly handle `IFS`
39 _dirs=`IFS=:; echo ${2:-$PATH}`
69 MACHINE_ARCH=`IFS="/-."; set $machine; echo $1`
77 OSMAJOR=`IFS=.; set $OSREL; echo $1`
/freebsd-10-stable/contrib/gdb/gdb/regformats/
H A Dregdat.sh55 # The semantics of IFS varies between different SH's. Some
60 OFS="${IFS}" ; IFS="[:]"
64 IFS="${OFS}"
/freebsd-10-stable/crypto/heimdal/lib/hx509/
H A Dtest_nist2.in61 oldifs=$IFS
62 IFS=:
64 IFS=$oldifs
/freebsd-10-stable/contrib/netbsd-tests/fs/zfs/
H A Dt_zpool.sh38 IFS=' '
/freebsd-10-stable/crypto/openssh/contrib/
H A Dfindssl.sh97 saveIFS="$IFS"
98 IFS=:
101 IFS="$saveIFS"
106 IFS="$saveIFS"
/freebsd-10-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"
/freebsd-10-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-10-stable/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-10-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-10-stable/contrib/gdb/
H A Dlibtool.m4263 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
269 IFS="$ac_save_ifs"
296 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS
[all...]

Completed in 383 milliseconds

1234567