Home
last modified time | relevance | path

Searched refs:field (Results 1 – 10 of 10) sorted by relevance

/coreutils/src/
Djoin.c58 idx_t field; member
64 struct field struct
76 struct field *fields;
259 extract_field (struct line *line, char *field, idx_t len) in extract_field() argument
264 line->fields[line->nfields].beg = field; in extract_field()
591 idx_t field; in prjoin() local
607 field = join_field_2; in prjoin()
612 field = join_field_1; in prjoin()
618 field = o->field; in prjoin()
620 prfield (field, line); in prjoin()
[all …]
Dnumfmt.c1274 size_t *precision, long int field) in process_suffixed_number() argument
1298 padding_width = text < p || 1 < field ? strlen (text) : 0; in process_suffixed_number()
1349 include_field (uintmax_t field) in include_field() argument
1353 return field == 1; in include_field()
1357 if (p->lo <= field && p->hi >= field) in include_field()
1367 process_field (char *text, uintmax_t field) in process_field() argument
1373 if (include_field (field)) in process_field()
1376 process_suffixed_number (text, &val, &precision, field); in process_field()
1399 uintmax_t field = 0; in process_line() local
1403 ++field; in process_line()
[all …]
Ddf.c166 display_field_t field; member
445 display_field_t field = INVALID_FIELD; in decode_output_arg() local
450 field = i; in decode_output_arg()
454 if (field == INVALID_FIELD) in decode_output_arg()
460 if (field_data[field].used) in decode_output_arg()
464 quote (field_data[field].arg)); in decode_output_arg()
468 switch (field) in decode_output_arg()
480 alloc_field (field, nullptr); in decode_output_arg()
484 alloc_field (field, N_("Size")); in decode_output_arg()
488 alloc_field (field, N_("Avail")); in decode_output_arg()
[all …]
Dptx.c1029 print_field (BLOCK field) in print_field() argument
1036 for (cursor = field.start; cursor < field.end; cursor++) in print_field()
/coreutils/man/
Djoin.x2 join \- join lines of two files on a common field
/coreutils/tests/sort/
Dsort-debug-warn.sh151 sort: field separator ',' is treated as a group separator in numbers
162 sort: field separator '.' is treated as a decimal point in numbers
170 sort: field separator '-' is treated as a minus sign in numbers
179 sort: field separator '+' is treated as a plus sign in numbers
/coreutils/tests/df/
Ddf-output.sh55 df: option --output: field 'target' used more than once
/coreutils/doc/
Dcoreutils.texi79 * join: (coreutils)join invocation. Join lines on a common field.
295 * join invocation:: Join lines on a common field
1576 must instead use the command @samp{sort -k 2} to get the field-based
2628 Lines of full length are joined in a free field format and @option{-S}
2629 option may set field separators. @option{-@var{column}} may not be used
3641 format specification flags, a field width, a precision specification,
3812 Each count is printed right-justified in a field with at least one
3815 on the inputs, so you should not depend on a particular field width.
4536 specified globally or as part of a specific key field. If no key
4763 @cindex sort field
[all …]
Dsort-version.texi86 To sort a specific field in a file, use @option{-k/--key} with
88 ignore leading blanks in the field:
/coreutils/
DNEWS501 sort --debug now diagnoses issues with --field-separator characters
676 like ones with '\r' in a field value ("mount -t tmpfs tmpfs /foo$'\r'bar"),
677 when the source field is empty ('mount -t tmpfs "" /mnt'), and when the
1368 that specify an offset for the first field.
1415 join, sort, uniq with --zero-terminated, now treat '\n' as a field delimiter.
1527 numfmt can now process multiple fields with field range specifications similar
1828 df --output now accepts a 'file' field, to propagate a specified
1978 summary line, accommodating the --output option where the target field
2622 join -v2 now ensures the default output format prints the match field
2623 at the start of the line when it is different to the match field for
[all …]