Searched refs:strptr (Results 1 - 5 of 5) sorted by relevance

/external/c-ares/
H A Dares_parse_txt_reply.c60 const unsigned char *strptr; local
145 strptr = aptr;
146 while (strptr < (aptr + rr_len))
148 substr_len = (unsigned char)*strptr;
150 strptr += substr_len + 1;
163 strptr = aptr;
164 while (strptr < (aptr + rr_len))
166 substr_len = (unsigned char)*strptr;
167 strptr++;
168 memcpy ((char *) txt_curr->txt + str_len, strptr, substr_le
[all...]
/external/elfutils/tests/
H A Drun-strptr.sh23 testrun_compare ${abs_top_builddir}/tests/strptr testfile <<\EOF
62 testrun_compare ${abs_top_builddir}/tests/strptr testfile10 <<\EOF
H A DMakefile.am54 getsrc_die strptr newdata elfstrtab dwfl-proc-attach \
123 run-getsrc-die.sh run-strptr.sh newdata elfstrtab dwfl-proc-attach \
310 run-getsrc-die.sh run-strptr.sh \
/external/skia/tests/
H A DPDFPrimitivesTest.cpp58 const char* strptr = STRING; \
60 if (!eq(sks, strptr, LEN)) { \
64 SkStringPrintf("'%s' != '%s'", strptr, sks.c_str())); \
/external/libjpeg-turbo/
H A Dtransupp.c762 * *strptr is advanced over the digit string, and *result is set to its value.
766 jt_read_integer (const char ** strptr, JDIMENSION * result)
768 const char * ptr = *strptr;
775 if (ptr == *strptr)
777 *strptr = ptr;

Completed in 172 milliseconds