Searched refs:fopen_temporary (Results 1 - 20 of 20) sorted by relevance
/systemd/src/basic/ |
H A D | fileio-label.c | 63 r = fopen_temporary(path, f, temp_path);
|
H A D | fileio.h | 73 int fopen_temporary(const char *path, FILE **_f, char **_temp_path);
|
H A D | fileio.c | 70 r = fopen_temporary(fn, &f, &p); 801 r = fopen_temporary(fname, &f, &p); 1025 int fopen_temporary(const char *path, FILE **_f, char **_temp_path) { function
|
/systemd/src/journal-remote/ |
H A D | journal-upload.c | 114 r = fopen_temporary(u->state_file, &f, &temp_path); 131 r = fopen_temporary(u->state_file, &f, &temp_path);
|
/systemd/src/login/ |
H A D | logind-inhibit.c | 96 r = fopen_temporary(i->state_file, &f, &temp_path);
|
H A D | logind-seat.c | 103 r = fopen_temporary(s->state_file, &f, &temp_path);
|
H A D | logind-user.c | 147 r = fopen_temporary(u->state_file, &f, &temp_path);
|
H A D | logind-session.c | 176 r = fopen_temporary(s->state_file, &f, &temp_path);
|
H A D | logind-dbus.c | 1839 r = fopen_temporary("/run/systemd/shutdown/scheduled", &f, &temp_path);
|
/systemd/src/hwdb/ |
H A D | hwdb.c | 384 err = fopen_temporary(filename , &t.f, &filename_tmp);
|
/systemd/src/journal/ |
H A D | catalog.c | 408 r = fopen_temporary(database, &w, &p);
|
H A D | journald-stream.c | 156 r = fopen_temporary(s->state_file, &f, &temp_path);
|
/systemd/src/libsystemd-network/ |
H A D | sd-lldp.c | 466 r = fopen_temporary(lldp_file, &f, &temp_path);
|
H A D | sd-dhcp-lease.c | 743 r = fopen_temporary(lease_file, &f, &temp_path);
|
/systemd/src/machine/ |
H A D | machine.c | 136 r = fopen_temporary(m->state_file, &f, &temp_path);
|
/systemd/src/udev/ |
H A D | udevadm-hwdb.c | 365 err = fopen_temporary(filename , &t.f, &filename_tmp);
|
/systemd/src/libsystemd/sd-device/ |
H A D | device-private.c | 1024 r = fopen_temporary(path, &f, &path_tmp);
|
/systemd/src/locale/ |
H A D | localed.c | 453 r = fopen_temporary("/etc/X11/xorg.conf.d/00-keyboard.conf", &f, &temp_path);
|
/systemd/src/network/ |
H A D | networkd-manager.c | 935 r = fopen_temporary(m->state_file, &f, &temp_path);
|
H A D | networkd-link.c | 2717 r = fopen_temporary(link->state_file, &f, &temp_path);
|
Completed in 4127 milliseconds