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

/u-boot/boot/
H A Dbootflow.c698 bool need_quote = strchr(new_val, ' '); local
702 if (to + 1 + (need_quote ? 2 : 0) + len >= end)
705 if (need_quote)
709 if (need_quote)

Completed in 40 milliseconds