Lines Matching defs:quoted
294 size_t remaining, quoted;
311 quoted = shquote(name, bufp, remaining);
312 if (quoted >= remaining) {
316 bufp += quoted;
317 remaining -= quoted;
321 quoted = shquote(dir, bufp, remaining);
322 if (quoted >= remaining) {
326 bufp += quoted;
327 remaining -= quoted;
334 quoted = shquote(tmp, bufp, remaining);
336 if (quoted >= remaining) {
340 bufp += quoted;
341 remaining -= quoted;
347 quoted = shquote(cp, bufp, remaining);
349 if (quoted >= remaining) {
353 bufp += quoted;
354 remaining -= quoted;