Home
last modified time | relevance | path

Searched refs:best_match (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Ddf.c1295 struct mount_entry const *best_match = nullptr; in get_device() local
1331 best_match = me; in get_device()
1351 if (best_match) in get_device()
1353 get_dev (best_match->me_devname, best_match->me_mountdir, file, nullptr, in get_device()
1354 best_match->me_type, best_match->me_dummy, in get_device()
1355 best_match->me_remote, nullptr, false); in get_device()
1377 struct mount_entry const *best_match = nullptr; in get_point() local
1391 && (!best_match || best_match->me_dummy || !me->me_dummy)) in get_point()
1399 best_match = me; in get_point()
1406 if (best_match in get_point()
[all …]