HomeSort by relevance Sort by last modified time
    Searched defs:linep (Results 1 - 4 of 4) sorted by null

  /system/extras/tests/lib/testUtil/
testUtil.c 326 char *linep = line; local
330 if (linep != line) {
333 linep = line;
334 rv = snprintf(linep, ALEN(line) - (linep - line),
337 linep += rv;
344 assert((ALEN(line) - 4) >= (linep - line));
345 rv = snprintf(linep, ALEN(line) - (linep - line),
347 linep += rv
    [all...]
  /external/elfutils/libdw/
dwarf_getsrclines.c 148 const uint8_t *linep = dbg->sectiondata[IDX_debug_line]->d_buf + offset; local
159 if (unlikely (linep + 4 > lineendp))
165 Dwarf_Word unit_length = read_4ubyte_unaligned_inc (dbg, linep);
169 if (unlikely (linep + 8 > lineendp))
171 unit_length = read_8ubyte_unaligned_inc (dbg, linep);
177 || unlikely (linep + unit_length > lineendp))
179 lineendp = linep + unit_length;
182 uint_fast16_t version = read_2ubyte_unaligned_inc (dbg, linep);
192 header_length = read_4ubyte_unaligned_inc (dbg, linep);
194 header_length = read_8ubyte_unaligned_inc (dbg, linep);
    [all...]
  /external/ppp/pppd/
utils.c 533 static char *linep; /* current pointer within line */ variable
541 linep = line;
544 linep = line + strlen(line);
552 if (linep != line) {
553 *linep = 0;
584 if (linep != line) {
586 if (linep + l < line + sizeof(line)) {
588 memcpy(linep, buf, l);
589 linep += l;
596 *linep = 0
    [all...]
  /external/elfutils/src/
readelf.c 4533 const unsigned char *linep = (const unsigned char *) data->d_buf; local
    [all...]

Completed in 609 milliseconds