Home
last modified time | relevance | path

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

/xnu-10002.41.9/san/memory/
H A Dubsan.c171 ubsan_json_kv_ap(ubsan_buf_t *ub, bool quote, const char *key, const char *fmt, va_list ap) in ubsan_json_kv_ap() argument
182 if (quote) { in ubsan_json_kv_ap()
193 ubsan_json_kv(ubsan_buf_t *ub, int quote, const char *key, const char *fmt, ...) in ubsan_json_kv() argument
198 ubsan_json_kv_ap(ub, quote, key, fmt, ap); in ubsan_json_kv()
245 bool quote = true; in ubsan_json_str() local
249 quote = false; in ubsan_json_str()
252 ubsan_json_kv(ub, quote, key, "%s", str_value); in ubsan_json_str()
/xnu-10002.41.9/tools/lldbmacros/
H A Dxnu.py253 print(" " + _RADAR_URL.format(urllib.parse.quote(cmd_name),urllib.parse.quote(tar_fname)))