Searched refs:fopen (Results 1 - 25 of 57) sorted by relevance
123
| /systemd/src/core/ |
| H A D | ima-setup.c | 47 input = fopen(IMA_POLICY_PATH, "re");
|
| H A D | killall.c | 59 f = fopen(p, "re");
|
| H A D | umount.c | 74 proc_self_mountinfo = fopen("/proc/self/mountinfo", "re"); 149 proc_swaps = fopen("/proc/swaps", "re");
|
| H A D | smack-setup.c | 206 dst = fopen("/sys/fs/smackfs/netlabel", "we");
|
| /systemd/src/sleep/ |
| H A D | sleep.c | 77 *f = fopen("/sys/power/state", "we"); 100 f = fopen("/sys/power/state", "we");
|
| /systemd/src/libudev/ |
| H A D | libudev.c | 104 f = fopen("/etc/udev/udev.conf", "re");
|
| /systemd/src/basic/ |
| H A D | clock-util.c | 82 f = fopen("/etc/adjtime", "re");
|
| H A D | fileio.c | 106 f = fopen(fn, "we"); 114 /* We manually build our own version of fopen(..., "we") that 159 f = fopen(fn, "re"); 197 f = fopen(fn, "re"); 286 f = fopen(fn, "re"); 964 f = fopen(p, mode); 987 f = fopen(path, mode); 1009 f = fopen(path, mode);
|
| H A D | process-util.c | 112 f = fopen(p, "re"); 241 f = fopen(p, "re"); 322 f = fopen(p, "re"); 388 f = fopen(p, "re"); 565 f = fopen(path, "re");
|
| H A D | hostname-util.c | 201 f = fopen(path, "re");
|
| H A D | mount-util.c | 254 proc_self_mountinfo = fopen("/proc/self/mountinfo", "re"); 355 proc_self_mountinfo = fopen("/proc/self/mountinfo", "re");
|
| /systemd/src/shared/ |
| H A D | clean-ipc.c | 51 f = fopen("/proc/sysvipc/shm", "re"); 107 f = fopen("/proc/sysvipc/sem", "re"); 158 f = fopen("/proc/sysvipc/msg", "re");
|
| H A D | generator.c | 57 f = fopen(unit, "wxe");
|
| H A D | cgroup-show.c | 104 f = fopen(fn, "re");
|
| H A D | sleep-config.c | 184 f = fopen("/proc/swaps", "re");
|
| /systemd/src/random-seed/ |
| H A D | random-seed.c | 57 f = fopen("/proc/sys/kernel/random/poolsize", "re");
|
| /systemd/src/dbus1-generator/ |
| H A D | dbus1-generator.c | 62 f = fopen(a, "wxe"); 117 f = fopen(b, "wxe");
|
| /systemd/src/test/ |
| H A D | test-path.c | 160 f = fopen(test_path, "w"); 179 f = fopen(test_path, "w");
|
| /systemd/src/fstab-generator/ |
| H A D | fstab-generator.c | 87 f = fopen(unit, "wxe"); 283 f = fopen(unit, "wxe"); 359 f = fopen(automount_unit, "wxe");
|
| /systemd/src/gpt-auto-generator/ |
| H A D | gpt-auto-generator.c | 83 f = fopen(p, "wxe"); 201 f = fopen(p, "wxe"); 347 f = fopen(unit, "wxe"); 421 f = fopen(p, "wxe");
|
| /systemd/src/resolve/ |
| H A D | resolved-resolv-conf.c | 68 f = fopen("/etc/resolv.conf", "re");
|
| /systemd/src/cryptsetup/ |
| H A D | cryptsetup-generator.c | 101 f = fopen(p, "wxe"); 369 f = fopen("/etc/crypttab", "re");
|
| /systemd/src/sysusers/ |
| H A D | sysusers.c | 93 f = fopen(passwd_path, "re"); 145 f = fopen(group_path, "re"); 391 original = fopen(group_path, "re"); 472 original = fopen(gshadow_path, "re"); 539 original = fopen(passwd_path, "re"); 628 original = fopen(shadow_path, "re");
|
| /systemd/src/boot/ |
| H A D | bootctl.c | 450 f = fopen(from, "re"); 462 g = fopen(p, "wxe"); 885 f = fopen("/etc/machine-id", "re"); 903 g = fopen(p, "wxe");
|
| /systemd/src/locale/ |
| H A D | localed.c | 210 f = fopen("/etc/X11/xorg.conf.d/00-keyboard.conf", "re"); 586 f = fopen(SYSTEMD_KBD_MODEL_MAP, "re"); 684 f = fopen(SYSTEMD_KBD_MODEL_MAP, "re"); 775 f = fopen(SYSTEMD_LANGUAGE_FALLBACK_MAP, "re");
|
Completed in 98 milliseconds
123