/coreutils/tests/sort/ |
D | sort-debug-keys.sh | 26 ^ no match for key 28 ^ no match for key 30 ^ no match for key 32 ^ no match for key 34 ^ no match for key 36 ^ no match for key 38 ^ no match for key 40 ^ no match for key 42 ^ no match for key 44 ^ no match for key [all …]
|
D | sort-debug-warn.sh | 25 sort: key 1 has zero width and will be ignored 28 sort: key 1 has zero width and will be ignored 32 sort: key 1 is numeric and spans multiple fields 49 sort: leading blanks are significant in key 2; consider also specifying 'b' 64 sort: leading blanks are significant in key 1; consider also specifying 'b' 67 sort: leading blanks are significant in key 1; consider also specifying 'b' 70 sort: leading blanks are significant in key 1; consider also specifying 'b' 74 sort: leading blanks are significant in key 1; consider also specifying 'b' 136 sort: key 1 is numeric and spans multiple fields 137 sort: obsolescent key '+2 -1' used; consider '-k 3,1' instead [all …]
|
/coreutils/src/ |
D | sort.c | 1614 begfield (struct line const *line, struct keyfield const *key) in begfield() argument 1617 size_t sword = key->sword; in begfield() 1618 size_t schar = key->schar; in begfield() 1642 if (key->skipsblanks) in begfield() 1657 limfield (struct line const *line, struct keyfield const *key) in limfield() argument 1660 size_t eword = key->eword, echar = key->echar; in limfield() 1744 if (key->skipeblanks) in limfield() 1764 struct keyfield const *key = keylist; in fillbuf() local 1828 if (key) in fillbuf() 1832 line->keylim = (key->eword == SIZE_MAX in fillbuf() [all …]
|
D | ptx.c | 227 WORD key; /* description of the keyword */ member 587 value = compare_words (&first->key, &second->key); in compare_occurs() 589 : ((first->key.start > second->key.start) in compare_occurs() 590 - (first->key.start < second->key.start))); in compare_occurs() 1001 occurs_cursor->key = possible_key; in find_occurs_in_text() 1261 keyafter.start = occurs->key.start; in define_all_fields() 1262 keyafter.end = keyafter.start + occurs->key.size; in define_all_fields() 1504 BLOCK key; /* key field, isolated */ in output_one_tex_line() local 1514 key.start = keyafter.start; in output_one_tex_line() 1518 key.end = cursor; in output_one_tex_line() [all …]
|
D | tail.c | 1782 struct File_spec key; in tail_forever_inotify() local 1783 key.wd = ev->wd; in tail_forever_inotify() 1784 fspec = hash_lookup (wd_to_name, &key); in tail_forever_inotify()
|
/coreutils/src/blake2/ |
D | blake2.h | 148 int blake2s_init_key( blake2s_state *S, size_t outlen, const void *key, size_t keylen ); 154 int blake2b_init_key( blake2b_state *S, size_t outlen, const void *key, size_t keylen ); 161 int blake2sp_init_key( blake2sp_state *S, size_t outlen, const void *key, size_t keylen ); 166 int blake2bp_init_key( blake2bp_state *S, size_t outlen, const void *key, size_t keylen ); 172 int blake2xs_init_key( blake2xs_state *S, const size_t outlen, const void *key, size_t keylen ); 177 int blake2xb_init_key( blake2xb_state *S, const size_t outlen, const void *key, size_t keylen ); 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 …]
|
D | blake2b-ref.c | 124 int blake2b_init_key( blake2b_state *S, size_t outlen, const void *key, size_t keylen ) in blake2b_init_key() argument 130 if ( !key || !keylen || keylen > BLAKE2B_KEYBYTES ) return -1; in blake2b_init_key() 150 memcpy( block, key, keylen ); in blake2b_init_key() 277 int blake2b( void *out, size_t outlen, const void *in, size_t inlen, const void *key, size_t keylen… in blake2b() argument 286 if( NULL == key && keylen > 0 ) return -1; in blake2b() 294 if( blake2b_init_key( S, outlen, key, keylen ) < 0 ) return -1; 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 307 return blake2b(out, outlen, in, inlen, key, keylen); in blake2() 322 uint8_t key[BLAKE2B_KEYBYTES]; in main() local 327 key[i] = ( uint8_t )i; in main() [all …]
|
/coreutils/scripts/ |
D | autotools-install | 92 --trusted-key=32419B785D0CDCFC \ 93 --trusted-key=3859C03B2E236E47 \ 94 --trusted-key=B93F60C6B5C4CE13 \ 95 --trusted-key=F382AE19F4850180 \ 96 --trusted-key=FC818E17429F96EA \ 97 --trusted-key=60F906016E407573 \ 98 --trusted-key=D605848ED7E69871 \
|
/coreutils/man/ |
D | help2man | 167 my $key; 179 $key = uc $1; 180 $key =~ s/^\s+//; 181 $key =~ s/\s+$//; 184 if ($key =~ s/^([<>=])\s*//) 190 elsif ($key eq _('NAME') or $key eq _('SYNOPSIS')) 199 push @sections, $key; 209 eval { $key = qr($pat) }; 223 unless ($key) 235 $hash->{$key} .= $_; [all …]
|
/coreutils/tests/csplit/ |
D | csplit-suppress-matched.pl | 179 my ($key, $value) = each %$e; 180 if ($key eq 'OUTPUTS')
|
/coreutils/ |
D | README-release | 134 * Send the announcement email message (signed with the release key)
|
D | COPYING | 340 source code form), and must require no special password or key for
|
D | NEWS | 2861 sort again handles obsolescent key formats (+POS -POS) correctly. 3257 part of the line after the start position was used as the sort key. 3408 sort now handles specified key ends correctly.
|
/coreutils/doc/ |
D | coreutils.texi | 3754 @c when it gets the "--key" option, uncomment this example. 4448 @command{sort} compares each pair of fields (see @option{--key}), in the 4451 If no key fields are specified, @command{sort} uses a default key of 4536 specified globally or as part of a specific key field. If no key 4538 lines; otherwise the global options are inherited by key fields that do 4540 versions of @command{sort}, global options affect only later key fields, 4715 Reverse the result of comparison, so that lines with greater key values 4760 @itemx --key=@var{pos1}[,@var{pos2}] 4762 @opindex --key 4786 Example: To sort on the second field, use @option{--key=2,2} [all …]
|
D | sort-version.texi | 86 To sort a specific field in a file, use @option{-k/--key} with
|