| /trueos/contrib/tcp_wrappers/ |
| HD | safe_finger.c | 57 int line_length = 0; local 103 line_length = 0; 105 if (line_length >= LINE_LENGTH) { /* force end of line */ 107 line_length = 0; 109 if (line_length == 0) { /* protect left margin */ 111 line_length++; 116 line_length++; 119 line_length++; 122 line_length += 4;
|
| /trueos/usr.sbin/pkg_install/lib/ |
| HD | str.c | 66 size_t line_length; in copy_string_adds_newline() local 68 line_length = strlen(str) + 2; in copy_string_adds_newline() 69 if ((copy = malloc(line_length)) == NULL) in copy_string_adds_newline() 71 memcpy(copy, str, line_length - 2); in copy_string_adds_newline() 72 copy[line_length - 2] = '\n'; /* Adds trailing \n */ in copy_string_adds_newline() 73 copy[line_length - 1] = '\0'; in copy_string_adds_newline()
|
| /trueos/contrib/ee/ |
| HD | ee.c | 127 int line_length; /* actual number of characters in the line */ member 566 dlt_line->line_length = 0; 569 curr_line->line_length = 1; 706 if ((curr_line->max_length - curr_line->line_length) < 5) 708 curr_line->line_length++; 711 while (counter < curr_line->line_length) /* find end of line */ 769 draw_line(scr_vert, scr_horz, point, position, curr_line->line_length); 795 curr_line->line_length -= del_width; 812 while (temp_pos <= curr_line->line_length) 830 point = resiz_line(temp_buff->line_length, curr_line, position); [all …]
|
| /trueos/sys/dev/drm/ |
| HD | via_dmablit.c | 112 line_len = xfer->line_length; in via_map_blit_for_device() 568 if (xfer->num_lines <= 0 || xfer->line_length <= 0) { in via_build_sg_info() 579 if ((xfer->mem_stride - xfer->line_length) > 2 * PAGE_SIZE) { in via_build_sg_info() 581 "Length: %d\n", xfer->mem_stride, xfer->line_length); in via_build_sg_info() 585 if ((xfer->mem_stride == xfer->line_length) && in via_build_sg_info() 586 (xfer->fb_stride == xfer->line_length)) { in via_build_sg_info() 588 xfer->line_length = xfer->mem_stride; in via_build_sg_info() 607 if (xfer->mem_stride < xfer->line_length || in via_build_sg_info() 608 abs(xfer->fb_stride) < xfer->line_length) { in via_build_sg_info()
|
| HD | via_drm.h | 265 u32 line_length; member
|
| /trueos/contrib/gcc/ |
| HD | pretty-print.c | 153 pp->buffer->line_length += length; in pp_append_r() 548 buffer->line_length = 0; in pp_base_format() 563 gcc_assert (buffer->line_length == 0); in pp_base_output_formatted_text() 618 pp->buffer->line_length = 0; in pp_base_clear_output_area() 699 if (pp->buffer->line_length == 0) in pp_base_append_text() 736 return pp->maximum_length - pp->buffer->line_length; in pp_base_remaining_character_count_for_line() 781 pp->buffer->line_length = 0; in pp_base_newline() 796 ++pp->buffer->line_length; in pp_base_character()
|
| HD | pretty-print.h | 94 int line_length; member
|
| /trueos/usr.sbin/pkg_install/info/ |
| HD | show.c | 73 size_t line_length = strlen(line); in show_index() local 75 if (line[line_length - 1] != '\n') { /* Do we have a trailing \n ? */ in show_index() 76 line[line_length] = '\n'; /* Add a trailing \n */ in show_index() 77 line[line_length + 1] = '\0'; /* Terminate string */ in show_index()
|
| /trueos/contrib/texinfo/makeinfo/ |
| HD | index.c | 739 unsigned line_length; in cm_printindex() local 784 line_length = 100; in cm_printindex() 785 line = xmalloc (line_length); in cm_printindex() 886 if (new_length > line_length) in cm_printindex() 888 line_length = new_length; in cm_printindex() 889 line = xrealloc (line, line_length); in cm_printindex()
|
| /trueos/contrib/groff/src/roff/troff/ |
| HD | env.h | 117 void line_length(); 149 hunits line_length; variable 372 friend void line_length();
|
| HD | env.cpp | 618 line_length((units_per_inch*13)/2), in environment() 706 line_length(e->line_length), in environment() 791 line_length = e->line_length; in copy() 896 return line_length; in get_line_length() 904 return line_length; in get_saved_line_length() 1349 void line_length() in line_length() function 1352 if (has_arg() && get_hunits(&temp, 'm', curenv->line_length)) { in line_length() 1360 curenv->prev_line_length = curenv->line_length; in line_length() 1361 curenv->line_length = temp; in line_length() 1770 hunits d = line_length + margin_character_distance - saved_indent - width; in output_line() [all …]
|
| /trueos/contrib/libarchive/libarchive/ |
| HD | archive_read_support_format_tar.c | 1453 size_t attr_length, l, line_length; in pax_header() local 1470 line_length = 0; in pax_header() 1484 line_length *= 10; in pax_header() 1485 line_length += *p - '0'; in pax_header() 1486 if (line_length > 999999) { in pax_header() 1500 if (line_length > attr_length in pax_header() 1501 || line_length < 1 in pax_header() 1502 || attr[line_length - 1] != '\n') in pax_header() 1510 attr[line_length - 1] = '\0'; in pax_header() 1535 attr += line_length; in pax_header() [all …]
|
| /trueos/sys/xen/interface/io/ |
| HD | fbif.h | 138 uint32_t line_length; /* the length of a row of pixels (in bytes) */ member
|
| /trueos/contrib/wpa/src/wps/ |
| HD | wps_upnp_ssdp.c | 89 static int line_length(const char *l) in line_length() function 533 data += line_length(data); in ssdp_parse_msearch() 536 for (; *data != '\0'; data += line_length(data)) { in ssdp_parse_msearch()
|
| /trueos/sys/dev/bktr/ |
| HD | bktr_core.c | 2611 bktr->line_length = width; 2635 if (bktr->line_length == 0 || 2636 bktr->current_col >= bktr->line_length) return FALSE; 2638 bktr->y = min(bktr->last_y, bktr->line_length); 2639 bktr->y2 = bktr->line_length; 2646 bktr->y = min(bktr->last_y, bktr->line_length); 2647 bktr->y2 = min(clip_node->y_min, bktr->line_length); 2648 bktr->yclip = min(clip_node->y_min, bktr->line_length); 2649 bktr->yclip2 = min(clip_node->y_max, bktr->line_length); 2657 bktr->yclip2 = min(clip_node->y_max, bktr->line_length); [all …]
|
| HD | bktr_reg.h | 665 int line_length; member
|
| /trueos/contrib/groff/src/devices/grohtml/ |
| HD | html-text.cpp | 697 int line_length, int space) in do_para() argument 704 ind = new html_indent(op, indentation_value, page_offset, line_length); in do_para()
|
| /trueos/contrib/groff/ |
| HD | ChangeLog.117 | 1383 (point_size, fill, no_fill, center, right_justify, line_length,
|
| HD | ChangeLog | 199 vertical_spacing, post_vertical_spacing, line_spacing, line_length, 1345 (center, right_justify, line_length, indent, temporary_indent,
|
| HD | ChangeLog.115 | 1611 * troff/env.cc (line_spacing, line_length, title_length, indent,
|