Home | History | Annotate | Download | only in Clients

Lines Matching full:escaped

533 			// Because '\' is itself a shell metacharacter (the shell escape character), it has to be escaped as "\\" to survive
537 // The "dns-sd -R" command interprets this single "\\" pair as an escaped literal backslash. Sigh.