Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 30) sorted by relevance

12

/coreutils/src/
Dseq.c293 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()
299 long double x = first; in print_numbers()
309 x = first + i * step; in print_numbers()
363 get_default_format (operand first, operand step, operand last) in get_default_format() argument
367 int prec = MAX (first.precision, step.precision); in get_default_format()
374 size_t first_width = first.width + (prec - first.precision); in get_default_format()
381 if (first.precision == 0 && prec) in get_default_format()
565 operand first = { 1, 1, 0 }; in main() local
677 first = last; in main()
[all …]
Dhead.c292 bool first = true; in elide_tail_bytes_pipe() local
316 if (first) in elide_tail_bytes_pipe()
332 if (! first) in elide_tail_bytes_pipe()
337 first = false; in elide_tail_bytes_pipe()
510 LBUFFER *first, *last, *tmp; in elide_tail_lines_pipe() local
515 first = last = xmalloc (sizeof (LBUFFER)); in elide_tail_lines_pipe()
516 first->nbytes = first->nlines = 0; in elide_tail_lines_pipe()
517 first->next = nullptr; in elide_tail_lines_pipe()
570 if (n_elide < total_lines - first->nlines) in elide_tail_lines_pipe()
572 desired_pos += first->nbytes; in elide_tail_lines_pipe()
[all …]
Dtail.c616 LBUFFER *first, *last, *tmp; in pipe_lines() local
621 first = last = xmalloc (sizeof (LBUFFER)); in pipe_lines()
622 first->nbytes = first->nlines = 0; in pipe_lines()
623 first->next = nullptr; in pipe_lines()
666 if (total_lines - first->nlines > n_lines) in pipe_lines()
668 tmp = first; in pipe_lines()
669 total_lines -= first->nlines; in pipe_lines()
670 first = first->next; in pipe_lines()
703 for (tmp = first; total_lines - tmp->nlines > n_lines; tmp = tmp->next) in pipe_lines()
729 while (first) in pipe_lines()
[all …]
Dptx.c540 #define first ((const WORD *) void_first) in compare_words() macro
546 length = first->size < second->size ? first->size : second->size; in compare_words()
552 value = (folded_chars [to_uchar (first->start[counter])] in compare_words()
562 value = (to_uchar (first->start[counter]) in compare_words()
569 return (first->size > second->size) - (first->size < second->size); in compare_words()
570 #undef first in compare_words()
583 #define first ((const OCCURS *) void_first) in compare_occurs() macro
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()
[all …]
Dcksum.c188 uint32_t first = *datap++, second = *datap++; in cksum_slice8() local
189 crc ^= SWAP (first); in cksum_slice8()
Dpr.c807 uintmax_t first; in first_last_page() local
809 strtol_error err = xstrtoumax (pages, &p, 10, &first, ""); in first_last_page()
813 if (p == pages || !first) in first_last_page()
822 if (p1 == p || last < first) in first_last_page()
829 first_page_number = first; in first_last_page()
2569 char *first = &buff[line_vector[line]]; in print_stored() local
2610 while (first != last) in print_stored()
2611 print_char (*first++); in print_stored()
Dshred.c1042 bool first = true; in wipename() local
1073 char const *old = first ? qoldname : oldname; in wipename()
1076 first = false; in wipename()
Dtr.c657 append_range (struct Spec_list *list, unsigned char first, unsigned char last) in append_range() argument
659 if (last < first) in append_range()
661 char *tmp1 = make_printable_char (first); in append_range()
674 new->u.range.first_char = first; in append_range()
Dod.c1179 static bool first = true; in write_block() local
1185 && !first && n_bytes == bytes_per_block in write_block()
1226 first = false; in write_block()
Djoin.c525 advance_seq (FILE *fp, struct seq *seq, bool first, int whichfile) in advance_seq() argument
527 if (first) in advance_seq()
/coreutils/man/
Dhead.x2 head \- output the first part of files
Druncon.x9 the first argument is used as the complete context. Any additional
Dchmod.x55 The first digit selects the set user ID (4) and set group ID (2) and
/coreutils/scripts/git-hooks/
Dcommit-msg14 # Keywords allowed before the colon on the first line of a commit message:
65 or return 'missing colon on first line of log message';
68 and return 'do not use a period "." at the end of the first line';
70 # The token(s) before the colon on the first line must be on our list
76 and return 'invalid first word(s) of summary line: ' . join (', ', @bad);
157 # Insert the diagnostic as a comment on the first line of $log_file.
/coreutils/doc/
Dsort-version.texi223 The first parts (@samp{foo}) are identical.
234 The first byte of the first string (@samp{.}) is compared
235 to the first byte of the second string (@samp{a}).
290 @samp{8.49} is numerically less than @samp{8.5}, and appears before first.
292 Version sort (@samp{sort -V}) first breaks down the string into digit and
296 Comparing the string @samp{8.1} to @samp{8.01}, first the
341 Hence, @file{1.0.5_src.tar.gz} is listed first.
345 than dot's ASCII value of 46), that file will be listed first:
390 a non-letter like @samp{%} -- hence @samp{az} appears first (despite
419 with a non-digit (@samp{~}). This is the first part. All other lines
[all …]
Dcoreutils.texi74 * head: (coreutils)head invocation. Output the first part of files.
259 * head invocation:: Output the first part of files
913 variables in turn; the first one that is set determines the block size.
1182 first attempt to resolve the specified string as a name, and
1840 that comes before the first section delimiter string in the input file
1996 If a command is of both the first and second forms, the second form is
2144 the first line, and puts just an asterisk on the following line to
2373 first.
2379 first.
2475 avoid line breaks after the first word of a sentence or before the last
[all …]
/coreutils/tests/fmt/
Dgoal-option.sh25 avoid line breaks after the first word of a sentence or before the last word
42 and tries to avoid line breaks after the first word of a sentence
/coreutils/.github/
DPULL_REQUEST_TEMPLATE.txt58 * There may be a moderation delay for a first-time post, whether or not
67 Please read them first.
DISSUE_TEMPLATE.txt52 * There may be a moderation delay for a first-time post, whether or not
/coreutils/
DREADME-prereq25 too-old versions first as they may be needed to build newer versions.
DREADME-release32 Or download the latest header first like:
116 * Announce it on Savannah first, so you can include the preferable
DHACKING51 patches with git, you must first tell git who you are. That information
61 Your first commit: the quick and dirty way
152 [you've first made sure that "git diff" produces no output]
280 indentation level as the first body line.
313 one-line block first and making the longer, multi-line block be the
326 an if-then-else block when the simpler block occurs first, rather than
473 Since that involves first an email exchange between you and the FSF,
DNEWS351 by first copying input to a temporary file to determine its size.
635 literally, thus overwriting the first character in the line with '$'.
806 nohup now processes --help and --version as first options even if other
821 ls --group-directories-first will also group symlinks to directories.
1154 depending on the size of the first file processed.
1305 ls is now fully responsive to signals until the first escape sequence is
1368 that specify an offset for the first field.
1738 causing name look-up errors. Also look-ups are first done outside the chroot,
1966 seq -s no longer prints an erroneous newline after the first number, and
2412 timeout now only processes the first signal received from the set
[all …]
/coreutils/tests/df/
Dskip-duplicates.sh121 done++; /* skip the first entry. */
/coreutils/m4/
Dstat-prog.m427 dnl Check for vfs.h first, since this avoids a warning with nfs_client.h

12