Searched refs:PATH_IN_SET (Results 1 – 13 of 13) sorted by relevance
/systemd-251/src/test/ |
D | test-path-util.c | 39 assert_se(PATH_IN_SET("/bin", "/", "/bin", "/foo")); in TEST() 40 assert_se(PATH_IN_SET("/bin", "/bin")); in TEST() 41 assert_se(PATH_IN_SET("/bin", "/foo/bar", "/bin")); in TEST() 42 assert_se(PATH_IN_SET("/", "/", "/", "/foo/bar")); in TEST() 43 assert_se(!PATH_IN_SET("/", "/abc", "/def")); in TEST()
|
D | test-terminal-util.c | 76 assert_se(PATH_IN_SET(ttyname, "ptmx", "pts/ptmx")); in TEST()
|
/systemd-251/src/remount-fs/ |
D | remount-fs.c | 96 !PATH_IN_SET(me->mnt_dir, "/", "/usr")) in run()
|
/systemd-251/src/basic/ |
D | path-util.h | 85 #define PATH_IN_SET(p, ...) path_strv_contains(STRV_MAKE(__VA_ARGS__), p) macro
|
D | user-util.c | 140 return PATH_IN_SET(shell, in is_nologin_shell()
|
D | path-util.c | 757 return !PATH_IN_SET(d, "true" in executable_is_good()
|
/systemd-251/src/shared/ |
D | fstab-util.c | 41 if (PATH_IN_SET(mount, in fstab_is_extrinsic()
|
D | pretty-print.c | 269 if (PATH_IN_SET(n, "systemd/system-preset", "systemd/user-preset")) { in guess_type()
|
D | generator.c | 156 if (in_initrd() && PATH_IN_SET(where, "/", "/usr")) { in generator_write_fsck_deps()
|
/systemd-251/src/cryptsetup/ |
D | cryptsetup-generator.c | 237 if (PATH_IN_SET(device_path, in print_dependencies()
|
/systemd-251/src/nspawn/ |
D | nspawn-oci.c | 492 if (PATH_IN_SET(path, in oci_exclude_mount() 906 if (PATH_IN_SET(path, in oci_devices()
|
/systemd-251/src/core/ |
D | manager.c | 4483 if (readlink_malloc("/bin", &usrbin) < 0 || !PATH_IN_SET(usrbin, "usr/bin", "/usr/bin")) in manager_taint_string() 4497 !PATH_IN_SET(destination, "../run", "/run")) in manager_taint_string()
|
D | mount.c | 372 if (PATH_IN_SET(p->what, "/dev/root", "/dev/nfs")) in mount_add_device_dependencies()
|