Searched refs:quote (Results 1 – 8 of 8) sorted by relevance
43 char quote = 0; in make_argv() local52 if (quote == c) { in make_argv()54 quote = 0; in make_argv()58 if (quote && c == '\\') { in make_argv()61 if (t == quote) { in make_argv()118 if (!quote && isspace((int) c)) { in make_argv()126 return quote; in make_argv()132 char quote = 0; in hostapd_make_argv() local151 quote = make_argv(&cmd, c); in hostapd_make_argv()154 return quote; in hostapd_make_argv()
249 char quote = 0; in make_argv() local258 if (quote == c) { in make_argv()260 quote = 0; in make_argv()264 if (quote && c == '\\') { in make_argv()267 if (t == quote) { in make_argv()324 if (!quote && isspace((int) c)) { in make_argv()332 return quote; in make_argv()339 char quote = 0; in supp_make_argv() local358 quote = make_argv(&cmd, c); in supp_make_argv()361 return quote; in supp_make_argv()
241 parameters - Escape single quote & backslash:335 Escape single quote & backslash with a backslash:339 Escape single quote & backslash with a backslash:365 Escape single quote & backslash with a backslash:369 Escape single quote & backslash with a backslash:810 Escaped single quote & backslash with a backslash:
29 const char *value, bool quote);
428 const char *value, bool quote) in setNetworkParam() argument433 id, field, quote ? "\"" : "", value, quote ? "\"" : ""); in setNetworkParam()
24 r += urllib.quote(chr(c))
25 r += urllib.quote(chr(c))
99 ===[ start quote from http://developercertificate.org/ ]=======================138 ===[ end quote from http://developercertificate.org/ ]=========================