/coreutils/src/blake2/ |
D | blake2b-ref.c | 52 static void blake2b_set_lastnode( blake2b_state *S ) in blake2b_set_lastnode() argument 54 S->f[1] = (uint64_t)-1; in blake2b_set_lastnode() 58 static int blake2b_is_lastblock( const blake2b_state *S ) in blake2b_is_lastblock() argument 60 return S->f[0] != 0; in blake2b_is_lastblock() 63 static void blake2b_set_lastblock( blake2b_state *S ) in blake2b_set_lastblock() argument 65 if( S->last_node ) blake2b_set_lastnode( S ); in blake2b_set_lastblock() 67 S->f[0] = (uint64_t)-1; in blake2b_set_lastblock() 70 static void blake2b_increment_counter( blake2b_state *S, const uint64_t inc ) in blake2b_increment_counter() argument 72 S->t[0] += inc; in blake2b_increment_counter() 73 S->t[1] += ( S->t[0] < inc ); in blake2b_increment_counter() [all …]
|
D | blake2.h | 75 blake2s_state S[8][1]; member 84 blake2b_state S[4][1]; member 130 blake2s_state S[1]; member 136 blake2b_state S[1]; member 147 int blake2s_init( blake2s_state *S, size_t outlen ); 148 int blake2s_init_key( blake2s_state *S, size_t outlen, const void *key, size_t keylen ); 149 int blake2s_init_param( blake2s_state *S, const blake2s_param *P ); 150 int blake2s_update( blake2s_state *S, const void *in, size_t inlen ); 151 int blake2s_final( blake2s_state *S, void *out, size_t outlen ); 153 int blake2b_init( blake2b_state *S, size_t outlen ); [all …]
|
D | b2sum.c | 37 blake2s_state S[1]; 43 blake2s_init( S, outbytes ); 69 blake2s_update( S, buffer, buffer_length ); 74 if( sum > 0 ) blake2s_update( S, buffer, sum ); 76 blake2s_final( S, resstream, outbytes ); 88 blake2b_state S[1]; in blake2b_stream() local 94 blake2b_init( S, outbytes ); in blake2b_stream() 120 blake2b_update( S, buffer, buffer_length ); in blake2b_stream() 125 if( sum > 0 ) blake2b_update( S, buffer, sum ); in blake2b_stream() 127 blake2b_final( S, resstream, outbytes ); in blake2b_stream() [all …]
|
/coreutils/src/ |
D | remove.h | 88 # define VALID_STATUS(S) \ argument 89 ((S) == RM_OK || (S) == RM_USER_ACCEPTED || (S) == RM_USER_DECLINED \ 90 || (S) == RM_ERROR) 92 # define UPDATE_STATUS(S, New_value) \ argument 96 || ((New_value) == RM_USER_DECLINED && (S) == RM_OK)) \ 97 (S) = (New_value); \
|
D | stat.c | 84 # define SB_F_NAMEMAX(S) ((S)->f_namemax) argument 93 # define STATFS_FRSIZE(S) ((S)->f_frsize) argument 97 # define SB_F_NAMEMAX(S) ((S)->f_namelen) argument 99 # define SB_F_NAMEMAX(S) ((S)->f_namemax) argument 133 # define STATFS_FRSIZE(S) ((S)->block_size) argument 138 # define STATFS_FRSIZE(S) ((S)->f_frsize) argument 140 # define STATFS_FRSIZE(S) 0 argument 150 # define SB_F_NAMEMAX(S) "?" argument
|
D | system.h | 444 # define ASSIGN_STRDUPA(DEST, S) \ argument 445 do { DEST = strdupa (S); } while (0) 447 # define ASSIGN_STRDUPA(DEST, S) \ argument 450 char const *s_ = (S); \
|
D | factor.c | 2025 uintmax_t S, Dh, Dl, Q1, Q, P, L, L1, B; in factor_using_squfof() local 2058 S = isqrt2 (Dh, Dl); in factor_using_squfof() 2061 P = S; in factor_using_squfof() 2066 L = isqrt (2 * S); in factor_using_squfof() 2077 div_smallq (q, rem, S + P, Q); in factor_using_squfof() 2078 P1 = S - rem; /* P1 = q*Q - P */ in factor_using_squfof() 2146 affirm (S >= P); /* What signs are possible? */ in factor_using_squfof() 2147 P += r * ((S - P) / r); in factor_using_squfof() 2166 div_smallq (q, rem, S + P, Q); in factor_using_squfof() 2167 P1 = S - rem; /* P1 = q*Q - P */ in factor_using_squfof()
|
/coreutils/tests/date/ |
D | date-sec.sh | 33 s=$(date +%S) 43 s=$(date --date="21:04 +0100" +%S)
|
/coreutils/man/ |
D | env.x | 30 .B '\-S'
|
/coreutils/tests/tail/ |
D | tail-n0f.sh | 50 S*) ;;
|
/coreutils/tests/shred/ |
D | shred-remove.sh | 54 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/ |
D | THANKS.in | 199 Eric S. Raymond esr@snark.thyrsus.com 327 Jon Peatfield J.S.Peatfield@damtp.cam.ac.uk 332 Joseph S. Myers jsm28@cam.ac.uk 356 Keith Thompson Keith.S.Thompson@gmail.com 428 Matthew S. Levine mslevine@theory.lcs.mit.edu 577 Sébastien Maret smaret@umich.edu
|
D | init.cfg | 323 local expr=$(stat -f --printf "$req / %S <= %a" .) 368 # S s 373 s='s/S/@/;s/s/x@/;s/@/s/' 526 grep '^State:[ ]*[S]' /proc/$pid/status > /dev/null 2>&1 ||
|
D | NEWS | 542 env -S no longer crashes when given unusual whitespace characters 927 env supports a new -S/--split-string=S option to split a single argument 966 ptx -S no longer infloops for a pattern which returns zero-length matches. 2064 rm -r S/ (where S is a symlink-to-directory) no longer gives the invalid 2218 cp S D is no longer subject to a race: if an existing D were removed 3674 --word-regexp=REGEXP (-W), or --sentence-regexp=REGEXP (-S). 3801 head -c, head -n, od -j, od -N, od -S, split -b, split -C, 4565 pr -S 4573 pr -S STRING (use 'pr -SSTRING' instead) 4767 stat -f -c %S outputs the fundamental block size (used for block counts). [all …]
|
/coreutils/doc/ |
D | coreutils.texi | 587 @item -S @var{suffix} 589 @opindex -S 799 * Backup options:: @option{-b} @option{-S}. 880 @item -S @var{suffix} 882 @opindex -S 2055 @item -S @var{bytes} 2057 @opindex -S 2119 @item S 2628 Lines of full length are joined in a free field format and @option{-S} 2819 @item -S[@var{string}] [all …]
|