Searched refs:IFS (Results 1 - 6 of 6) sorted by relevance

/openjdk9/langtools/make/
H A Dlauncher.sh-template35 # Unset IFS and use newline as arg separator to preserve spaces in args
37 saveIFS="$IFS"
41 IFS=
46 IFS="$saveIFS"
50 IFS=$nl
/openjdk9/common/bin/
H A Dblessed-modifier-order.sh52 declare -r SAVE_IFS="$IFS"
54 IFS='|'; x="${modifiers[*]:0:i}" y="${modifiers[*]:i}"; IFS="$SAVE_IFS"
H A Djib.sh112 OLD_IFS="${IFS}"
113 IFS=" ,"
125 IFS="${OLD_IFS}"
H A Didea.sh125 while IFS= read -r line
169 while IFS= read -r line
H A Dunshuffle_patch.sh195 while IFS= read -r line
/openjdk9/common/autoconf/
H A Dgenerated-configure.sh90 # IFS
93 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
94 # splitting by setting IFS to empty value.)
95 IFS=" "" $as_nl"
101 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
104 IFS=$as_save_IFS
108 IFS=$as_save_IFS
216 as_save_IFS=$IFS; IFS
[all...]

Completed in 111 milliseconds