Lines Matching defs:dest
283 _cleanup_free_ char *dest = NULL;
303 r = readlink_malloc(new_path, &dest);
307 if (path_equal(dest, old_path))
408 _cleanup_free_ char *p = NULL, *dest = NULL;
419 q = readlink_malloc(p, &dest);
435 set_contains(remove_symlinks_to, dest) ||
436 set_contains(remove_symlinks_to, basename(dest)) ||
556 _cleanup_free_ char *p = NULL, *dest = NULL;
566 q = readlink_malloc(p, &dest);
576 if (!path_is_absolute(dest)) {
579 x = prefix_root(root_dir, dest);
583 free(dest);
584 dest = x;
597 found_dest = path_equal(dest, name);
599 found_dest = streq(basename(dest), name);