Home
last modified time | relevance | path

Searched refs:end (Results 1 – 19 of 19) sorted by relevance

/coreutils/gl/lib/
Dcl-strtod.c61 char *end; in CL_STRTOD() local
62 DOUBLE d = STRTOD (nptr, &end); in CL_STRTOD()
63 if (*end) in CL_STRTOD()
68 if (end < c_end) in CL_STRTOD()
69 d = c, end = c_end; in CL_STRTOD()
74 *endptr = end; in CL_STRTOD()
/coreutils/src/
Dptx.c111 char *end; /* pointer to end + 1 of region */ member
524 block->end = block->start + used_length; in swallow_file_in_memory()
657 for (cursor = file_contents.start; cursor < file_contents.end; cursor++) in digest_break_file()
702 while (cursor < file_contents.end) in digest_word_file()
708 while (cursor < file_contents.end && *cursor != '\n') in digest_word_file()
725 if (cursor < file_contents.end) in digest_word_file()
778 SKIP_NON_WHITE (line_scan, text_buffer->end); in find_occurs_in_text()
780 SKIP_WHITE (line_scan, text_buffer->end); in find_occurs_in_text()
786 cursor < text_buffer->end; in find_occurs_in_text()
804 next_context_start = text_buffer->end; in find_occurs_in_text()
[all …]
Dprintf.c144 verify_numeric (char const *s, char const *end) in verify_numeric() argument
151 else if (*end) in verify_numeric()
153 if (s == end) in verify_numeric()
165 char *end; \
199 verify_numeric (s, end); \
204 STRTOX (intmax_t, vstrtoimax, strtoimax (s, &end, 0))
205 STRTOX (uintmax_t, vstrtoumax, strtoumax (s, &end, 0))
206 STRTOX (long double, vstrtold, cl_strtold (s, &end)) in STRTOX() argument
Dwc_avx2.c91 char *end = (char *) datap + bytes_read; in wc_lines_avx2() local
92 for (char *p = (char *) datap; p < end; p++) in wc_lines_avx2()
Dsplit.c327 off_t cur, end; in input_file_size() local
331 || (end = lseek (fd, 0, SEEK_END)) < 0) in input_file_size()
334 end = copy_to_tmpfile (fd, tmpbuf, bufsize); in input_file_size()
336 if (end < 0) in input_file_size()
337 return end; in input_file_size()
341 if (end == OFF_T_MAX /* E.g., /dev/zero on GNU/Hurd. */ in input_file_size()
342 || (cur < end && ckd_add (&size, size, end - cur))) in input_file_size()
348 if (cur < end) in input_file_size()
1012 off_t end; in bytes_chunk_extract() local
1017 end = k == n ? file_size : k * (file_size / n) + MIN (k, file_size % n); in bytes_chunk_extract()
[all …]
Dnumfmt.c829 char *end = nullptr; in unit_to_umax() local
837 end = t_string + n_len - 1; in unit_to_umax()
840 if (*end == 'i' && 2 <= n_len && ! c_isdigit (*(end - 1))) in unit_to_umax()
841 *end = '\0'; in unit_to_umax()
844 *++end = 'B'; in unit_to_umax()
845 *++end = '\0'; in unit_to_umax()
852 s_err = xstrtoumax (c_string, &end, 10, &n, suffixes); in unit_to_umax()
854 if (s_err != LONGINT_OK || *end || n == 0) in unit_to_umax()
Denv.c198 char const *end = str + 3; in scan_varname() local
199 while (c_isalnum (*end) || *end == '_') in scan_varname()
200 ++end; in scan_varname()
201 if (*end == '}') in scan_varname()
202 return end; in scan_varname()
Dcsplit.c1056 char *end; in parse_repeat_count() local
1058 end = str + strlen (str) - 1; in parse_repeat_count()
1059 if (*end != '}') in parse_repeat_count()
1062 *end = '\0'; in parse_repeat_count()
1064 if (str + 1 == end - 1 && *(str + 1) == '*') in parse_repeat_count()
1079 *end = '}'; in parse_repeat_count()
Dexpr.c585 re_regs.end = nullptr; in docolon()
604 if (re_regs.end[1] < 0) in docolon()
608 sv->u.s[re_regs.end[1]] = '\0'; in docolon()
638 free (re_regs.end); in docolon()
Dwc.c271 char *end = buf + bytes_read; in wc_lines() local
277 for (char *p = buf; p < end; p++) in wc_lines()
283 *end = '\n'; in wc_lines()
284 for (char *p = buf; (p = rawmemchr (p, '\n')) < end; p++) in wc_lines()
Dfactor.c2338 char *end; member
2357 lbuf.end = lbuf.buf; in lbuf_alloc()
2364 size_t size = lbuf.end - lbuf.buf; in lbuf_flush()
2367 lbuf.end = lbuf.buf; in lbuf_flush()
2376 *lbuf.end++ = c; in lbuf_putc()
2380 size_t buffered = lbuf.end - lbuf.buf; in lbuf_putc()
2392 char const *tend = lbuf.end; in lbuf_putc()
2400 lbuf.end = tlend; in lbuf_putc()
2405 lbuf.end = lbuf.buf + (tend - tlend); in lbuf_putc()
2420 *lbuf.end++ = '0'; in lbuf_putint()
[all …]
Dtac.c276 match_length = regs.end[0] - regs.start[0]; in tac_seekable()
/coreutils/doc/
Dsort-version.texi38 @end example
64 @end example
84 @end example
101 @end example
180 @end enumerate
181 @end enumerate
191 For these purposes an empty string (which can only occur at the end of
198 @end enumerate
204 @end enumerate
217 @end example
[all …]
Dperm.texi22 @end menu
46 @end enumerate
58 @end enumerate
102 @end table
119 @end table
130 @end itemize
150 @end example
166 @end menu
178 @end example
202 @end table
[all …]
Dcoreutils.texi11 @c %**end of header
33 @end direntry
144 @end direntry
159 @end quotation
160 @end copying
171 @end titlepage
180 @end ifnottex
521 @end detailmenu
522 @end menu
584 @end macro
[all …]
Dfdl.texi13 @end display
273 @end enumerate
289 passage of up to 25 words as a Back-Cover Text, to the end of the list
316 adding at the end of it, in parentheses, the name of the original
462 @end enumerate
480 @end group
481 @end smallexample
491 @end group
492 @end smallexample
/coreutils/src/blake2/
Db2sum.c271 char *end = nullptr;
317 outbits = strtoul(optarg, &end, 10);
318 if( !end || *end != '\0' || outbits % 8 != 0)
/coreutils/scripts/git-hooks/
Dcommit-msg68 and return 'do not use a period "." at the end of the first line';
/coreutils/
DNEWS709 Several programs now check that numbers end properly. For example,
804 end-of-options marker.
809 'yes a -- b' now outputs 'a b' instead of including the end-of-options
994 tail --bytes=NUM will efficiently seek to the end of block devices,
1333 comm now accepts the --total option to output a summary at the end.
1345 cp now correctly copies files with a hole at the end of the file,
1683 seq again generates correct output with start or end values = -0.
1807 Also direct I/O failures for odd sized writes at end of file are now handled.
1968 Also seq no longer ignores a specified step value when the end value is 1.
2629 uniq -f NUM no longer tries to process fields after end of line.
[all …]