Searched refs:fields (Results 1 – 14 of 14) sorted by relevance
/coreutils/src/ |
D | join.c | 76 struct field *fields; member 262 line->fields = xpalloc (line->fields, &line->nfields_allocated, 1, in extract_field() 263 -1, sizeof *line->fields); in extract_field() 264 line->fields[line->nfields].beg = field; in extract_field() 265 line->fields[line->nfields].len = len; in extract_field() 315 free (line->fields); in freeline() 316 line->fields = nullptr; in freeline() 340 beg1 = line1->fields[jf_1].beg; in keycmp() 341 len1 = line1->fields[jf_1].len; in keycmp() 351 beg2 = line2->fields[jf_2].beg; in keycmp() [all …]
|
D | od.c | 108 void (*print_function) (size_t fields, size_t blank, void const *data, 432 N (size_t fields, size_t blank, void const *block, \ 438 for (i = fields; blank < i; i--) \ 440 int next_pad = pad * (i - 1) / fields; \ 501 print_named_ascii (size_t fields, size_t blank, void const *block, in print_named_ascii() argument 508 for (i = fields; blank < i; i--) in print_named_ascii() 510 int next_pad = pad * (i - 1) / fields; in print_named_ascii() 532 print_ascii (size_t fields, size_t blank, void const *block, in print_ascii() argument 539 for (i = fields; blank < i; i--) in print_ascii() 541 int next_pad = pad * (i - 1) / fields; in print_ascii()
|
D | local.mk | 59 src/set-fields.h \ 403 src_cut_SOURCES = src/cut.c src/set-fields.c 404 src_numfmt_SOURCES = src/numfmt.c src/set-fields.c
|
/coreutils/tests/sort/ |
D | sort-debug-warn.sh | 32 sort: key 1 is numeric and spans multiple fields 136 sort: key 1 is numeric and spans multiple fields 150 sort: key 1 is numeric and spans multiple fields 161 sort: key 1 is numeric and spans multiple fields 169 sort: key 1 is numeric and spans multiple fields 178 sort: key 1 is numeric and spans multiple fields
|
/coreutils/scripts/build-older-versions/ |
D | coreutils-6.12-on-glibc-2.28.diff | 53 the same implementation of stdio extension API, except that some fields
|
D | coreutils-7.2-on-glibc-2.28.diff | 65 the same implementation of stdio extension API, except that some fields
|
D | coreutils-8.24-on-glibc-2.28.diff | 76 the same implementation of stdio extension API, except that some fields
|
D | coreutils-8.4-on-glibc-2.28.diff | 65 the same implementation of stdio extension API, except that some fields
|
D | coreutils-8.18-on-glibc-2.28.diff | 65 the same implementation of stdio extension API, except that some fields
|
D | coreutils-8.17-on-glibc-2.28.diff | 65 the same implementation of stdio extension API, except that some fields
|
D | coreutils-8.13-on-glibc-2.28.diff | 65 the same implementation of stdio extension API, except that some fields
|
/coreutils/po/ |
D | POTFILES.in | 113 src/set-fields.c
|
/coreutils/doc/ |
D | coreutils.texi | 195 * Operating on fields:: cut paste join 287 * Input processing in ptx:: Input fields, contexts, and keyword selection 288 * Output formatting in ptx:: Types of output format, and sizing the fields 291 Operating on fields 1574 fields in each input line, but in POSIX 1003.1-2001 3813 space between fields so that the numbers and file names normally line 3814 up nicely in columns. The width of the count fields varies depending 4448 @command{sort} compares each pair of fields (see @option{--key}), in the 4450 ordering options, until a difference is found or no fields are left. 4451 If no key fields are specified, @command{sort} uses a default key of [all …]
|
/coreutils/ |
D | NEWS | 1350 cut --fields no longer outputs extraneous characters on some uClibc configs. 1527 numfmt can now process multiple fields with field range specifications similar 1727 cut -d$'\n' again outputs lines identified in the --fields list, having 1914 omitted. Note this enables df to output both block and inode fields together. 1986 cut -d$'\n' no longer outputs lines identified in the --fields list, 2629 uniq -f NUM no longer tries to process fields after end of line. 2645 the same number of fields are output for each line. 3255 sort now correctly ignores fields whose ending position is specified 3579 od now aligns fields across lines when printing multiple -t 3580 specifiers, and no longer prints fields that resulted entirely from [all …]
|