| 216 | }; |
| 217 | |
| 218 | static inline int cq_must_quote(char c) |
| 219 | { |
| 220 | return cq_lookup[(unsigned char)c] + quote_path_fully > 0; |
| 221 | } |
| 222 | |
| 223 | /* returns the longest prefix not needing a quote up to maxlen if positive. |
| 224 | This stops at the first \0 because it's marked as a character needing an |