Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 129) sorted by relevance

123456

/coreutils/src/
Dbasenc.c251 static void (*base_encode) (char const *restrict in, idx_t inlen,
286 char const *restrict in, idx_t inlen,
309 char const *restrict in, idx_t inlen, in base64_decode_ctx_wrapper() argument
312 bool b = base64_decode_ctx (&ctx->ctx.base64, in, inlen, out, outlen); in base64_decode_ctx_wrapper()
336 base64url_encode (char const *restrict in, idx_t inlen, in base64url_encode() argument
339 base64_encode (in, inlen, out, outlen); in base64url_encode()
369 char const *restrict in, idx_t inlen, in base64url_decode_ctx_wrapper() argument
373 memcpy (ctx->inbuf, in, inlen); in base64url_decode_ctx_wrapper()
415 char const *restrict in, idx_t inlen, in base32_decode_ctx_wrapper() argument
418 bool b = base32_decode_ctx (&ctx->ctx.base32, in, inlen, out, outlen); in base32_decode_ctx_wrapper()
[all …]
/coreutils/tests/misc/
Djoin.pl313 my ($test_name, $flags, $in, $exp, $ret, $err_msg) = @$t;
315 if (!ref $in)
317 push @$new_ent, {IN=>$in};
319 elsif (ref $in eq 'HASH')
325 foreach my $e (@$in)
/coreutils/src/blake2/
Dblake2.h150 int blake2s_update( blake2s_state *S, const void *in, size_t inlen );
157 int blake2b_update( blake2b_state *S, const void *in, size_t inlen );
162 int blake2sp_update( blake2sp_state *S, const void *in, size_t inlen );
167 int blake2bp_update( blake2bp_state *S, const void *in, size_t inlen );
173 int blake2xs_update( blake2xs_state *S, const void *in, size_t inlen );
178 int blake2xb_update( blake2xb_state *S, const void *in, size_t inlen );
182 …int blake2s( void *out, size_t outlen, const void *in, size_t inlen, const void *key, size_t keyle…
183 …int blake2b( void *out, size_t outlen, const void *in, size_t inlen, const void *key, size_t keyle…
185 …int blake2sp( void *out, size_t outlen, const void *in, size_t inlen, const void *key, size_t keyl…
186 …int blake2bp( void *out, size_t outlen, const void *in, size_t inlen, const void *key, size_t keyl…
[all …]
Dblake2b-ref.c227 const unsigned char * in = (const unsigned char *)pin; in blake2b_update() local
235 memcpy( S->buf + left, in, fill ); /* Fill buffer */ in blake2b_update()
238 in += fill; inlen -= fill; in blake2b_update()
241 blake2b_compress( S, in ); in blake2b_update()
242 in += BLAKE2B_BLOCKBYTES; in blake2b_update()
246 memcpy( S->buf + S->buflen, in, inlen ); in blake2b_update()
277 int blake2b( void *out, size_t outlen, const void *in, size_t inlen, const void *key, size_t keylen… in blake2b() argument
282 if ( NULL == in && inlen > 0 ) return -1; in blake2b()
301 blake2b_update( S, ( const uint8_t * )in, inlen ); in blake2b()
306 int blake2( void *out, size_t outlen, const void *in, size_t inlen, const void *key, size_t keylen … in blake2() argument
[all …]
/coreutils/
DNEWS3 * Noteworthy changes in release ?.? (????-??-??) [?]
12 [bug introduced with numfmt in coreutils-8.21]
15 [bug introduced in textutils-2.1]
17 ** Changes in behavior
37 wc is now much faster in single-byte locales and somewhat faster in
41 * Noteworthy changes in release 9.4 (2023-08-29) [stable]
47 [This bug was present in "the beginning".]
51 [bug introduced in coreutils-9.2]
55 [bug introduced in coreutils-9.1]
58 to ensure no holes present in the destination copy.
[all …]
D.gitattributes3 # Put something like the following e.g., in your ~/.gitconfig file
4 # # Include proper "function name" string in diffs of texinfo.
5 # # Derived from the regexp in emacs' lisp/add-log.el.
DREADME-install12 in several files in src/. There is code in configure to find and, if
25 in 64-bit mode (i.e., +DD64) on HP-UX 11.0, 11.11, and 11.23. This
26 is not due to a bug in the package but instead due to a bug in the
27 system header file which breaks things in 64-bit mode. The default
29 default mode. To build this software in 64-bit mode you will need
31 correcting that file the software also compiles fine in 64-bit mode.
87 user, and then to run the following command as that user in order
93 problems. We get much less test coverage in that mode, and it's
108 WARNING: If you modify files like configure.in, m4/*.m4, aclocal.m4,
111 versions of the tools listed in bootstrap.conf's buildreq string.
DTODO1 If you're interested in helping, here are some tasks that we've considered
10 First suggested by Hans Ecke <https://hans.ecke.ws> in
14 document the following in coreutils.texi:
23 all instances of imaxtostr and umaxtostr in coreutils and gnulib.
26 in source and destination hierarchy rather than forming full file names.
28 become very long, and requires space and time that is quadratic in the
41 Address this comment: FIXME: mv's behavior in this case is system-dependent
46 copy.c: Address the FIXME-maybe comment in copy_internal.
49 in the hash table.
51 Write an autoconf test to work around build failure in HPUX's 64-bit mode.
[all …]
DCOPYING26 want it, that you can change the software or use pieces of it in new
54 pattern of such abuse occurs in the area of products for individuals to
57 products. If such problems arise substantially in other domains, we
58 stand ready to extend this provision to those domains in future versions
63 software on general-purpose computers, but in those that do, we wish to
85 in a fashion requiring copyright permission, other than the making of an
97 public, and in some countries other activities as well.
110 menu, a prominent item in the list meets this criterion.
119 standard defined by a recognized standards body, or, in the case of
121 is widely used among developers working in that language.
[all …]
DHACKING13 For details on building the programs in this package, see the file,
27 resides in coreutils/.git) currently weighs in at about 30MB. So you
52 is best recorded in your ~/.gitconfig file. Edit that file, creating
53 it if needed, and put your name and email address in place of these
63 First of all, realize that to "commit" a change in git is a purely
65 in your current coreutils/ hierarchy.
79 The trouble with this approach is that you've just checked in a change
121 However, in any case, you will *not* lose your uncommitted changes.
122 Run "git stash" to temporarily hide uncommitted changes in your
134 put the ChangeLog entries *only* in the commit log, initially, unless
[all …]
Dinit.cfg10 # This program is distributed in the hope that it will be useful,
18 # This goes hand in hand with the "exec 9>&2;" in tests/Makefile.am's
22 # Having an unsearchable directory in PATH causes execve to fail with EACCES
29 # They constitute a work-around for a bug in FreeBSD 8.1's /bin/sh.
38 for d in "$@"; do
46 for d in /sbin /usr/sbin ; do
47 case ":$new_path:" in
112 # When in a chroot of an SELinux-enabled system, but with a mock-simulated
120 case $(ls -Zd .) in
140 # Skip this test if we're not in SELinux "enforcing" mode.
[all …]
Dconfigure.ac11 # This program is distributed in the hope that it will be useful,
24 # indicates that it is built from the 219th delta (in _some_ repository)
50 dnl have 'make my-distcheck' in dist-check.mk exercise this.
110 [Compile all the tools in a single binary, reducing the overall size.
114 case $enableval in
143 case $enableval in
157 'expensive' in addition generates expensive-to-compute warnings
159 [case $enableval in
166 # is used in gnulib for example to suppress warnings from
191 nw="$nw -Wundef" # Warns on '#if GNULIB_FOO' etc in gnulib
[all …]
/coreutils/m4/
Dinclude-exclude-prog.m422 $1=`for gl_rem_i in $$1; do
30 # "do-install" requests. The names in the latter list should be comma-
39 [install the programs in PROG_LIST (comma-separated,
49 [do NOT install the programs in PROG_LIST
62 for gl_i in $gl_no_install_prog; do
65 case " $gl_do_install_prog " in
72 case " $$1 " in
80 case " $gl_no_install_progs_default " in
88 for gl_i in $gl_do_install_prog; do
89 case " $gl_no_install_progs_default " in
Dstat-prog.m411 # This program is distributed in the hope that it will be useful,
25 AC_CHECK_HEADERS_ONCE([OS.h netinet/in.h sys/param.h sys/vfs.h])
46 # include <netinet/in.h>
54 dnl Keep this long conditional in sync with the USE_STATVFS conditional
55 dnl in ../src/stat.c.
56 if case "$fu_cv_sys_stat_statvfs$fu_cv_sys_stat_statvfs64" in
/coreutils/tests/head/
Dhead.pl26 my $in = join ('', map { "$_\n" } 0..600);
27 my $in_1024 = substr $in, 0, 1024;
55 ['obs-4', '-2b', {IN=>$in}, {OUT=>$in_1024}],
56 ['obs-5', '-1k', {IN=>$in}, {OUT=>$in_1024}],
/coreutils/doc/
Dfdl.texi20 functional and useful document @dfn{free} in the sense of freedom: to
28 works of the document must themselves be free in the same sense. It
32 We have designed this License in order to use it for manuals for free
43 This License applies to any manual or other work, in any medium, that
46 world-wide, royalty-free license, unlimited in duration, to use that
50 copy, modify or distribute the work in a way requiring permission
61 directly within that overall subject. (Thus, if the Document is in
69 are designated, as being those of Invariant Sections, in the notice
77 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
82 represented in a format whose specification is available to the
[all …]
Dperm.texi9 @c Texts. A copy of the license is included in the ``GNU Free
13 access that users have to that file. They can be represented either in
41 permission to create and remove files in the directory.
45 this means permission to access files in the directory.
55 other users who are in the file's group;
64 the file is in, but this varies with the operating system, the
78 For directories on a few systems, give files created in the directory
86 For directories on most systems, give files created in the directory
88 creates them is in, and set the set-group-ID bit of newly-created
93 @cindex swap space, saving text image in
[all …]
/coreutils/man/
Dtr.x8 in which every possible input byte represents a single character.
9 The C locale is safe in GNU systems, so you can avoid this issue
10 in the shell by running
Dtouch.x6 .\" NOTE: keep this paragraph in sync with the one in date.x
13 documented here but is fully described in the info documentation.
Ddate.x6 .\" NOTE: keep this paragraph in sync with the one in touch.x
13 documented here but is fully described in the info documentation.
Dsha1sum.x7 Instead, use an SHA\-2 algorithm, implemented in the programs
9 or the BLAKE2 algorithm, implemented in b2sum(1)
Dmd5sum.x7 Instead, use an SHA\-2 algorithm, implemented in the programs
9 or the BLAKE2 algorithm, implemented in b2sum(1)
/coreutils/tests/pr/
Dpr-tests.pl434 my ($test_name, $flags, $in, $exp, $ret, $err_msg, $err_sub) = @$t;
436 if (!ref $in)
438 push @$new_ent, {IN=>$in};
442 foreach my $e (@$in)
/coreutils/scripts/build-older-versions/
DREADME.older-versions38 These were announced as 'deprecated' in version 2.27 [1], and removed in
47 by glibc ('tee','eaccess','futimens') resulting in conflicts.
55 The patch files in this directory change the source code of older
96 This will install the programs (e.g. 'sort', 'head) in
111 listed above. The script installs each package in a separate directory:
112 Programs in `$HOME/old-coreutils/coreutils-{VERSION}/bin`,
113 manual pages in `$HOME/old-coreutils/coreutils-{VERSION}/share/man`,
114 PDF manual in `$HOME/old-coreutils/coreutils-{VERSION}/share/doc`,
115 INFO pages in `$HOME/old-coreutils/coreutils-{VERSION}/share/info`.
116 It will also create symlinks to all version in a common directory
[all …]
Dcoreutils-5.0-on-glibc-2.28.diff1 diff -r -U3 coreutils-5.0/src/Makefile.in coreutils-5.0-patched/src/Makefile.in
2 --- coreutils-5.0/src/Makefile.in 2003-04-02 07:46:19.000000000 -0700
3 +++ coreutils-5.0-patched/src/Makefile.in 2019-08-01 19:38:07.440997426 -0600
11 # If necessary, add -lm to resolve the `pow' reference in lib/strtod.c
12 # or for the fesetround reference in programs using nanosec.c.

123456