Home
last modified time | relevance | path

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

/coreutils/gl/lib/
Drandint.c57 struct randread_source *source; member
71 randint_new (struct randread_source *source) in randint_new() argument
74 s->source = source; in randint_new()
86 struct randread_source *source = randread_new (name, bytes_bound); in randint_all_new() local
87 return (source ? randint_new (source) : nullptr); in randint_all_new()
95 return s->source; in randint_get_source()
116 struct randread_source *source = s->source; in randint_genmax() local
139 randread (source, buf, i); in randint_genmax()
211 int r = randread_free (s->source); in randint_all_free()
Drandread.c64 FILE *source; member
117 simple_new (FILE *source, void const *handler_arg) in simple_new() argument
120 s->source = source; in simple_new()
155 FILE *source = s->source; in randread_free_body() local
158 return source ? fclose (source) : 0; in randread_free_body()
179 FILE *source = nullptr; in randread_new() local
183 if (! (source = fopen_safer (name, "rb"))) in randread_new()
186 s = simple_new (source, name); in randread_new()
188 if (source) in randread_new()
189 setvbuf (source, s->buf.c, _IOFBF, MIN (sizeof s->buf.c, bytes_bound)); in randread_new()
[all …]
/coreutils/src/
Dln.c160 atomic_link (char const *source, int destdir_fd, char const *dest_base) in atomic_link() argument
164 : errnoize (symlinkat (source, destdir_fd, dest_base))) in atomic_link()
166 : errnoize (linkat (AT_FDCWD, source, destdir_fd, dest_base, in atomic_link()
178 do_link (char const *source, int destdir_fd, char const *dest_base, in do_link() argument
187 link_errno = atomic_link (source, destdir_fd, dest_base); in do_link()
193 source_status = fstatat (AT_FDCWD, source, &source_stats, nofollow_flag); in do_link()
196 error (0, errno, _("failed to access %s"), quoteaf (source)); in do_link()
206 quotef (source)); in do_link()
211 source = rel_source = convert_abs_rel (source, dest); in do_link()
239 quoteaf_n (0, dest), quoteaf_n (1, source)); in do_link()
[all …]
Dmv.c167 do_move (char const *source, char const *dest, in do_move() argument
172 bool ok = copy (source, dest, dest_dirfd, dest_relname, 0, x, in do_move()
224 dir_to_remove = source; in do_move()
539 char const *source = file[i]; in main() local
540 char const *source_basename = last_component (source); in main()
545 ok &= do_move (source, dest, target_dirfd, dest_relname, &x); in main()
Dcp.c780 char const *source = file[0]; in do_copy() local
799 && STREQ (source, dest) in do_copy()
816 ok = copy (source, dest, AT_FDCWD, dest, -new_dst, x, &unused, nullptr); in do_copy()
/coreutils/man/
Dhelp2man98 my $source = '';
109 'S|source=s' => \$source,
346 $source ||= "$package $version";
696 .TH $PROGRAM "$section" "$date" "$source" "$manual"
/coreutils/
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
DREADME-hacking23 While building from a just-cloned source tree may require installing a
28 You can get a copy of the source repository like this:
49 which are extracted from other source packages:
DCOPYING25 them if you wish), that you receive source code or can get it if you
37 or can get the source code. And you must show them these terms so they
114 The "source code" for a work means the preferred form of the work
115 for making modifications to it. "Object code" means any non-source
128 implementation is available to the public in source code form. A
135 the source code needed to generate, install, and (for an executable
141 includes interface definition files associated with source files for
142 the work, and the source code for shared libraries and dynamically
151 The Corresponding Source for a work in source code form is that
197 You may convey verbatim copies of the Program's source code as you
[all …]
DREADME-install10 To build the coreutils from source, you must have a C99-conforming
104 autoreconf manually. Doing that will overwrite essential source files
DTODO26 in source and destination hierarchy rather than forming full file names.
DNEWS488 On macOS, cp creates a copy-on-write clone if source and destination
524 even if the destination files are hardlinked, or the source
677 when the source field is empty ('mount -t tmpfs "" /mnt'), and when the
1013 mv would leave such symlinks behind in the source file system.
1199 cp --parents --no-preserve=mode, no longer copies permissions from source
1360 mv no longer causes data loss due to removing a source directory specified
1466 source directory is specified multiple times. Now, consistent with other
1467 file types, a warning is issued for source directories with duplicate names,
1796 from the source, when copying across file systems.
1857 cp --link now dereferences a symbolic link as source before creating the
[all …]
DHACKING11 https://git-scm.com/ and build from source.
511 Filtering most source files through "indent --no-tabs" should
Dinit.cfg392 # reformatting the source empties the list.
/coreutils/po/
DPOTFILES.in35 # Package source files
/coreutils/scripts/build-older-versions/
DREADME.older-versions55 The patch files in this directory change the source code of older
/coreutils/doc/
Dcoreutils.texi683 Remove any trailing slashes from each @var{source} argument.
803 * Random sources:: @option{--random-source}.
1218 an external source with the @option{--random-source=@var{file}} option.
1222 source of random data. Typically, this device gathers environmental
1232 require an alternate data source like @file{/dev/random} or
1238 random source in earlier and later invocations of the command.
1252 shuf -i1-100 --random-source=<(get_seeded_random 42)
1263 source dest} is equivalent to @samp{cp source dest/source} if
1278 @samp{mv /tmp/source /tmp/dest} succeeds, there is no guarantee that
1279 @file{/tmp/source} was renamed to @file{/tmp/dest}: it could have been
[all …]
Dsort-version.texi889 @node Related source code
890 @subsection Related source code