Searched refs:IFS (Results 1 - 25 of 60) sorted by relevance
123
| /src/sys/conf/ |
| H A D | osrelease.sh | 69 IFS=. 74 IFS=' ' 81 IFS=. 95 IFS= 99 IFS=.
|
| /src/tests/bin/sh/ |
| H A D | 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...] |
| H A D | t_input.sh | 120 IFS=- 122 unset IFS
|
| /src/tests/usr.bin/printf/ |
| H A D | t_command.sh | 82 saveIFS="${IFS-UnSet}" 92 IFS=: 106 unset IFS 110 (UnSet) unset IFS;; 111 (*) IFS="${saveIFS}";;
|
| /src/etc/rc.d/ |
| H A D | rndctl | 37 oIFS="$IFS" 38 IFS=';' 40 IFS="$oIFS"
|
| H A D | postfix | 47 OIFS="${IFS}" 48 IFS="${IFS}," 50 IFS="${OIFS}:" 52 IFS="${OIFS}"
|
| H A D | resize_root | 21 local IFS 22 IFS=,
|
| H A D | lvm | 17 ifs_restore="$IFS"; 73 # Set IFS to field separator 74 IFS=":" 78 IFS="$ifs_restore";
|
| H A D | ipsec | 33 ifconfig $1 | while IFS="${IFS}/" read what address rest; do
|
| /src/usr.sbin/service/ |
| H A D | service | 61 local _d _f IFS 63 IFS=$'\n' 131 IFS='|' 140 IFS=
|
| /src/distrib/sets/ |
| H A D | makeflist | 35 save_IFS="${IFS}" 36 IFS=, 43 IFS="${save_IFS}"
|
| H A D | makeobsolete | 36 save_IFS="${IFS}" 37 IFS=, 44 IFS="${save_IFS}"
|
| /src/tools/host-mkdep/ |
| H A D | host-mkdep.in | 59 oifs="$IFS" 60 IFS=" ," 62 IFS="$oifs" 219 while IFS=':'; read target dependents; do 220 IFS=
|
| /src/bin/sh/ |
| H A D | mkinit.sh | 99 while IFS=; read -r line; do 106 IFS=' ' 138 IFS=' ' 175 IFS=' '
|
| H A D | 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/sys/external/isc/libsodium/dist/build-aux/ |
| H A D | 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"
|
| H A D | install-sh | 47 IFS=" $tab$nl" 378 oIFS=$IFS 379 IFS=/ 384 IFS=$oIFS
|
| /src/sys/external/isc/libsodium/dist/ |
| H A D | 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"
|
| H A D | install-sh | 46 IFS=" "" $nl" 401 oIFS=$IFS 402 IFS=/ 407 IFS=$oIFS
|
| /src/lib/librumpuser/build-aux/ |
| H A D | 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"
|
| H A D | install-sh | 46 IFS=" "" $nl" 401 oIFS=$IFS 402 IFS=/ 407 IFS=$oIFS
|
| /src/tests/sbin/ifconfig/ |
| H A D | t_capabilities.sh | 64 export IFS="," 103 unset IFS
|
| /src/usr.sbin/sysinst/ |
| H A D | msg_xlat.sh | 114 IFS= 118 IFS=" " 161 IFS=% 177 unset IFS
|
| /src/tests/fs/zfs/ |
| H A D | t_zpool.sh | 38 IFS=' '
|
| /src/sys/external/isc/libsodium/dist/m4/ |
| H A D | 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 [all...] |
Completed in 9 milliseconds
123