Searched refs:data_to_file (Results 1 – 9 of 9) sorted by relevance
/systemd-251/src/fuzz/ |
D | fuzz-bootspec.c | 20 assert_se(f = data_to_file((const uint8_t*) s, strlen(s))); in json_dispatch_config() 53 assert_se(f = data_to_file((const uint8_t*) data, len)); in json_dispatch_entries()
|
D | fuzz-hostname-setup.c | 12 f = data_to_file(data, size); in LLVMFuzzerTestOneInput()
|
D | fuzz.h | 13 static inline FILE* data_to_file(const uint8_t *data, size_t size) { in data_to_file() function
|
D | fuzz-env-file.c | 18 f = data_to_file(data, size); in LLVMFuzzerTestOneInput()
|
D | fuzz-json.c | 20 f = data_to_file(data, size); in LLVMFuzzerTestOneInput()
|
/systemd-251/src/resolve/ |
D | fuzz-etc-hosts.c | 14 f = data_to_file(data, size); in LLVMFuzzerTestOneInput()
|
/systemd-251/src/nspawn/ |
D | fuzz-nspawn-oci.c | 15 f = data_to_file(data, size); in LLVMFuzzerTestOneInput()
|
D | fuzz-nspawn-settings.c | 15 f = data_to_file(data, size); in LLVMFuzzerTestOneInput()
|
/systemd-251/src/core/ |
D | fuzz-unit-file.c | 27 f = data_to_file(data, size); in LLVMFuzzerTestOneInput()
|