Home
last modified time | relevance | path

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

/coreutils/src/
Drealpath.c40 static bool logical; variable
100 if (logical && can_fname) /* canonicalize again to resolve symlinks. */ in realpath_canon()
204 logical = true; in main()
208 logical = false; in main()
212 logical = false; in main()
Dln.c56 static bool logical = !!LINK_FOLLOWS_SYMLINKS; variable
167 logical ? AT_SYMLINK_FOLLOW : 0))); in atomic_link()
185 int nofollow_flag = logical ? 0 : AT_SYMLINK_NOFOLLOW; in do_link()
332 logical ? AT_SYMLINK_FOLLOW : 0, in do_link()
515 logical = true; in main()
521 logical = false; in main()
Dpwd.c331 bool logical = (getenv ("POSIXLY_CORRECT") != nullptr); in main() local
349 logical = true; in main()
352 logical = false; in main()
367 if (logical) in main()
/coreutils/tests/
Dfilefrag-extent-compare5 # the logical block numbers and lengths from filefrag -v for each.
8 # This helper function, f, extracts logical block number and lengths.
/coreutils/tests/pwd/
Dpwd-option.sh37 env -- pwd --logical -P >> out || fail=1
/coreutils/doc/
Dcoreutils.texi1810 @cindex logical pages, numbering on
1811 @command{nl} decomposes its input into (logical) page sections;
1812 by default, the line number is reset to 1 at each logical page section.
1814 it does not reset line numbers or logical pages between files.
1819 A logical page consists of three sections: header, body, and footer.
1823 The beginnings of the sections of logical pages are indicated in the
1853 logical page. When a line is not numbered, the current line number
1909 logical line for numbering, and only number the last one. Where fewer
1936 Do not reset the line number at the start of a logical page.
1949 Set the initial line number on each logical page to @var{number} (default 1).
[all …]
/coreutils/
DNEWS3142 ln now accepts the options --logical (-L) and --physical (-P),
3381 pwd now accepts the options --logical (-L) and --physical (-P). For
5661 * When copying with the -H and -L options, cp can preserve logical