Lines Matching refs:quote
510 /** duplicate string and quote all \ " ( ) chars + space character. */932 int quote;1159 /* quote empty strings and strings with spaces */1160 quote = (**argv == 0 || strchr(*argv, ' '));1161 if (quote)1164 if (quote)