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/0.153/libdw/
dwarf_getsrclines.c 114 const unsigned char *linep local
117 if (linep == NULL)
127 if (unlikely (linep + 4 > lineendp))
135 Dwarf_Word unit_length = read_4ubyte_unaligned_inc (dbg, linep);
139 if (unlikely (linep + 8 > lineendp))
141 unit_length = read_8ubyte_unaligned_inc (dbg, linep);
147 || unlikely (linep + unit_length > lineendp))
149 lineendp = linep + unit_length;
152 uint_fast16_t version = read_2ubyte_unaligned_inc (dbg, linep);
162 header_length = read_4ubyte_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/0.153/src/
readelf.c 6000 const unsigned char *linep = (const unsigned char *) data->d_buf; local
    [all...]

Completed in 280 milliseconds