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

123456

/freebsd-13-stable/crypto/openssh/regress/
H A Dscp-ssh-wrapper.sh7 save_IFS=$IFS
8 IFS=/
10 IFS="$save_IFS"
/freebsd-13-stable/contrib/flex/src/
H A Dmkskel.sh39 IFS=.
/freebsd-13-stable/usr.sbin/manctl/
H A Dmanctl.sh64 IFS='.' ; set $pname
67 IFS=" " ; echo ignoring $pname 1>&2 ; return 0 ;
78 IFS=" "
81 IFS=" " ; set `file $pname`
103 IFS=" "
107 # reset IFS - this is important!
108 IFS=" "
198 IFS='.' ; set $pname
200 IFS=" " ; echo ignoring $pname 1>&2 ; return 0 ;
210 IFS
[all...]
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dmancheck.sh26 IFS="
H A Dcommitcheck.sh86 OLDIFS=$IFS
87 IFS='
95 IFS=$OLDIFS
/freebsd-13-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-13-stable/lib/libxo/tests/
H A Dfunctional_test.sh58 oldIFS=$IFS
59 IFS='.'
63 IFS=$oldIFS
/freebsd-13-stable/usr.bin/xo/tests/
H A Dfunctional_test.sh54 oldIFS=$IFS
55 IFS='.'
59 IFS=$oldIFS
/freebsd-13-stable/usr.sbin/periodic/etc/weekly/
H A D340.noid30 OIFS="$IFS"
31 IFS="$sep"
45 IFS="$OIFS"
/freebsd-13-stable/libexec/rc/rc.d/
H A Dstf25 OIFS="$IFS"
26 IFS=".$IFS"
28 IFS="$OIFS"
H A Dkldxref25 IFS=';'
H A Dresolv55 for ns in `IFS=','; echo $*`; do
/freebsd-13-stable/sys/contrib/openzfs/cmd/zvol_wait/
H A Dzvol_wait20 OIFS="$IFS"
21 IFS="
25 IFS="$OIFS"
32 while IFS=" " read -r name volmode token redacted; do # IFS=\t here!
/freebsd-13-stable/tests/sys/vfs/
H A Dtrailing_slash.sh30 IFS=:
32 unset IFS
/freebsd-13-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-13-stable/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dzfs-lib.sh.in19 OLDIFS="${IFS}"
33 IFS="${NEWLINE}"
40 IFS="${OLDIFS}"
44 IFS="${OLDIFS}"
51 IFS="${OLDIFS}"
107 while IFS="${TAB}" read -r dataset mountpoint canmount; do
129 IFS="${NEWLINE}"
135 IFS="${OLDIFS}"
/freebsd-13-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-13-stable/contrib/kyua/doc/
H A Dmanbuild.sh94 local oldifs="${IFS}"
95 IFS=
97 IFS="${oldifs}"
/freebsd-13-stable/contrib/bc/
H A Dmanpage.sh59 _gen_manpage_ifs="$IFS"
63 while IFS= read -r line; do
100 IFS="$_gen_manpage_ifs"
/freebsd-13-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-13-stable/contrib/ncurses/progs/
H A Dcapconvert111 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
120 IFS="$ac_save_ifs"
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dtest_nist2.in61 oldifs=$IFS
62 IFS=:
64 IFS=$oldifs
/freebsd-13-stable/sys/contrib/openzfs/etc/init.d/
H A Dzfs-import.in123 OLD_IFS="$IFS" ; IFS=";"
144 IFS="$OLD_IFS"
199 OLD_IFS="$IFS" ; IFS=";"
254 IFS="$OLD_IFS"
/freebsd-13-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-13-stable/contrib/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"

Completed in 301 milliseconds

123456