Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 37) sorted by relevance

12

/coreutils/build-aux/
Dgen-single-binary.sh63 from="$1"; to="$2";
65 eval "src_${from}_SOURCES='src/coreutils-${from}.c'"
66 eval "src_from_LDADD=\$src_${from}_LDADD"
67 eval "src_${from}_LDADD='$src_from_LDADD src/libsinglebin_${to}.a'"
68 eval "src_libsinglebin_${from}_a_DEPENDENCIES='src/libsinglebin_${to}.a'"
69 echo "src_libsinglebin_${from}_a_DEPENDENCIES = src/libsinglebin_${to}.a"
/coreutils/tests/wc/
Dwc-files0.sh27 wc --files0-from=names > out || fail=1
39 wc --files0-from=- < names > out || fail=1
47 printf '%s\0' "$nlname" | wc --files0-from=- > out || fail=1
54 printf '%s\0' wc.big wc.small | wc -c --files0-from=- >out || fail=1
/coreutils/tests/chown/
Dbasic.sh32 chown -v --from=42 43 f > out || fail=1
41 chown --from=0:1 2:010 f || fail=1
55 chown --no-dereference --from=0:1 2:010 slink || fail=1
/coreutils/tests/chgrp/
Dbasic.sh65 chown --from=:$g1 :$g2 f; test $(stat --printf=%g f) = $g2 || fail=1
71 chown --from=:$g1 :$g2 f; test $(stat --printf=%g f) = $g2 || fail=1
76 chown --from=:$g1 :$g2 f; test $(stat --printf=%g f) = $g2 || fail=1
80 chown --from=:$g2 :$g1 f; test $(stat --printf=%g f) = $g1 || fail=1
82 chown --from=:$g1 :$g2 f; test $(stat --printf=%g f) = $g2 || fail=1
/coreutils/src/
Dinstall.c415 copy_file (char const *from, char const *to, in copy_file() argument
420 if (copy_only_if_needed && !need_copy (from, to, to_dirfd, to_relname, x)) in copy_file()
429 return copy (from, to, to_dirfd, to_relname, 0, x, &copy_into_self, nullptr); in copy_file()
654 install_file_in_file (char const *from, char const *to, in install_file_in_file() argument
659 if (x->preserve_timestamps && stat (from, &from_sb) != 0) in install_file_in_file()
661 error (0, errno, _("cannot stat %s"), quoteaf (from)); in install_file_in_file()
664 if (! copy_file (from, to, to_dirfd, to_relname, x)) in install_file_in_file()
684 mkancesdirs_safe_wd (char const *from, char *to, struct cp_options *x, in mkancesdirs_safe_wd() argument
689 || ! (IS_ABSOLUTE_FILE_NAME (from) && IS_ABSOLUTE_FILE_NAME (to)); in mkancesdirs_safe_wd()
724 install_file_in_file_parents (char const *from, char *to, in install_file_in_file_parents() argument
[all …]
Dln.c124 convert_abs_rel (char const *from, char const *target) in convert_abs_rel() argument
131 char *realfrom = canonicalize_filename_mode (from, CAN_MISSING); in convert_abs_rel()
150 return relative_from ? relative_from : xstrdup (from); in convert_abs_rel()
/coreutils/
DREADME-hacking1 Building from a Git repository -*- outline -*-
4 These requirements do not apply when building from a distribution tarball.
12 requirements on anyone wishing to build from the just-checked-out sources.
13 (The requirements to build from a release are much less and are just
23 While building from a just-cloned source tree may require installing a
49 which are extracted from other source packages:
68 [*] By default GCC warnings are enabled when building from Git.
85 Run the command "vc-dwim --initialize" from the top-level directory
D.gitattributes5 # # Derived from the regexp in emacs' lisp/add-log.el.
DTODO18 Suggestion from Paul Eggert:
35 Suggestion from Eric Blake.
58 printf: consider adapting builtins/printf.def from bash
78 test case was 140,213,394 bytes, 426,4424 lines, text taken from the
101 dd patch from Olivier Delhomme
113 getpwnam from Bruce Korb
115 pb (progress bar) from Miika Pekkarinen
DCOPYING29 To protect your rights, we need to prevent others from denying you
84 To "modify" a work means to copy from or adapt all or part of the work
148 can regenerate automatically from other parts of the Corresponding
159 permission to run the unmodified Program. The output from running a
172 and control, on terms that prohibit them from making any copies of
211 produce it from the Program, in the form of source code under the
267 Corresponding Source from a network server at no charge.
275 d) Convey the object code by offering access from a designated
294 from the Corresponding Source as a System Library, need not be
312 and execute modified versions of a covered work in that User Product from
[all …]
DREADME-prereq22 If a package is not officially available you can build it from source
27 Here is an example of how to build a program from source. This
Dbootstrap650 Bootstrap this package from the checked-out sources.
690 are fetched from that local directory. If it is a git repository and
696 and sources are fetched from there. If GNULIB_REFDIR is set (either
701 are cloned into that directory using git from \$GNULIB_URL, defaulting
891 Bootstrap this package from the checked-out sources.
1342 Bootstrap this package from the checked-out sources.
1354 --pull Do phase 1: pull files from network
1355 --gen Do phase 2: generate from local files.
1397 are fetched from that local directory. If it is a git repository and
1403 and sources are fetched from there. If GNULIB_REFDIR is set (either
[all …]
Dconfigure.ac24 # indicates that it is built from the 219th delta (in _some_ repository)
70 [Define to 1 if apps call 'exclude' functions from a single thread.])
72 [Define to 1 if apps call 'regex' functions from a single thread.])
74 # it uses them only from the main thread.
77 from a single thread.])
124 [When used with --enable-single-binary, exclude the PROG_LIST from
166 # is used in gnulib for example to suppress warnings from
168 # we're running from a git repo, then auto enable the warnings.
325 char **from, **to;
326 for (to = from = environ; (*to = *from); from++)
DHACKING10 At worst, just download the latest stable release from
11 https://git-scm.com/ and build from source.
29 you can get incremental updates by running one of these commands from
50 also from a legal standpoint (see below). To create author-annotated
81 changes would normally appear when you pull the latest from "upstream".
82 When you "pull" from a remote repository to get the latest, your local
117 It's best not to try to switch from one branch to another if
140 does include a ChangeLog file that is automatically generated from the
151 First: update the trunk from the public repo:
162 If there are no conflicts, this requires no more work from you.
[all …]
DNEWS129 reinstating that behavior from coreutils-9.0.
135 This was seen to improve throughput by 5% when reading from SSD.
203 This is equivalent to the --no-clobber behavior from before v9.2.
236 falling back from copy_file_range to a better supported standard copy.
275 on all systems. It no longer redundantly reads data from certain
318 from errors from the invoked command.
695 'shuf -r -n 0 file' no longer mistakenly reads from standard input.
733 from an empty directory, with default ls options.
884 Previously, this option combination suffered from race conditions
906 'mv -n A B' no longer suffers from a race condition that can
[all …]
/coreutils/man/
Dcut.x2 cut \- remove sections from each line of files
Dnumfmt.x2 numfmt \- Convert numbers from/to human-readable strings
Ddirname.x2 dirname \- strip last component from file name
Dbasename.x2 basename \- strip directory and suffix from filenames
Dtee.x2 tee \- read from standard input and write to standard output and files
/coreutils/tests/du/
Dfiles0-from-dir.sh31 $prog --files0-from=dir > /dev/null 2>err && fail=1
Dexclude.sh28 du --exclude-from=excl a | sed 's/^[0-9][0-9]* //' | sort >> out || fail=1
/coreutils/m4/
Dinclude-exclude-prog.m445 # If you want to refrain from installing programs A and B,
60 # valid name, remove it from the list of programs to build/install,
61 # as well as from the list of man pages to install.
/coreutils/doc/
Dfdl.texi172 a computer-network location from which the general network-using
199 from that of the Document, and from those of previous versions
209 unless they release you from this requirement.
277 copied from the Document, you may at your option designate some or all
280 These titles must be distinct from any other section titles.
296 permission from the previous publisher that added the old one.
336 You may extract a single document from such a collection, and distribute
347 resulting from the compilation is not used to limit the legal rights
367 permission from their copyright holders, but you may include
391 from a particular copyright holder is reinstated (a) provisionally,
[all …]
Dsort-version.texi114 (see @ref{Differences from Debian version sort}).
148 The next section (@ref{Differences from Debian version
160 The strings are compared from left to right.
208 down to the following parts, and the parts compared respectively from
256 See @ref{Differences from Debian version sort} for
469 @node Differences from Debian version sort
470 @section Differences from Debian version sort
472 GNU Coreutils version sort differs slightly from the
641 @samp{.txt} suffix is temporarily removed from both strings.
645 @samp{.tar.gz} and @samp{.tar.xz} are temporarily removed from the
[all …]

12