Lines Matching refs:quoted
33 quote_system_arg (quoted, arg) in quote_system_arg() argument
34 char *quoted; in quote_system_arg()
74 if (quoted)
76 quoted[len] = '-';
77 quoted[len + 1] = c;
85 if (quoted)
86 quoted[len] = c;
94 if (quoted)
95 quoted[len] = '\'';
102 if (quoted)
104 quoted[len] = '\'';
105 quoted[len + 1] = '\\';
106 quoted[len + 2] = '\'';
110 if (quoted)
111 quoted[len] = c;
115 if (quoted)
116 quoted[len] = '\'';
121 if (quoted)
122 quoted[len] = c;