Searched refs:line_start (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/libarchive/libarchive_fe/
H A Dline_reader.c52 char *buff, *buff_end, *line_start, *line_end; member in struct:lafe_line_reader
77 lr->line_start = lr->line_end = lr->buff_end = lr->buff = NULL;
95 char *line_start, *p; local
100 line_start = lr->line_start;
101 lr->line_start = ++lr->line_end;
104 if (lr->nullSeparator || line_start[0] != '\0')
105 return (line_start);
110 if (lr->line_start == lr->buff_end)
112 line_start
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DAddressResolverFileLine.cpp53 Address line_start = sc.line_entry.range.GetBaseAddress(); local
55 if (line_start.IsValid()) {
56 AddressRange new_range(line_start, byte_size);
67 line_start.GetFileAddress(),
H A DSourceManager.cpp487 const char *line_start = local
490 const char last_char = line_start[length - 1];
/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp296 Address line_start = sc.line_entry.range.GetBaseAddress(); local
297 if (!line_start.IsValid()) {
301 log_ident.str().c_str(), line_start.GetFileAddress());
305 if (!filter.AddressPasses(line_start)) {
309 log_ident.str().c_str(), line_start.GetFileAddress());
316 if (prologue_addr.IsValid() && (line_start == prologue_addr)) {
323 line_start = prologue_addr;
329 BreakpointLocationSP bp_loc_sp(AddLocation(line_start));
/freebsd-12-stable/usr.bin/dtc/
H A Dinput_buffer.cc1058 int line_start = 0; local
1069 if (line_start == 0)
1071 line_start = i+1;
1083 fprintf(stderr, "Error at %s:%d:%d: %s\n", b.filename().c_str(), line_count, loc - line_start, msg);
1084 fwrite(&b.buffer[line_start], line_end-line_start, 1, stderr);
1086 for (int i=0 ; i<(loc-line_start) ; ++i)
1088 char c = (b.buffer[i+line_start] == '\t') ? '\t' : ' ';
/freebsd-12-stable/sys/cam/scsi/
H A Dsmp_all.c441 int line_start, line_cursor; local
454 for (curbyte = (uint8_t *)&response->comp_vendor, line_start= 1,
457 if (line_start != 0) {
461 line_start = 0;
468 line_start = 1;
/freebsd-12-stable/contrib/binutils/gas/
H A Dmacro.c133 int line_start = ptr->len; local
148 int i = line_start;
180 i = line_start;
184 line_start = i;
221 ptr->len = line_start;
229 line_start = ptr->len;
H A Ddwarf2dbg.c1273 symbolS *line_start;
1283 line_start = symbol_temp_new_now ();
1290 expr.X_op_symbol = line_start;
1320 expr.X_op_symbol = line_start;
1269 symbolS *line_start; local
H A Dread.c642 char *line_start = input_line_pointer;
667 equals (line_start,
687 line_label = colon (line_start);
689 line_label = symbol_create (line_start,
639 char *line_start = input_line_pointer; local

Completed in 206 milliseconds