Searched refs:line_length (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-current/usr.bin/indent/
H A Dpr_comment.c93 int line_length = opt.max_line_length; local
113 line_length = opt.block_comment_max_line_length;
128 if (ind + 25 > line_length)
129 line_length = ind + 25;
148 *p_line_length = line_length;
152 copy_comment_start(bool may_wrap, bool *delim, int line_length) argument
161 if (*delim && fits_in_one_line(line_length))
171 copy_comment_wrap_text(int line_length, ssize_t *last_blank) argument
182 if (ind >= line_length && *last_blank != -1)
186 if (ind <= line_length)
248 copy_comment_wrap_finish(int line_length, bool delim) argument
277 copy_comment_wrap(int line_length, bool delim) argument
344 int line_length; local
[all...]
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dmyndbm.c223 int line_length; local
231 while ((line_length = getdelim (&line, &line_size, '\012', fp)) >= 0)
234 if (line_length > 0 && line[line_length - 1] == '\012')
237 --line_length;
238 line[line_length] = '\0';
240 if (line_length > 0 && line[line_length - 1] == '\015')
246 --line_length;
247 line[line_length]
[all...]
H A Dcvsrc.c41 int line_length; local
93 while ((line_length = getline (&line, &line_chars_allocated, cvsrcfile))
109 if (line_length < 0 && !feof (cvsrcfile))
H A Dlogmsg.c201 int line_length; local
329 line_length = getline (&line, &line_chars_allocated, fp);
330 if (line_length == -1)
338 if (offset + line_length >= message_len)
340 offset + line_length + 1);
342 offset += line_length;
364 line_length = getline (&line, &line_chars_allocated, stdin);
365 if (line_length < 0)
373 else if (line_length == 0
472 int line_length; local
[all...]
H A Drelease.c239 int line_length, status; local
258 while ((line_length = getline (&line, &line_allocated, fp)) >= 0)
264 if (line_length < 0 && !feof (fp))
H A Dlogin.c289 int line_length; local
320 while ((line_length = getline (&linebuf, &linebuf_len, fp)) >= 0)
329 if (line_length < 0 && !feof (fp))
391 while ((line_length = getline (&linebuf, &linebuf_len, fp)) >= 0)
417 if (line_length < 0 && !feof (fp))
H A Dentries.c276 int line_length; local
282 while ((line_length = getline (&line, &line_chars_allocated, fpin)) > 0)
379 if (line_length < 0 && !feof (fpin))
723 int line_length; local
729 if ((line_length = getline (&line, &line_chars_allocated, fp)) > 0)
732 if (line[line_length - 1] == '\n')
733 line[--line_length] = '\0';
758 if (line_length < 0)
H A Dpatch.c402 int line_length; local
755 while ((line_length
759 if (line_length < 0 && !feof (fp))
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dcheck_lint.sh24 ASAN_LIT_TEST_LINT_FILTER=${ASAN_TEST_LINT_FILTER},-whitespace/line_length
27 TSAN_LIT_TEST_LINT_FILTER=${TSAN_TEST_LINT_FILTER},-whitespace/line_length
30 LSAN_LIT_TEST_LINT_FILTER=${LSAN_RTL_LINT_FILTER},-whitespace/line_length
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/io/
H A Dfbif.h138 uint32_t line_length; /* the length of a row of pixels (in bytes) */ member in struct:xenfb_page
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dpretty-print.h102 int line_length; member in class:output_buffer
132 buff->line_length = 0;
134 buff->line_length++;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dpretty-print.h102 int line_length; member in class:output_buffer
132 buff->line_length = 0;
134 buff->line_length++;
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dindex.c771 unsigned line_length;
816 line_length = 100;
817 line = xmalloc (line_length);
918 if (new_length > line_length)
920 line_length = new_length;
921 line = xrealloc (line, line_length);
765 unsigned line_length; local
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Denv.h119 void line_length();
151 hunits line_length; member in class:environment
374 friend void line_length();
/netbsd-current/sys/external/bsd/drm2/dist/drm/via/
H A Dvia_dmablit.c134 line_len = xfer->line_length;
777 if (xfer->num_lines <= 0 || xfer->line_length <= 0) {
789 if ((xfer->mem_stride - xfer->line_length) > 2*PAGE_SIZE) {
791 "Length: %d\n", xfer->mem_stride, xfer->line_length);
795 if ((xfer->mem_stride == xfer->line_length) &&
796 (xfer->fb_stride == xfer->line_length)) {
798 xfer->line_length = xfer->mem_stride;
818 if (xfer->mem_stride < xfer->line_length ||
819 abs(xfer->fb_stride) < xfer->line_length) {
/netbsd-current/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Dvia_drm.h266 __u32 line_length; member in struct:drm_via_dmablit
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dmasterdump.h357 unsigned int rdata_column, unsigned int line_length,
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Dmasterdump.h354 unsigned int rdata_column, unsigned int line_length,
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_nv04_fbcon.c220 OUT_RING(chan, info->fix.line_length | (info->fix.line_length << 16));
H A Dnouveau_nv50_fbcon.c245 OUT_RING(chan, info->fix.line_length);
254 OUT_RING(chan, info->fix.line_length);
H A Dnouveau_nvc0_fbcon.c245 OUT_RING (chan, info->fix.line_length);
256 OUT_RING (chan, info->fix.line_length);
/netbsd-current/lib/libedit/
H A Dchared.c636 size_t line_length, len; local
642 line_length = (size_t)(el->el_line.lastchar - el->el_line.buffer);
644 if (start >= (int)line_length || end >= (int)line_length)
648 if (len > line_length - (size_t)end)
649 len = line_length - (size_t)end;
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_fb.c245 ((dst_y1 + par->fb_y) * info->fix.line_length +
251 src_ptr += info->fix.line_length;
345 y1 = min / info->fix.line_length;
346 y2 = (max / info->fix.line_length) + 1;
708 info->fix.line_length = fb_pitch;
/netbsd-current/external/bsd/wpa/dist/src/wps/
H A Dwps_upnp_ssdp.c92 static int line_length(const char *l) function
529 data += line_length(data);
532 for (; *data != '\0'; data += line_length(data)) {
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_tar.c1593 size_t attr_length, l, line_length, value_length; local
1611 line_length = 0;
1625 line_length *= 10;
1626 line_length += *p - '0';
1627 if (line_length > 999999) {
1641 if (line_length > attr_length
1642 || line_length < 1
1643 || attr[line_length - 1] != '\n')
1651 attr[line_length - 1] = '\0';
1669 value_length = attr + line_length
[all...]

Completed in 492 milliseconds

12