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

/freebsd-9.3-release/contrib/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...]
/freebsd-9.3-release/contrib/gperf/src/
H A Dinput.cc51 is_declaration (const char *line, const char *line_end, unsigned int lineno, argument
60 if (!(line < line_end))
66 if (line < line_end
75 while (line < line_end && (*line == ' ' || *line == '\t'))
79 if (line < line_end && *line != '\n')
93 is_declaration_with_arg (const char *line, const char *line_end, argument
103 if (!(line < line_end))
109 if (line < line_end
118 if (!(line < line_end && *line == '='))
127 char *arg = new char[line_end
153 is_define_declaration(const char *line, const char *line_end, unsigned int lineno, const char *decl, char **argp) argument
394 const char *line_end; local
756 const char *line_end; local
[all...]
/freebsd-9.3-release/contrib/libreadline/
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...]
/freebsd-9.3-release/contrib/diff/lib/
H A Dexclude.c204 char line_end)
236 buf[buf_count] = line_end;
237 lim = buf + buf_count + ! (buf_count == 0 || buf[buf_count - 1] == line_end);
241 if (*p == line_end)
245 if (is_space (line_end))
202 add_exclude_file(void (*add_func) (struct exclude *, char const *, int), struct exclude *ex, char const *filename, int options, char line_end) argument
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dexclude.c83 struct exclude *ex, char const *filename, char line_end)
119 if (p < lim ? *p == line_end : buf < p && p[-1])
82 add_exclude_file(void (*add_func) PARAMS ((struct exclude *, char const *)), struct exclude *ex, char const *filename, char line_end) argument
H A Dsearch.c221 static char const line_end[] = "\\)$"; local
230 strcpy (n + i, match_lines ? line_end : word_end);
305 static char const line_end[] = ")$"; local
314 strcpy (n + i, match_lines ? line_end : word_end);
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Dtncc.c1125 char *config, *end, *pos, *line_end; local
1139 for (pos = config; pos < end; pos = line_end + 1) {
1140 line_end = pos;
1141 while (*line_end != '\n' && *line_end != '\r' &&
1142 line_end < end)
1143 line_end++;
1144 *line_end = '\0';
1149 imc = tncc_parse_imc(pos + 4, line_end, &error);
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Dtncs.c1095 char *config, *end, *pos, *line_end; local
1110 for (pos = config; pos < end; pos = line_end + 1) {
1111 line_end = pos;
1112 while (*line_end != '\n' && *line_end != '\r' &&
1113 line_end < end)
1114 line_end++;
1115 *line_end = '\0';
1120 imv = tncs_parse_imv(id++, pos + 4, line_end, &error);
/freebsd-9.3-release/contrib/bmake/
H A Dparse.c2567 char *line_end; local
2577 line_end = line;
2619 line_end = ptr;
2626 comment = line_end;
2633 line_end = ptr;
2640 if (line_end == line || comment == line) {
2649 *line_end = 0;
2653 *length = line_end - line;
2668 line_end = comment;
2669 *line_end
[all...]
/freebsd-9.3-release/contrib/less/
H A Dsearch.c548 char *line_end = line + line_len; local
572 else if (searchp != line_end)
577 searchp, line_end - searchp, &sp, &ep, 1, search_info.search_type));
/freebsd-9.3-release/usr.bin/makewhatis/
H A Dmakewhatis.c605 char *line_end = &line[strlen(line)]; local
618 while ((line = skip_spaces(line)) < line_end) {
626 line_end--;
636 next = line_end;
/freebsd-9.3-release/contrib/gcc/
H A Dmips-tdump.c1297 uchar *line_end;
1300 line_end = ((uchar *)lines) + fdp->cbLine + fdp->cbLineOffset;
1302 line_end = (((uchar *)lines) + proc_desc[pdi+1].cbLineOffset
1306 (ulong) (line_end - line_ptr),
1309 while (line_ptr < line_end)
1283 uchar *line_end; local
/freebsd-9.3-release/contrib/binutils/gas/
H A Ddwarf2dbg.c1275 symbolS *line_end;
1284 line_end = symbol_temp_make ();
1288 expr.X_add_symbol = line_end;
1355 symbol_set_value_now (line_end);
1271 symbolS *line_end; local
/freebsd-9.3-release/contrib/binutils/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.c974 bfd_byte *line_end; local
1045 line_end = line_ptr + lh.total_length;
1138 while (line_ptr < line_end)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarf2read.c5348 char *line_end; local
5357 line_end = lh->statement_program_end;
5360 while (line_ptr < line_end)

Completed in 204 milliseconds