Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 66) sorted by relevance

123

/coreutils/
D.gitignore53 /lib/alloca.h
54 /lib/arg-nonnull.h
55 /lib/arpa/inet.h
56 /lib/assert.h
57 /lib/byteswap.h
58 /lib/c++defs.h
60 /lib/config.h
62 /lib/configmake.h
63 /lib/ctype.h
64 /lib/dirent.h
[all …]
/coreutils/tests/cksum/
Dcksum-base64.pl45 my ($h, $v) = @_;
46 $h !~ m{^(sysv|bsd|crc)$} and $v = uc($h). " (f) = $v";
55 (map {my ($h,$v)= @$_; my $o=fmt $h,$v;
56 [$h, "--base64 -a $h", {IN=>{f=>''}}, {OUT=>"$o\n"}]} @pairs),
59 (map {my ($h,$v)= @$_; my $o=fmt $h,$v;
60 ["chk-".$h, "--check --strict", {IN=>$o},
65 (map {my ($h,$v)= @$_; my $o=fmt $h,$v;
66 ["chk-eq1-".$h, "--check", {IN=>$o}, {AUX=>{f=>''}},
69 ( map {my ($h,$v)=@$_; $v =~ s/=$//; [$h,$v] }
73 (map {my ($h,$v)= @$_; my $o=fmt $h,$v;
[all …]
/coreutils/gl/lib/
Drand-isaac.c145 #define mix(a, b, c, d, e, f, g, h) \ argument
151 e += f; e ^= f << 10; h += e; \
153 g += h; g ^= h << 8; b += g; \
154 h += a; h ^= just (a) >> 9; c += h; \
158 #define mix(a, b, c, d, e, f, g, h) \ argument
160 a -= e; f ^= just (h) >> 9; h += a; \
162 c -= g; h ^= just (b) >> 23; b += c; \
163 d -= h; a ^= c << 15; c += d; \
167 h -= d; e ^= g << 14; g += h; \
173 #define ISAAC_MIX(s, a, b, c, d, e, f, g, h, seed) \ argument
[all …]
Drandperm.c52 randperm_bound (size_t h, size_t n) in randperm_bound() argument
59 uintmax_t ar = lg_n * h; in randperm_bound()
160 randperm_new (struct randint_source *r, size_t h, size_t n) in randperm_new() argument
164 switch (h) in randperm_new()
204 bool sparse = (n >= (128 * 1024)) && (n / h >= 32); in randperm_new()
211 sv = sparse_new (h * 2); in randperm_new()
214 v = xnmalloc (h, sizeof *v); in randperm_new()
224 for (i = 0; i < h; i++) in randperm_new()
236 v = xnrealloc (v, h, sizeof *v); in randperm_new()
/coreutils/src/
Dlocal.mk43 src/chown-core.h \
44 src/copy.h \
45 src/cp-hash.h \
46 src/dircolors.h \
47 src/expand-common.h \
48 src/find-mount-point.h \
49 src/fs.h \
50 src/fs-is-local.h \
51 src/group-list.h \
52 src/ioblksize.h \
[all …]
D.gitignore27 dircolors.h
38 fs.h
39 fs-is-local.h
52 localedir.h
/coreutils/m4/
Dstat-prog.m425 AC_CHECK_HEADERS_ONCE([OS.h netinet/in.h sys/param.h sys/vfs.h])
27 dnl Check for vfs.h first, since this avoids a warning with nfs_client.h
31 AC_CHECK_HEADERS([nfs/vfs.h],
32 [AC_CHECK_HEADERS([nfs/nfs_client.h])])
36 #include <sys/statvfs.h>
41 # include <sys/vfs.h>
43 # include <sys/param.h>
44 # include <sys/mount.h>
46 # include <netinet/in.h>
47 # include <nfs/nfs_clnt.h>
[all …]
Dcheck-decl.m416 AC_CHECK_HEADERS_ONCE([grp.h pwd.h])
18 #include <sys/types.h>
20 #include <unistd.h>
23 # include <grp.h>
27 # include <pwd.h>
Djm-macros.m498 [AC_CHECK_HEADER([sys/capability.h],
126 [[#include <math.h>
143 [[#include <ieeefp.h>
182 hurd.h
183 linux/falloc.h
184 linux/fs.h
185 paths.h
186 priv.h
187 stropts.h
188 sys/mtio.h
[all …]
/coreutils/gl/modules/
Drandread6 lib/rand-isaac.h
8 lib/randread.h
27 lib_SOURCES += randread.c randread.h rand-isaac.c rand-isaac.h
30 "randread.h"
Dtargetdir6 lib/targetdir.h
10 fcntl-h
16 lib_SOURCES += targetdir.c targetdir.h
19 "targetdir.h"
Drandperm6 lib/randperm.h
9 assert-h
19 lib_SOURCES += randperm.c randperm.h
22 "randperm.h"
Dstrnumcmp7 lib/strnumcmp.h
8 lib/strnumcmp-in.h
17 lib_SOURCES += strintcmp.c strnumcmp.c strnumcmp.h
20 "strnumcmp.h"
Dfd-reopen6 lib/fd-reopen.h
9 fcntl-h
14 lib_SOURCES += fd-reopen.c fd-reopen.h
17 "fd-reopen.h"
Dxfts6 lib/xfts.h
14 lib_SOURCES += xfts.c xfts.h
17 "xfts.h"
Drandint6 lib/randint.h
15 lib_SOURCES += randint.c randint.h
18 "randint.h"
Dfadvise6 lib/fadvise.h
15 lib_SOURCES += fadvise.c fadvise.h
18 "fadvise.h"
Dheap6 lib/heap.h
15 lib_SOURCES += heap.c heap.h
18 "heap.h"
Dbuffer-lcm6 lib/buffer-lcm.h
14 lib_SOURCES += buffer-lcm.c buffer-lcm.h
17 "buffer-lcm.h"
Dsmack5 lib/smack.h
17 [AC_CHECK_HEADER([sys/smack.h],
33 lib_SOURCES += smack.h
36 "smack.h"
Droot-dev-ino5 lib/root-dev-ino.h
16 lib_SOURCES += root-dev-ino.c root-dev-ino.h
19 "root-dev-ino.h"
/coreutils/tests/mv/
Di-2.sh25 for i in a b c d e f g h; do
28 chmod 0 b d f h || framework_failure_
47 cp -fi g h < y > out 2>&1 || fail=1
49 test -f h || fail=1
50 compare g h || fail=1
Di-3.sh28 touch f g h i || framework_failure_
62 mv -f h i > out 2>&1 || fail=1
64 test -f h && fail=1
/coreutils/scripts/build-older-versions/
Dcoreutils-8.24-on-glibc-2.28.diff54 <stdio.h>, because they need it for implementing getc() and putc() as
65 #include <stdlib.h>
66 #include <string.h>
67 #include <stdint.h>
68 +#include <sys/sysmacros.h>
70 #include "xalloc.h"
72 diff -r -U3 coreutils-8.24/lib/stdio-impl.h coreutils-8.24-patched/lib/stdio-impl.h
73 --- coreutils-8.24/lib/stdio-impl.h 2015-06-15 23:00:37.000000000 -0600
74 +++ coreutils-8.24-patched/lib/stdio-impl.h 2019-08-01 19:47:31.416646500 -0600
/coreutils/tests/od/
Dod.pl48 ['j-bug2', '-c -j 2 -An', {IN=>{g=>'a'}}, {IN=>{h=>'b'}}, {OUT=>''}],
50 ['j-bug3', '-c -j 3 -An', {IN=>{g=>'a'}}, {IN=>{h=>'b'}},
53 ['j-bug4', '-c -j 3 -An', {IN=>{g=>'a'}}, {IN=>{h=>'b'}},

123