Home
last modified time | relevance | path

Searched refs:json_parse_file (Results 1 – 10 of 10) sorted by relevance

/systemd-251/src/shared/
Duserdb-dropin.c27 r = json_parse_file(f, path, 0, &v, NULL, NULL); in load_user()
59 r = json_parse_file(NULL, j, JSON_PARSE_SENSITIVE, &privileged_v, NULL, NULL); in load_user()
179 r = json_parse_file(f, path, 0, &v, NULL, NULL); in load_group()
203 r = json_parse_file(NULL, j, JSON_PARSE_SENSITIVE, &privileged_v, NULL, NULL); in load_group()
Djson.h226 static inline int json_parse_file(FILE *f, const char *path, JsonParseFlags flags, JsonVariant **re… in json_parse_file() function
Delf-util.c806 r = json_parse_file(json_in, NULL, 0, &package_metadata, NULL, NULL); in parse_elf_object()
/systemd-251/src/fuzz/
Dfuzz-json.c23 r = json_parse_file(f, NULL, 0, &v, NULL, NULL); in LLVMFuzzerTestOneInput()
/systemd-251/src/home/
Dhomework.c534 r = json_parse_file(identity_file, ".identity", JSON_PARSE_SENSITIVE, ret, &line, &column); in read_identity_file()
1884 r = json_parse_file(json_file, json_path, JSON_PARSE_SENSITIVE, &v, &line, &column); in run()
Dhomectl.c1100 r = json_parse_file( in acquire_new_home_record()
1420 r = json_parse_file( in acquire_updated_home_record()
Dhomed-home.c537 r = json_parse_file(f, "stdout", JSON_PARSE_SENSITIVE, &v, &line, &column); in home_parse_worker_stdout()
/systemd-251/src/test/
Dtest-json.c375 assert_se(json_parse_file(f, "waldo", 0, &v, NULL, NULL) >= 0); in TEST()
/systemd-251/src/analyze/
Danalyze-security.c2924 … r = json_parse_file(/*f=*/ NULL, arg_security_policy, /*flags=*/ 0, &policy, &line, &column); in verb_security()
2936 r = json_parse_file(f, pp, /*flags=*/ 0, &policy, &line, &column); in verb_security()
/systemd-251/src/nspawn/
Dnspawn-oci.c2224 r = json_parse_file(f, path, 0, &oci, &line, &column); in oci_load()