Home
last modified time | relevance | path

Searched refs:str_value (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/libkern/coreanalytics/
H A Dcoreanalytics_shim.cpp90 const char *str_value; in serialize_event_field() local
104 str_value = (const char *) field_value; in serialize_event_field()
105 assert(strlen(str_value) < str_len); in serialize_event_field()
106 if (strlen(str_value) < str_len) { in serialize_event_field()
107 field = OSString::withCString(str_value); in serialize_event_field()
/xnu-11215/san/memory/
H A Dubsan.c244 const char *str_value = string; in ubsan_json_str() local
247 if (!str_value) { in ubsan_json_str()
248 str_value = "null"; in ubsan_json_str()
252 ubsan_json_kv(ub, quote, key, "%s", str_value); in ubsan_json_str()
/xnu-11215/tools/lldbmacros/core/
H A Dlldbwrap.py975 str_value = str(self)
976 res = int(str_value[str_value.rfind(' '):], 0)