Searched refs:fopen_temporary (Results 1 - 20 of 20) sorted by relevance

/systemd/src/basic/
H A Dfileio-label.c63 r = fopen_temporary(path, f, temp_path);
H A Dfileio.h73 int fopen_temporary(const char *path, FILE **_f, char **_temp_path);
H A Dfileio.c70 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 Djournal-upload.c114 r = fopen_temporary(u->state_file, &f, &temp_path);
131 r = fopen_temporary(u->state_file, &f, &temp_path);
/systemd/src/login/
H A Dlogind-inhibit.c96 r = fopen_temporary(i->state_file, &f, &temp_path);
H A Dlogind-seat.c103 r = fopen_temporary(s->state_file, &f, &temp_path);
H A Dlogind-user.c147 r = fopen_temporary(u->state_file, &f, &temp_path);
H A Dlogind-session.c176 r = fopen_temporary(s->state_file, &f, &temp_path);
H A Dlogind-dbus.c1839 r = fopen_temporary("/run/systemd/shutdown/scheduled", &f, &temp_path);
/systemd/src/hwdb/
H A Dhwdb.c384 err = fopen_temporary(filename , &t.f, &filename_tmp);
/systemd/src/journal/
H A Dcatalog.c408 r = fopen_temporary(database, &w, &p);
H A Djournald-stream.c156 r = fopen_temporary(s->state_file, &f, &temp_path);
/systemd/src/libsystemd-network/
H A Dsd-lldp.c466 r = fopen_temporary(lldp_file, &f, &temp_path);
H A Dsd-dhcp-lease.c743 r = fopen_temporary(lease_file, &f, &temp_path);
/systemd/src/machine/
H A Dmachine.c136 r = fopen_temporary(m->state_file, &f, &temp_path);
/systemd/src/udev/
H A Dudevadm-hwdb.c365 err = fopen_temporary(filename , &t.f, &filename_tmp);
/systemd/src/libsystemd/sd-device/
H A Ddevice-private.c1024 r = fopen_temporary(path, &f, &path_tmp);
/systemd/src/locale/
H A Dlocaled.c453 r = fopen_temporary("/etc/X11/xorg.conf.d/00-keyboard.conf", &f, &temp_path);
/systemd/src/network/
H A Dnetworkd-manager.c935 r = fopen_temporary(m->state_file, &f, &temp_path);
H A Dnetworkd-link.c2717 r = fopen_temporary(link->state_file, &f, &temp_path);

Completed in 4127 milliseconds