Searched refs:json_parse_file (Results 1 – 10 of 10) sorted by relevance
/systemd-251/src/shared/ |
D | userdb-dropin.c | 27 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()
|
D | json.h | 226 static inline int json_parse_file(FILE *f, const char *path, JsonParseFlags flags, JsonVariant **re… in json_parse_file() function
|
D | elf-util.c | 806 r = json_parse_file(json_in, NULL, 0, &package_metadata, NULL, NULL); in parse_elf_object()
|
/systemd-251/src/fuzz/ |
D | fuzz-json.c | 23 r = json_parse_file(f, NULL, 0, &v, NULL, NULL); in LLVMFuzzerTestOneInput()
|
/systemd-251/src/home/ |
D | homework.c | 534 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()
|
D | homectl.c | 1100 r = json_parse_file( in acquire_new_home_record() 1420 r = json_parse_file( in acquire_updated_home_record()
|
D | homed-home.c | 537 r = json_parse_file(f, "stdout", JSON_PARSE_SENSITIVE, &v, &line, &column); in home_parse_worker_stdout()
|
/systemd-251/src/test/ |
D | test-json.c | 375 assert_se(json_parse_file(f, "waldo", 0, &v, NULL, NULL) >= 0); in TEST()
|
/systemd-251/src/analyze/ |
D | analyze-security.c | 2924 … 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/ |
D | nspawn-oci.c | 2224 r = json_parse_file(f, path, 0, &oci, &line, &column); in oci_load()
|