/freebsd/contrib/wpa/src/utils/ |
H A D | json.c | 481 void json_free(struct json_token *json) in json_free() 493 struct json_token * json_get_member(struct json_token *json, const char *name) in json_get_member() 508 struct wpabuf * json_get_member_base64url(struct json_token *json, in json_get_member_base64url() 531 struct wpabuf * json_get_member_base64(struct json_token *json, in json_get_member_base64() 603 void json_add_int(struct wpabuf *json, const char *name, int val) in json_add_int() 609 void json_add_string(struct wpabuf *json, const char *name, const char *val) in json_add_string() 615 int json_add_string_escape(struct wpabuf *json, const char *name, in json_add_string_escape() 631 int json_add_base64url(struct wpabuf *json, const char *name, const void *val, in json_add_base64url() 645 int json_add_base64(struct wpabuf *json, const char *name, const void *val, in json_add_base64() 659 void json_start_object(struct wpabuf *json, const char *name) in json_start_object() [all …]
|
H A D | utils_module_tests.c | 847 const char *json; member
|
/freebsd/usr.sbin/pmc/ |
H A D | cmd_pmc_filter.cc | 178 pmc_log_event(int fd, struct pmclog_ev *ev, bool json) in pmc_log_event() 198 char *events, char *processes, char *threads, bool exclusive, bool json, int infd, in pmc_filter_handler() 305 bool exclusive, json; in cmd_pmc_filter() local
|
/freebsd/contrib/ntp/libjsmn/example/ |
H A D | simple.c | 14 static int jsoneq(const char *json, jsmntok_t *tok, const char *s) { in jsoneq()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/ |
H A D | tst.usdt.c | 51 char *json; in main() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
H A D | ObjectFileJSON.cpp | 65 Expected<json::Value> json = json::parse(text); in CreateInstance() local 123 Expected<json::Value> json = json::parse(text); in GetModuleSpecifications() local
|
/freebsd/contrib/libcbor/examples/ |
H A D | cjson2cbor.c | 131 cJSON *json = cJSON_Parse(json_buffer); in main() local
|
/freebsd/contrib/libucl/tests/ |
H A D | test_basic.c | 41 int ret = 0, opt, json = 0, compact = 0, yaml = 0, in main() local
|
/freebsd/contrib/libcbor/doc/ |
H A D | Makefile | 72 json: target
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | UserSettingsController.cpp | 62 llvm::json::Value json = properties_sp->ToJSON(exe_ctx); DumpAllPropertyValues() local
|
H A D | Section.cpp | 682 namespace json { namespace
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBStructuredData.cpp | 94 lldb::SBError SBStructuredData::SetFromJSON(const char *json) { in SetFromJSON()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | TraceDumper.h | 30 bool json = false; member
|
/freebsd/contrib/libucl/src/ |
H A D | ucl_emitter.c | 509 UCL_EMIT_TYPE_IMPL(json, false) in UCL_EMIT_TYPE_IMPL() argument
|
/freebsd/contrib/wpa/src/common/ |
H A D | dpp.c | 784 const char *json) in dpp_build_conf_req_attr() 943 const char *json) in dpp_build_conf_req() 979 struct wpabuf *buf = NULL, *json = NULL; in dpp_build_conf_req_helper() local 3784 struct wpabuf *json; in dpp_build_conn_status() local 3815 struct wpabuf *msg = NULL, *clear = NULL, *json; in dpp_build_conn_status_result() local
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | ObjectFile.cpp | 777 namespace json { namespace
|
H A D | Symbol.cpp | 776 namespace json { namespace
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPT.cpp | 243 bool json) { in DumpTraceInfo() argument
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Trace.cpp | 36 namespace json { namespace
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | JSON.cpp | 22 namespace json { namespace
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | jevents.c | 246 const char *json; member [all...] |
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 2194 std::string json; in SetThreadStopInfo() local 5469 const bool json = m_json.GetOptionValue().GetCurrentValue(); in DoExecute() local
|
H A D | GDBRemoteCommunicationClient.cpp | 2471 bool json, Stream &strm) { in TestPacketSpeed()
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 7437 boolean_t json = B_FALSE; in share_mount() local 9104 boolean_t json = B_FALSE; in zfs_do_version() local
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 6933 boolean_t json, nvlist_t *nvl, boolean_t as_int) in collect_vdev_prop() 13543 boolean_t json = B_FALSE; in zpool_do_version() local
|