Home | History | Annotate | Download | only in binutils

Lines Matching refs:quote

856   /* Re-create the command lines as a string, taking care to quote stuff.  */
869 int quote = (strchr (arg, ' ') || strchr (arg, '\t'));
871 (quote) ? " \"" : " ");
874 (quote) ? "\"" : "");
960 int quote = (strchr (arg, ' ') || strchr (arg, '\t'));
962 (quote) ? " \"" : " ");
965 (quote) ? "\"" : "");
997 int quote = (strchr (arg, ' ') || strchr (arg, '\t'));
999 (quote) ? " \"" : " ");
1002 (quote) ? "\"" : "");
1043 int quote;
1049 quote = (strchr (base_file_name, ' ')
1052 (quote) ? "\"" : "");
1055 (quote) ? "\"" : "");
1089 int quote;
1097 quote = (strchr (base_file_name, ' ')
1100 (quote) ? "\"" : "");
1103 (quote) ? "\" " : " ");
1106 quote = (strchr (exp_file_name, ' ')
1109 (quote) ? "\"" : "");
1112 (quote) ? "\"" : "");
1134 int quote;
1141 quote = (strchr (base_file_name, ' ')
1144 (quote) ? "\"" : "");
1147 (quote) ? "\" " : " ");
1149 quote = (strchr (exp_file_name, ' ')
1152 (quote) ? "\"" : "");
1155 (quote) ? "\"" : "");
1175 int quote;
1182 quote = (strchr (base_file_name, ' ')
1185 (quote) ? "\"" : "");
1188 (quote) ? "\" " : " ");
1191 quote = (strchr (exp_file_name, ' ')
1194 (quote) ? "\"" : "");
1197 (quote) ? "\"" : "");
1227 int quote;
1232 quote = (strchr (exp_file_name, ' ')
1235 (quote) ? "\"" : "");
1238 (quote) ? "\"" : "");