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

  /system/extras/tests/lib/testUtil/
testUtil.c 324 char *linep = line; local
328 if (linep != line) {
331 linep = line;
332 rv = snprintf(linep, ALEN(line) - (linep - line),
335 linep += rv;
342 assert((ALEN(line) - 4) >= (linep - line));
343 rv = snprintf(linep, ALEN(line) - (linep - line),
345 linep += rv
    [all...]
  /external/ppp/pppd/
utils.c 523 static char *linep; /* current pointer within line */ variable
531 linep = line;
534 linep = line + strlen(line);
542 if (linep != line) {
543 *linep = 0;
574 if (linep != line) {
576 if (linep + l < line + sizeof(line)) {
578 memcpy(linep, buf, l);
579 linep += l;
586 *linep = 0
    [all...]
  /external/elfutils/libdw/
dwarf_getsrclines.c 151 const unsigned char *linep, const unsigned char *lineendp,
207 if (unlikely (linep + 4 > lineendp))
214 Dwarf_Word unit_length = read_4ubyte_unaligned_inc (dbg, linep);
218 if (unlikely (linep + 8 > lineendp))
220 unit_length = read_8ubyte_unaligned_inc (dbg, linep);
225 if (unlikely (unit_length > (size_t) (lineendp - linep)
228 lineendp = linep + unit_length;
231 uint_fast16_t version = read_2ubyte_unaligned_inc (dbg, linep);
241 header_length = read_4ubyte_unaligned_inc (dbg, linep);
243 header_length = read_8ubyte_unaligned_inc (dbg, linep);
864 const unsigned char *linep = data->d_buf + debug_line_offset; local
    [all...]
  /external/elfutils/src/
readelf.c 6486 const unsigned char *linep = (const unsigned char *) data->d_buf; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 845 milliseconds