Searched refs:quoted (Results 1 – 3 of 3) sorted by relevance
43 tail="$1" quoted=""47 *) quoted="${quoted}${tail}"; tail=; false;;50 tpxy_cmd_snippet="$tpxy_cmd_snippet '$quoted'"53 unset tail quoted
138 int base, len, neg, quoted; in ppp_vslprintf() local285 quoted = c == 'q'; in ppp_vslprintf()299 if (!quoted && c >= 0x80) { in ppp_vslprintf()304 if (quoted && (c == '"' || c == '\\')) in ppp_vslprintf()307 if (quoted) { in ppp_vslprintf()
334 …ars to have a limitation related to buffer alignment. From code comments quoted in [the documentat…
Completed in 13 milliseconds