Home
last modified time | relevance | path

Searched refs:IFS (Results 1 – 25 of 250) sorted by relevance

12345678910

/freebsd/usr.sbin/manctl/
H A Dmanctl.sh63 IFS='.' ; set $pname
66 IFS=" " ; echo ignoring $pname 1>&2 ; return 0 ;
77 IFS=" "
80 IFS=" " ; set `file $pname`
102 IFS=" "
106 # reset IFS - this is important!
107 IFS=" "
197 IFS='.' ; set $pname
199 IFS=" " ; echo ignoring $pname 1>&2 ; return 0 ;
209 IFS
[all...]
/freebsd/bin/sh/tests/builtins/
H A Dread1.09 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 …]
/freebsd/usr.bin/man/
H A Dman.sh96 local IFS
112 IFS=:
116 unset IFS
122 IFS=:
126 unset IFS
131 IFS=:
135 unset IFS
205 local IFS
208 unset IFS
312 local IFS line tstr
[all …]
/freebsd/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=$OIFS
/freebsd/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/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/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/contrib/ntp/sntp/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"
H A Dconfigure41 # IFS needs to be set, to space, tab, and newline, in precisely that order.
42 # (If _AS_PATH_WALK were called with IFS unset, it would have the
43 # side effect of setting IFS to empty, thus disabling word splitting.)
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
[all...]
/freebsd/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"
/freebsd/contrib/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/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"
H A Dconfigure50 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
1968 _ | IFS | as_nl) ;; #(
2439 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
[all …]
/freebsd/bin/sh/tests/expansion/
H A Dtilde1.012 oIFS="$IFS"
14 IFS='|'
16 IFS="$oIFS"
31 ooIFS=$IFS
32 IFS=m
36 IFS=$ooIFS
H A Dtilde2.012 oIFS="$IFS"
14 IFS='|'
16 IFS="$oIFS"
48 ooIFS=$IFS
49 IFS=m
54 IFS=$ooIFS
/freebsd/contrib/libevent/
H A Dconfigure216 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 …]
/freebsd/contrib/ncurses/progs/
H A Dcapconvert111 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
120 IFS="$save_ifs"
/freebsd/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/contrib/openbsm/m4/
H A Dltoptions.m4177 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 …]
/freebsd/contrib/openpam/m4/
H A Dltoptions.m4177 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 …]
/freebsd/contrib/ntp/sntp/libevent/m4/
H A Dltoptions.m4177 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 …]
/freebsd/contrib/ntp/sntp/m4/
H A Dltoptions.m4177 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 …]
/freebsd/contrib/libevent/m4/
H A Dltoptions.m4177 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 …]
/freebsd/contrib/ldns/m4/
H A Dltoptions.m4177 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 …]
/freebsd/contrib/file/m4/
H A Dltoptions.m4177 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 …]

12345678910