MCPcopy Create free account
hub / github.com/TinyCC/tinycc / quote_win32

Function quote_win32

tcctools.c:510–532  ·  view source on GitHub ↗

- Empty argument or with space/tab (not newline) requires quoting. * - Double-quotes at the value require '\'-escape, regardless of quoting. * - Consecutive (or 1) backslashes at the value all need '\'-escape only if * followed by [escaped] double quote, else taken literally, e.g. * remains literal without quoting or esc, but becomes . * - This "before double q

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

execvp_win32Function · 0.85

Calls 1

tcc_mallocFunction · 0.85

Tested by

no test coverage detected