Home
last modified time | relevance | path

Searched refs:read_full_file (Results 1 – 15 of 15) sorted by relevance

/systemd-251/src/systemctl/
Dsystemctl-edit.c161 r = read_full_file(new_path, &new_contents, NULL); in create_edit_temp_file()
182 r = read_full_file(*path, &contents, NULL); in create_edit_temp_file()
469 r = read_full_file(path, &contents, NULL); in trim_edit_markers()
/systemd-251/src/fuzz/
Dfuzz-main.c42 r = read_full_file(name, &buf, &size); in main()
/systemd-251/src/test/
Dtest-copy.c45 assert_se(read_full_file(fn_copy, &buf, &sz) == 0); in TEST()
141 assert_se(read_full_file(f, &buf, &sz) == 0); in TEST()
Dtest-exec-util.c197 assert_se(read_full_file(output, &contents, NULL) >= 0); in TEST()
Dtest-fileio.c629 r = read_full_file(name, &contents, &size); in TEST()
/systemd-251/src/basic/
Dfileio.h67 static inline int read_full_file(const char *filename, char **ret_contents, size_t *ret_size) { in read_full_file() function
Denv-file.c43 r = read_full_file(fname, &contents, NULL); in parse_env_file_internal()
Dcgroup-util.c1827 r = read_full_file(filename, &contents, NULL); in cg_get_keyed_attribute_full()
/systemd-251/src/resolve/
Dtest-dns-packet.c47 assert_se(read_full_file(filename, &data, &data_size) >= 0); in test_packet_from_file()
/systemd-251/src/shared/
Ddissect-image.c2363 … r = read_full_file(root_hash_sig_path, (char**) &root_hash_sig, &root_hash_sig_size); in verity_settings_load()
2379 r = read_full_file(p, (char**) &root_hash_sig, &root_hash_sig_size); in verity_settings_load()
2393 r = read_full_file(p, (char**) &root_hash_sig, &root_hash_sig_size); in verity_settings_load()
/systemd-251/src/sysext/
Dsysext.c205 r = read_full_file(f, &buf, NULL); in verb_status()
/systemd-251/src/dissect/
Ddissect.c249 r = read_full_file(optarg, (char**) &p, &l); in parse_argv()
/systemd-251/src/timedate/
Dtimedated.c335 r = read_full_file("/etc/adjtime", &s, NULL); in context_write_data_local_rtc()
/systemd-251/src/libsystemd/sd-device/
Dsd-device.c1503 r = read_full_file(filename, &db, &db_len); in device_read_db_internal_filename()
/systemd-251/src/nspawn/
Dnspawn.c1423 r = read_full_file(optarg, (char**) &p, &l); in parse_argv()