HomeSort by: relevance | last modified time | path
    Searched refs:IFS (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /src/sys/conf/
osrelease.sh 69 IFS=.
74 IFS=' '
81 IFS=.
95 IFS=
99 IFS=.
  /src/tests/bin/sh/
t_shift.sh 52 oIFS="${IFS}"
53 IFS=:; set -- $a
54 IFS="${oIFS}"
95 oIFS="${IFS}"
96 IFS=:; set -- $a
97 IFS="${oIFS}"
143 oIFS="${IFS}"
144 IFS=:; set -- $a
145 IFS="${oIFS}"
171 oIFS="${IFS}"
    [all...]
t_input.sh 120 IFS=-
122 unset IFS
  /src/tests/usr.bin/printf/
t_command.sh 82 saveIFS="${IFS-UnSet}"
92 IFS=:
106 unset IFS
110 (UnSet) unset IFS;;
111 (*) IFS="${saveIFS}";;
  /src/etc/rc.d/
rndctl 37 oIFS="$IFS"
38 IFS=';'
40 IFS="$oIFS"
postfix 47 OIFS="${IFS}"
48 IFS="${IFS},"
50 IFS="${OIFS}:"
52 IFS="${OIFS}"
resize_root 21 local IFS
22 IFS=,
lvm 17 ifs_restore="$IFS";
73 # Set IFS to field separator
74 IFS=":"
78 IFS="$ifs_restore";
ipsec 33 ifconfig $1 | while IFS="${IFS}/" read what address rest; do
  /src/usr.sbin/service/
service 61 local _d _f IFS
63 IFS=$'\n'
131 IFS='|'
140 IFS=
  /src/distrib/sets/
makeflist 35 save_IFS="${IFS}"
36 IFS=,
43 IFS="${save_IFS}"
makeobsolete 36 save_IFS="${IFS}"
37 IFS=,
44 IFS="${save_IFS}"
  /src/tools/host-mkdep/
host-mkdep.in 59 oifs="$IFS"
60 IFS=" ,"
62 IFS="$oifs"
219 while IFS=':'; read target dependents; do
220 IFS=
  /src/bin/sh/
mkinit.sh 99 while IFS=; read -r line; do
106 IFS=' '
138 IFS=' '
175 IFS=' '
mknodes.sh 44 while IFS=; read -r line; do
46 IFS=' '
48 IFS=
52 IFS=' '
72 IFS=' '
83 IFS=' '
155 while IFS=; read -r line; do
156 IFS=' '
158 IFS=
162 IFS='
    [all...]
  /src/lib/librumpuser/build-aux/
compile 36 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"
install-sh 46 IFS=" "" $nl"
401 oIFS=$IFS
402 IFS=/
407 IFS=$oIFS
  /src/sys/external/isc/libsodium/dist/build-aux/
compile 36 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"
install-sh 47 IFS=" $tab$nl"
378 oIFS=$IFS
379 IFS=/
384 IFS=$oIFS
  /src/sys/external/isc/libsodium/dist/
compile 36 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"
install-sh 46 IFS=" "" $nl"
401 oIFS=$IFS
402 IFS=/
407 IFS=$oIFS
  /src/tests/sbin/ifconfig/
t_capabilities.sh 64 export IFS=","
103 unset IFS
  /src/usr.sbin/sysinst/
msg_xlat.sh 114 IFS=
118 IFS=" "
161 IFS=%
177 unset IFS
  /src/tests/fs/zfs/
t_zpool.sh 38 IFS=' '
  /src/sys/external/isc/libsodium/dist/m4/
ltoptions.m4 177 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
179 IFS=$lt_save_ifs
184 IFS=$lt_save_ifs
231 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
233 IFS=$lt_save_ifs
238 IFS=$lt_save_if
    [all...]

Completed in 18 milliseconds

1 2 3