Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 8 of 8) sorted by relevance

/hostap-latest/hostapd/
Dhostapd_cli_zephyr.c43 char quote = 0; in make_argv() local
52 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() local
151 quote = make_argv(&cmd, c); in hostapd_make_argv()
154 return quote; in hostapd_make_argv()
/hostap-latest/wpa_supplicant/
Dwpa_cli_zephyr.c249 char quote = 0; in make_argv() local
258 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() local
358 quote = make_argv(&cmd, c); in supp_make_argv()
361 return quote; in supp_make_argv()
DREADME-P2P241 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:
/hostap-latest/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.h29 const char *value, bool quote);
Dnetworkconfig.cpp428 const char *value, bool quote) in setNetworkParam() argument
433 id, field, quote ? "\"" : "", value, quote ? "\"" : ""); in setNetworkParam()
/hostap-latest/wpa_supplicant/examples/
Dwpas-dbus-new.py24 r += urllib.quote(chr(c))
Dwpas-dbus-new-signals.py25 r += urllib.quote(chr(c))
/hostap-latest/
DCONTRIBUTIONS99 ===[ start quote from http://developercertificate.org/ ]=======================
138 ===[ end quote from http://developercertificate.org/ ]=========================