/coreutils/src/ |
D | seq.c | 293 long double first, long double step, long double last) in print_numbers() argument 295 bool out_of_range = (step < 0 ? first < last : last < first); in print_numbers() 310 out_of_range = (step < 0 ? x < last : last < x); in print_numbers() 336 && x_val == last) in print_numbers() 363 get_default_format (operand first, operand step, operand last) in get_default_format() argument 369 if (prec != INT_MAX && last.precision != INT_MAX) in get_default_format() 376 size_t last_width = last.width + (prec - last.precision); in get_default_format() 377 if (last.precision && prec == 0) in get_default_format() 379 if (last.precision == 0 && prec) in get_default_format() 567 operand last; in main() local [all …]
|
D | head.c | 510 LBUFFER *first, *last, *tmp; in elide_tail_lines_pipe() local 515 first = last = xmalloc (sizeof (LBUFFER)); in elide_tail_lines_pipe() 556 if (tmp->nbytes + last->nbytes < BUFSIZ) in elide_tail_lines_pipe() 558 memcpy (&last->buffer[last->nbytes], tmp->buffer, tmp->nbytes); in elide_tail_lines_pipe() 559 last->nbytes += tmp->nbytes; in elide_tail_lines_pipe() 560 last->nlines += tmp->nlines; in elide_tail_lines_pipe() 569 last = last->next = tmp; in elide_tail_lines_pipe() 594 if (last->nbytes && last->buffer[last->nbytes - 1] != line_end) in elide_tail_lines_pipe() 596 ++last->nlines; in elide_tail_lines_pipe()
|
D | tail.c | 616 LBUFFER *first, *last, *tmp; in pipe_lines() local 621 first = last = xmalloc (sizeof (LBUFFER)); in pipe_lines() 652 if (tmp->nbytes + last->nbytes < BUFSIZ) in pipe_lines() 654 memcpy (&last->buffer[last->nbytes], tmp->buffer, tmp->nbytes); in pipe_lines() 655 last->nbytes += tmp->nbytes; in pipe_lines() 656 last->nlines += tmp->nlines; in pipe_lines() 665 last = last->next = tmp; in pipe_lines() 687 if (last->nbytes == 0) in pipe_lines() 695 if (last->buffer[last->nbytes - 1] != line_end) in pipe_lines() 697 ++last->nlines; in pipe_lines() [all …]
|
D | who.c | 515 unsigned char last = utmp_ent->ut_pid / 256; in print_runlevel() local 524 sprintf (comment, "%s%c", _("last="), (last == 'N') ? 'S' : last); in print_runlevel() 527 "", "", c_isprint (last) ? comment : "", ""); in print_runlevel()
|
D | pr.c | 808 uintmax_t last = UINTMAX_MAX; in first_last_page() local 819 err = xstrtoumax (p1, &p, 10, &last, ""); in first_last_page() 822 if (p1 == p || last < first) in first_last_page() 830 last_page_number = last; in first_last_page() 2581 char *last = &buff[line_vector[line + 1]]; in print_stored() local 2610 while (first != last) in print_stored()
|
D | tr.c | 657 append_range (struct Spec_list *list, unsigned char first, unsigned char last) in append_range() argument 659 if (last < first) in append_range() 662 char *tmp2 = make_printable_char (last); in append_range() 675 new->u.range.last_char = last; in append_range()
|
/coreutils/man/ |
D | tail.x | 2 tail \- output the last part of files
|
D | dirname.x | 2 dirname \- strip last component from file name
|
/coreutils/tests/ |
D | filefrag-extent-compare | 40 and last; 64 # last extent can vary, and can extend beyond the length of the file. 65 # So we ignore the length of the last extent, because if the
|
/coreutils/tests/fmt/ |
D | goal-option.sh | 25 avoid line breaks after the first word of a sentence or before the last word 43 or before the last word of a sentence. A @dfn{sentence break}
|
/coreutils/tests/ls/ |
D | ls-time.sh | 70 In the output below, the date of last modification for 'a' should 88 In the output below, the date of last access for 'a' should
|
/coreutils/tests/mkdir/ |
D | perm.sh | 57 test $sub_perms = last && break
|
/coreutils/scripts/git-hooks/ |
D | commit-msg | 123 last if $line =~ '.*-{24} >8 -{24}$'; 153 and last; 163 and last;
|
/coreutils/tests/sort/ |
D | sort-debug-warn.sh | 42 sort: option '-r' only applies to last-resort comparison 46 sort: option '-r' only applies to last-resort comparison 141 sort: option '-r' only applies to last-resort comparison
|
/coreutils/ |
D | README-hacking | 37 the package last synchronized to), do this next:
|
D | README-release | 21 * Run bootstrap one last time. This downloads any new translations:
|
D | NEWS | 368 specified, as only the last specified is significant in that case. 528 csplit --suppress-matched now elides the last matched line 779 for the last number, when locales are misconfigured. 846 whether FILE exists and has been modified since it was last read. 1089 by prefixing the last specified number like --tabs=1,+8 which is 1187 after explicitly specified tab stops, by prefixing the last 1476 mkdir --parents -Z now correctly sets the context for the last component, 1596 the context of an existing directory to that of its last copied descendant. 1774 Now df shows the base mounted file system rather than the last one mounted. 1808 [The "last write" bug was introduced in coreutils-5.3.0 but masked [all …]
|
D | HACKING | 149 the next-to-last change set. 572 state to the revision just before HEAD (i.e., next-to-last).
|
/coreutils/doc/ |
D | coreutils.texi | 63 * dirname: (coreutils)dirname invocation. Strip last file name component. 123 * tail: (coreutils)tail invocation. Output the last part of files. 260 * tail invocation:: Output the last part of files 394 * dirname invocation:: Strip last file name component 613 Do not treat the last operand specially when it is a directory or a 1261 commands normally treat the last operand specially when it is a 1275 Do not treat the last operand specially when it is a directory or a 1285 In the opposite situation, where you want the last operand to be 1605 implicitly selected by the last component of the name used to invoke 1909 logical line for numbering, and only number the last one. Where fewer [all …]
|
D | fdl.texi | 178 location until at least one year after the last time you distribute an
|
D | sort-version.texi | 418 In the above input file, only the last line in the input file starts
|