Home
last modified time | relevance | path

Searched refs:P (Results 1 – 13 of 13) sorted by relevance

/coreutils/src/blake2/
Dblake2b-ref.c85 int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param() argument
87 const uint8_t *p = ( const uint8_t * )( P ); in blake2b_init_param()
96 S->outlen = P->digest_length; in blake2b_init_param()
104 blake2b_param P[1]; in blake2b_init() local
108 P->digest_length = (uint8_t)outlen; in blake2b_init()
109 P->key_length = 0; in blake2b_init()
110 P->fanout = 1; in blake2b_init()
111 P->depth = 1; in blake2b_init()
112 store32( &P->leaf_length, 0 ); in blake2b_init()
113 store32( &P->node_offset, 0 ); in blake2b_init()
[all …]
Dblake2.h131 blake2s_param P[1]; member
137 blake2b_param P[1]; member
149 int blake2s_init_param( blake2s_state *S, const blake2s_param *P );
155 int blake2b_init_param (blake2b_state *S, const blake2b_param *P)
/coreutils/src/
Dfactor.c671 #define P(a,b,c,d) a, macro
676 #undef P
681 #define P(a,b,c,d) b, macro
686 #undef P
693 #define P(a,b,c,d) {c,d}, macro
698 #undef P
1464 uintmax_t x, z, y, P, t, ni, g; in factor_using_pollard_rho() local
1469 redcify (P, 1, n); in factor_using_pollard_rho()
1470 addmod (x, P, P, n); /* i.e., redcify(2) */ in factor_using_pollard_rho()
1487 P = mulredc (P, t, n, ni); in factor_using_pollard_rho()
[all …]
Dsystem.h252 #define X2NREALLOC(P, PN) verify_expr (sizeof *(P) != 1, \ argument
253 x2nrealloc (P, PN, sizeof *(P)))
259 #define X2REALLOC(P, PN) verify_expr (sizeof *(P) == 1, \ argument
260 x2realloc (P, PN))
/coreutils/
D.mailmap14 <P@draigBrady.com> <P@draigBrady.com (trivial change)>
15 Pádraig Brady <P@draigBrady.com>
DAUTHORS5 b2sum: Pádraig Brady, Samuel Neves
16 cksum: Pádraig Brady, Q. Frank Xia
70 realpath: Pádraig Brady
86 stdbuf: Pádraig Brady
94 timeout: Pádraig Brady
98 truncate: Pádraig Brady
DREADME94 if the test that fails is tests/df/df-P.sh, then you would
97 make check TESTS=tests/df/df-P.sh VERBOSE=yes SUBDIRS=. >> log 2>&1
DTHANKS.in144 Daniel P. Berrangé berrange@redhat.com
376 M. P. Suzuki mpsuzuki@hiroshima-u.ac.jp
410 Martin P.J. Zinser zinser@decus.de
599 Steven P Watson steven@magelico.net
DNEWS1858 hard link in the destination unless the -P,--no-deref option is specified.
3142 ln now accepts the options --logical (-L) and --physical (-P),
3143 added by POSIX 2008. The default behavior is -P on systems like
3381 pwd now accepts the options --logical (-L) and --physical (-P). For
3382 compatibility with existing scripts, -P is the default behavior
3800 suffixes kB, M, MB, G, GB, and so on for T, P, Y, Z, and Y:
3949 The default block size and output format for df -P are now unaffected by
4671 The new -P option checks whether a file name component has leading "-",
4677 The --portability option is now equivalent to -p -P.
4790 are both used, then -P must be in effect.
[all …]
/coreutils/gl/modules/
Dfadvise24 Pádraig Brady
Dsmack42 Pádraig Brady
/coreutils/tests/shred/
Dshred-remove.sh54 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ || framework_failure_
/coreutils/doc/
Dcoreutils.texi710 and so on for @samp{T}, @samp{P}, @samp{E}, @samp{Z}, @samp{Y},
728 and so on for @samp{T}, @samp{P}, @samp{E}, @samp{Z}, @samp{Y},
806 * Traversing symlinks:: @option{-H}, @option{-L}, or @option{-P}.
1025 @item P
1426 @item -P
1427 @opindex -P
1431 or @option{-P} is specified.
4873 @samp{T}, @samp{P}, @samp{E}, @samp{Z}, @samp{Y}, @samp{R}, and @samp{Q}@.
8002 @item P
8890 (@option{-L}), @option{--no-dereference} (@option{-P}), and
[all …]