Searched refs:fopen_temporary_label (Results 1 - 4 of 4) sorted by relevance
/systemd/src/basic/ |
H A D | fileio-label.h | 29 int fopen_temporary_label(const char *target,
|
H A D | fileio-label.c | 55 int fopen_temporary_label(const char *target, function
|
/systemd/src/resolve/ |
H A D | resolved-resolv-conf.c | 246 r = fopen_temporary_label(PRIVATE_RESOLV_CONF, PRIVATE_RESOLV_CONF, &f, &temp_path);
|
/systemd/src/sysusers/ |
H A D | sysusers.c | 209 r = fopen_temporary_label(target, x, &dst, &temp); 387 r = fopen_temporary_label("/etc/group", group_path, &group, &group_tmp); 468 r = fopen_temporary_label("/etc/gshadow", gshadow_path, &gshadow, &gshadow_tmp); 535 r = fopen_temporary_label("/etc/passwd", passwd_path, &passwd, &passwd_tmp); 622 r = fopen_temporary_label("/etc/shadow", shadow_path, &shadow, &shadow_tmp);
|
Completed in 24 milliseconds