Searched refs:IFS (Results 1 – 20 of 20) sorted by relevance
23 OLDIFS="${IFS}"36 IFS="${NEWLINE}"43 IFS="${OLDIFS}"47 IFS="${OLDIFS}"54 IFS="${OLDIFS}"96 IFS="${NEWLINE}"102 IFS="${OLDIFS}"
127 OLD_IFS="$IFS" ; IFS=";"148 IFS="$OLD_IFS"203 OLD_IFS="$IFS" ; IFS=";"256 IFS="$OLD_IFS"
167 IFS="${IFS-${defaultIFS}}"169 oIFS="${IFS}"171 IFS='%'173 IFS="${oIFS}"
86 OLDIFS=$IFS87 IFS='97 IFS=$OLDIFS
480 IFS=,493 unset IFS
40 IFS=' '55 IFS=' '83 IFS="$(printf '\t')"130 IFS="
54 while IFS='' read -r LINE62 if IFS='' read -r LINE
63 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR65 IFS="$ac_save_IFS"77 IFS="$ac_save_IFS"
100 acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR102 IFS="$acl_save_ifs"119 IFS="$acl_save_ifs"
222 acl_save_IFS="${IFS= }"; IFS=":"237 IFS="$acl_save_IFS"
39 IFS='77 IFS='
110 IFS='
311 IFS= read next
208 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR2228 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR2721 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR2761 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR2814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR2855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR2913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR2957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR4736 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR6813 ac_save_IFS=$IFS; IFS='-'[all …]
87 save=$IFS88 IFS=','93 IFS=$save
95 echo "$out" | while IFS=$'\t' read -A toks; do
66 echo "$out" | while IFS=$'\t' read -A toks; do
40 # with a changed IFS, so this function goes around that.44 TMP_IFS="$IFS"45 IFS="$tIFS"
315 while IFS=: read target op; do
236 typeset oIFS=$IFS237 IFS=','241 IFS=$oIFS