Home
last modified time | relevance | path

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

/coreutils/man/
Drealpath.x2 realpath \- print the resolved path
Dreadlink.x2 readlink \- print resolved symbolic links or canonical file names
/coreutils/src/
Dchroot.c172 char *resolved = canonicalize_file_name (dir); in is_root() local
173 bool is_res_root = resolved && STREQ ("/", resolved); in is_root()
174 free (resolved); in is_root()
Ddf.c1300 char *resolved = canonicalize_file_name (device); in get_device() local
1301 if (resolved && IS_ABSOLUTE_FILE_NAME (resolved)) in get_device()
1302 device = resolved; in get_device()
1349 free (resolved); in get_device()
1382 char *resolved = canonicalize_file_name (point); in get_point() local
1383 if (resolved && resolved[0] == '/') in get_point()
1385 size_t resolved_len = strlen (resolved); in get_point()
1396 || ((len == resolved_len || resolved[len] == '/') in get_point()
1397 && STREQ_LEN (me->me_mountdir, resolved, len)))) in get_point()
1405 free (resolved); in get_point()
Dstat.c1001 char *resolved = canonicalize_file_name (filename); in out_mount_point() local
1002 if (!resolved) in out_mount_point()
1007 bp = find_bind_mount (resolved); in out_mount_point()
1008 free (resolved); in out_mount_point()
/coreutils/
DHACKING172 the file as "conflict resolved" by doing this:
DCOPYING301 doubtful cases shall be resolved in favor of coverage. For a particular
DNEWS2332 realpath: print resolved file names.
2543 resolved for 2.6.39.
/coreutils/doc/
Dcoreutils.texi105 * realpath: (coreutils)realpath invocation. Print resolved file names.
397 * realpath invocation:: Print resolved file names
10906 resolved in relation to the directory that contains the link, and is
11007 links in these file names will be resolved.
14446 * realpath invocation:: Print resolved file names.
14837 @section @command{realpath}: Print the resolved file name.
14885 Symbolic links are resolved in the specified file names,
14886 but they are resolved after any subsequent @samp{..} components are processed.
14892 Symbolic links are resolved in the specified file names,
14893 and they are resolved before any subsequent @samp{..} components are processed.
[all …]