| /src/usr.sbin/manctl/ |
| H A D | manctl.sh | 63 IFS='.' ; set $pname 66 IFS=" " ; echo ignoring $pname 1>&2 ; return 0 ; 77 IFS=" " 80 IFS=" " ; set `file $pname` 102 IFS=" " 107 IFS=" " 197 IFS='.' ; set $pname 199 IFS=" " ; echo ignoring $pname 1>&2 ; return 0 ; 209 IFS=" " 214 IFS=" " ; set `file $pname` [all …]
|
| /src/bin/sh/tests/builtins/ |
| H A D | read1.0 | 9 echo " 1 2 3 " | { unset IFS; read a b c; echo "x${a}x${b}x${c}x"; } 10 echo " 1 2 3 " | { IFS=$(printf ' \t\n') read a b c; echo "x${a}x${b}x${c}x"; } 11 echo " 1 2 3 " | { IFS= read a b; echo "x${a}x${b}x"; } 13 echo " 1,2 3 " | { IFS=' ,' read a b c; echo "x${a}x${b}x${c}x"; } 14 echo ", 2 ,3" | { IFS=' ,' read a b c; echo "x${a}x${b}x${c}x"; } 15 echo " 1 ,,3" | { IFS=' ,' read a b c; echo "x${a}x${b}x${c}x"; } 16 echo " 1 , , 3" | { IFS=' ,' read a b c; echo "x${a}x${b}x${c}x"; } 17 echo " 1 ,2 3," | { IFS=' ,' read a b c; echo "x${a}x${b}x${c}x"; } 18 echo " 1 ,2 3,," | { IFS=' ,' read a b c; echo "x${a}x${b}x${c}x"; } 20 echo " 1,2 3 " | { IFS=', ' read a b c; echo "x${a}x${b}x${c}x"; } [all …]
|
| /src/usr.bin/man/ |
| H A D | man.sh | 99 local IFS 115 IFS=: 119 unset IFS 125 IFS=: 129 unset IFS 134 IFS=: 138 unset IFS 208 local IFS 211 unset IFS 315 local IFS line tstr [all …]
|
| /src/contrib/openresolv/ |
| H A D | dnsmasq.in | 79 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=$OIFS
|
| /src/contrib/netbsd-tests/bin/sh/ |
| H A D | t_shift.sh | 50 oIFS="${IFS}" 51 IFS=:; set -- $a 52 IFS="${oIFS}" 108 oIFS="${IFS}" 109 IFS=:; set -- $a 110 IFS="${oIFS}"
|
| /src/contrib/ntp/sntp/libevent/ |
| 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 | configure | 48 IFS=" "" $as_nl" 89 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 92 IFS=$as_save_IFS 100 IFS=$as_save_IFS 203 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 207 IFS=$as_save_IFS 232 IFS=$as_save_IFS 2479 _ | IFS | as_nl) ;; #( 2953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR [all …]
|
| /src/contrib/file/ |
| 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"
|
| /src/contrib/ntp/sntp/libevent/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"
|
| /src/contrib/libevent/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"
|
| /src/bin/sh/tests/expansion/ |
| H A D | tilde1.0 | 12 oIFS="$IFS" 14 IFS='|' 16 IFS="$oIFS" 31 ooIFS=$IFS 32 IFS=m 36 IFS=$ooIFS
|
| H A D | tilde2.0 | 12 oIFS="$IFS" 14 IFS='|' 16 IFS="$oIFS" 48 ooIFS=$IFS 49 IFS=m 54 IFS=$ooIFS
|
| /src/contrib/openpam/ |
| 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"
|
| /src/contrib/libevent/ |
| H A D | configure | 216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 220 IFS=$as_save_IFS 243 IFS=$as_save_IFS 2383 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2386 IFS=$as_save_IFS 2390 IFS=$as_save_IFS 2477 _ | IFS | as_nl) ;; #( 2754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2757 IFS=$as_save_IFS 2801 IFS=$as_save_IFS [all …]
|
| /src/contrib/openpam/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=$lt_save_ifs 285 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, 287 IFS=$lt_save_ifs 292 IFS=$lt_save_ifs 402 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, [all …]
|
| /src/contrib/ncurses/progs/ |
| H A D | capconvert | 111 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:" 120 IFS="$save_ifs"
|
| /src/sys/contrib/openzfs/etc/init.d/ |
| H A D | zfs-import.in | 124 OLD_IFS="$IFS" ; IFS=";" 145 IFS="$OLD_IFS" 200 OLD_IFS="$IFS" ; IFS=";" 255 IFS="$OLD_IFS"
|
| /src/contrib/ntp/sntp/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=$lt_save_ifs 285 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, 287 IFS=$lt_save_ifs 292 IFS=$lt_save_ifs 392 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, [all …]
|
| /src/contrib/ldns/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=$lt_save_ifs 285 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, 287 IFS=$lt_save_ifs 292 IFS=$lt_save_ifs 392 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, [all …]
|
| /src/contrib/openbsm/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=$lt_save_ifs 285 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, 287 IFS=$lt_save_ifs 292 IFS=$lt_save_ifs 392 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, [all …]
|
| /src/contrib/file/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=$lt_save_ifs 285 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, 287 IFS=$lt_save_ifs 292 IFS=$lt_save_ifs 392 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, [all …]
|
| /src/contrib/libevent/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=$lt_save_ifs 285 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, 287 IFS=$lt_save_ifs 292 IFS=$lt_save_ifs 392 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, [all …]
|
| /src/contrib/ntp/sntp/libevent/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=$lt_save_ifs 285 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, 287 IFS=$lt_save_ifs 292 IFS=$lt_save_ifs 392 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, [all …]
|
| /src/sys/contrib/openzfs/cmd/ |
| H A D | zvol_wait | 20 OIFS="$IFS" 21 IFS=" 25 IFS="$OIFS" 32 while IFS=" " read -r name volmode token redacted keystatus; do # IFS=\t here!
|
| /src/contrib/ldns/ |
| H A D | configure | 50 IFS=" "" $as_nl" 91 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 94 IFS=$as_save_IFS 102 IFS=$as_save_IFS 205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 209 IFS=$as_save_IFS 234 IFS=$as_save_IFS 2383 _ | IFS | as_nl) ;; #( 2859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR [all …]
|