Searched refs:line_end (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/libarchive-30/libarchive/libarchive_fe/
H A Dline_reader.c51 char *buff, *buff_end, *line_start, *line_end, *p; member in struct:lafe_line_reader
80 lr->line_start = lr->line_end = lr->buff_end = lr->buff;
93 while (lr->line_end < lr->buff_end) {
95 if (*lr->line_end == '\0') {
97 lr->line_start = lr->line_end + 1;
98 lr->line_end = lr->line_start;
101 } else if (*lr->line_end == '\x0a' || *lr->line_end == '\x0d') {
102 *lr->line_end = '\0';
104 lr->line_start = lr->line_end
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dhistfile.c166 register char *line_start, *line_end, *p; local
244 for (line_start = line_end = buffer; line_end < bufend && current_line < from; line_end++)
245 if (*line_end == '\n')
247 p = line_end + 1;
256 for (line_end = line_start; line_end < bufend; line_end++)
257 if (*line_end
[all...]
/macosx-10.10/cups-408/cups/filter/
H A Drastertohp.c460 *line_end, /* End-of-line byte pointer */ local
474 line_end = line + length;
482 line_end = line + length;
484 line_ptr < line_end;
488 (line_ptr + count) < line_end &&
498 line_end = comp_ptr;
507 line_end = line + length;
510 while (line_ptr < line_end)
512 if ((line_ptr + 1) >= line_end)
530 while (line_ptr < (line_end
[all...]
H A Drastertoepson.c396 *line_end, /* End-of-line byte pointer */ local
410 line_end = line + length;
418 for (comp_ptr = (unsigned char *)line; comp_ptr < line_end;)
452 if ((temp & 0x01) && comp_ptr < line_end && *comp_ptr & 0x80)
472 while (line_ptr < line_end)
474 if ((line_ptr + 1) >= line_end)
492 while (line_ptr < (line_end - 1) &&
513 while (line_ptr < (line_end - 1) &&
529 line_end = comp_ptr;
586 pwrite(line_ptr, (size_t)(line_end
[all...]
H A Drastertolabel.c911 *line_end, /* End-of-line byte pointer */ local
924 line_end = line + length;
929 while (line_ptr < line_end)
945 if ((count = (unsigned)(line_end - line_ptr)) > 8)
957 line_ptr < line_end)
963 if (line_ptr == line_end)
975 line_ptr < line_end &&
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dexclude.c216 char line_end)
248 buf[buf_count] = line_end;
249 lim = buf + buf_count + ! (buf_count == 0 || buf[buf_count - 1] == line_end);
253 if (*p == line_end)
257 if (isspace ((unsigned char) line_end))
214 add_exclude_file(void (*add_func) (struct exclude *, char const *, int), struct exclude *ex, char const *file_name, int options, char line_end) argument
/macosx-10.10/gnudiff-19/diffutils/lib/
H A Dexclude.c218 char line_end)
259 if (p < lim ? *p == line_end : buf < p && p[-1])
215 add_exclude_file(void (*add_func) PARAMS ((struct exclude *, char const *, int)), struct exclude *ex, char const *filename, int options, char line_end) argument
/macosx-10.10/less-25/less/
H A Dsearch.c741 char *line_end; local
757 line_end = line + line_len;
782 if (line == line_end)
787 ch = step_char(&line, +1, line_end);
796 ch = step_char(&line, +1, line_end);
813 while (line < line_end)
842 char *line_end = line + line_len; local
883 else if (searchp != line_end)
887 } while (match_pattern(searchp, line_end - searchp, &sp, &ep, 1));
/macosx-10.10/doc_cmds-49/makewhatis/
H A Dmakewhatis.c615 char *line_end = &line[strlen(line)]; local
628 while ((line = skip_spaces(line)) < line_end) {
636 line_end--;
646 next = line_end;
/macosx-10.10/ruby-106/ruby/test/csv/
H A Dtest_features.rb93 ["\r\n", "\n", "\r"].each do |line_end|
94 data = "1,2,3#{line_end}4,5#{line_end}"
96 assert_equal(line_end, discovered)
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-death-test.cc456 const size_t line_end = output.find('\n', at); local
458 if (line_end == ::std::string::npos) {
462 ret += output.substr(at, line_end + 1 - at);
463 at = line_end + 1;
/macosx-10.10/vim-55/src/
H A Dhardcopy.c1788 int line_end; member in struct:prt_resfile_buffer_S
1799 idx = prt_resfile.line_end + 1;
1814 prt_resfile.line_end = idx;
1826 if (len > (prt_resfile.line_end - (prt_resfile.line_start + offset)))
1840 while (idx < prt_resfile.line_end)
1856 while (idx < prt_resfile.line_end)
1909 p_dsc_line->len = prt_resfile.line_end - (prt_resfile.line_start + offset);
1948 prt_resfile.line_end = -1;
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Decofflink.c382 struct shuffle *line_end;
512 ainfo->line_end = NULL;
916 if (!add_file_shuffle (ainfo, &ainfo->line, &ainfo->line_end,
2050 unsigned char *line_end;
2183 line_end = debug_info->line + fdr_ptr->cbLineOffset + fdr_ptr->cbLine;
2189 while (line_ptr < line_end)
379 struct shuffle *line_end; member in struct:accumulate
2046 unsigned char *line_end; local
H A Ddwarf2.c969 bfd_byte *line_end; local
1040 line_end = line_ptr + lh.total_length;
1133 while (line_ptr < line_end)
/macosx-10.10/ruby-106/ruby/lib/
H A Dcsv.rb1779 parse.sub!(@parsers[:line_end], "")
2061 line_end: encode_re(esc_row_sep, "\\z"),
/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c4673 nextfield(char **line_start, char **line_end) argument
4689 *line_end = a;
4707 *line_end = a;
4723 *line_end = a;

Completed in 154 milliseconds