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

1234567

/freebsd-11-stable/crypto/openssh/regress/
H A Dscp-ssh-wrapper.sh7 save_IFS=$IFS
8 IFS=/
10 IFS="$save_IFS"
/freebsd-11-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-11-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-11-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-11-stable/lib/libxo/tests/
H A Dfunctional_test.sh58 oldIFS=$IFS
59 IFS='.'
63 IFS=$oldIFS
/freebsd-11-stable/usr.bin/xo/tests/
H A Dfunctional_test.sh54 oldIFS=$IFS
55 IFS='.'
59 IFS=$oldIFS
/freebsd-11-stable/etc/periodic/weekly/
H A D340.noid30 OIFS="$IFS"
31 IFS="$sep"
45 IFS="$OIFS"
/freebsd-11-stable/etc/rc.d/
H A Dkldxref25 IFS=';'
H A Dstf25 OIFS="$IFS"
26 IFS=".$IFS"
28 IFS="$OIFS"
H A Dresolv53 for ns in `IFS=','; echo $*`; do
/freebsd-11-stable/tests/sys/vfs/
H A Dtrailing_slash.sh30 IFS=:
32 unset IFS
/freebsd-11-stable/contrib/ncurses/progs/
H A Dcapconvert110 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
119 IFS="$ac_save_ifs"
/freebsd-11-stable/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-11-stable/contrib/groff/
H A Dmkinstalldirs110 oIFS=$IFS
111 IFS=/
114 IFS=$oIFS
/freebsd-11-stable/contrib/binutils/
H A Dmkinstalldirs110 oIFS=$IFS
111 IFS=/
114 IFS=$oIFS
/freebsd-11-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}`
75 MACHINE_ARCH=`IFS="/-."; set $machine; echo $1`
83 OSMAJOR=`IFS=.; set $OSREL; echo $1`
/freebsd-11-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-11-stable/usr.bin/man/
H A Dman.sh69 local IFS
85 IFS=:
89 unset IFS
95 IFS=:
99 unset IFS
104 IFS=:
108 unset IFS
172 local IFS
174 # Don't accidentally inherit callers IFS (breaks perl manpages)
175 unset IFS
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_nist2.in61 oldifs=$IFS
62 IFS=:
64 IFS=$oldifs
/freebsd-11-stable/contrib/netbsd-tests/fs/zfs/
H A Dt_zpool.sh38 IFS=' '
/freebsd-11-stable/crypto/openssh/contrib/
H A Dfindssl.sh97 saveIFS="$IFS"
98 IFS=:
101 IFS="$saveIFS"
106 IFS="$saveIFS"
/freebsd-11-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-11-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-11-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-11-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"

Completed in 171 milliseconds

1234567