Searched refs:read_full_file (Results 1 – 15 of 15) sorted by relevance
/systemd-251/src/systemctl/ |
D | systemctl-edit.c | 161 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/ |
D | fuzz-main.c | 42 r = read_full_file(name, &buf, &size); in main()
|
/systemd-251/src/test/ |
D | test-copy.c | 45 assert_se(read_full_file(fn_copy, &buf, &sz) == 0); in TEST() 141 assert_se(read_full_file(f, &buf, &sz) == 0); in TEST()
|
D | test-exec-util.c | 197 assert_se(read_full_file(output, &contents, NULL) >= 0); in TEST()
|
D | test-fileio.c | 629 r = read_full_file(name, &contents, &size); in TEST()
|
/systemd-251/src/basic/ |
D | fileio.h | 67 static inline int read_full_file(const char *filename, char **ret_contents, size_t *ret_size) { in read_full_file() function
|
D | env-file.c | 43 r = read_full_file(fname, &contents, NULL); in parse_env_file_internal()
|
D | cgroup-util.c | 1827 r = read_full_file(filename, &contents, NULL); in cg_get_keyed_attribute_full()
|
/systemd-251/src/resolve/ |
D | test-dns-packet.c | 47 assert_se(read_full_file(filename, &data, &data_size) >= 0); in test_packet_from_file()
|
/systemd-251/src/shared/ |
D | dissect-image.c | 2363 … 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/ |
D | sysext.c | 205 r = read_full_file(f, &buf, NULL); in verb_status()
|
/systemd-251/src/dissect/ |
D | dissect.c | 249 r = read_full_file(optarg, (char**) &p, &l); in parse_argv()
|
/systemd-251/src/timedate/ |
D | timedated.c | 335 r = read_full_file("/etc/adjtime", &s, NULL); in context_write_data_local_rtc()
|
/systemd-251/src/libsystemd/sd-device/ |
D | sd-device.c | 1503 r = read_full_file(filename, &db, &db_len); in device_read_db_internal_filename()
|
/systemd-251/src/nspawn/ |
D | nspawn.c | 1423 r = read_full_file(optarg, (char**) &p, &l); in parse_argv()
|