Home
last modified time | relevance | path

Searched refs:strptr (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_parse_txt_reply.c54 const unsigned char *strptr; in ares__parse_txt_reply() local
126 strptr = aptr; in ares__parse_txt_reply()
127 while (strptr < (aptr + rr_len)) in ares__parse_txt_reply()
129 substr_len = (unsigned char)*strptr; in ares__parse_txt_reply()
130 if (strptr + substr_len + 1 > aptr + rr_len) in ares__parse_txt_reply()
155 txt_curr->record_start = (strptr == aptr); in ares__parse_txt_reply()
164 ++strptr; in ares__parse_txt_reply()
165 memcpy ((char *) txt_curr->txt, strptr, substr_len); in ares__parse_txt_reply()
170 strptr += substr_len; in ares__parse_txt_reply()
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-smart-array/
Dmain.cpp14 char *strptr; member
21 strptr = new char[128]; in SomeOtherData()
22 strcpy(strptr,"Nested Hello world!"); in SomeOtherData()
42 char *strptr = NULL; in main() local
43 strptr = "Hello world!"; in main()
/external/elfutils/tests/
Drun-strptr.sh23 testrun_compare ${abs_top_builddir}/tests/strptr testfile <<\EOF
62 testrun_compare ${abs_top_builddir}/tests/strptr testfile10 <<\EOF
D.gitignore98 /strptr
DMakefile.am54 getsrc_die strptr newdata elfstrtab dwfl-proc-attach \ program
165 run-getsrc-die.sh run-strptr.sh newdata elfstrtab dwfl-proc-attach \
431 run-getsrc-die.sh run-strptr.sh \
DChangeLog2033 * strptr.c: New file.
2034 * run-strptr.sh: New test.
2035 * Makefile.am (check_PROGRAMS): Add strptr.
2036 (TESTS): Add run-strptr.sh.
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/
Dmain.cpp106 char* strptr = "Hello world!"; in main() local
/external/libcups/cups/
Dppd.c2873 *strptr, /* Pointer into string */ in ppd_read() local
3324 strptr = lineptr + strlen(lineptr) - 1; in ppd_read()
3325 while (strptr >= lineptr && _cups_isspace(*strptr)) in ppd_read()
3326 *strptr-- = '\0'; in ppd_read()
3328 if (*strptr == '\"') in ppd_read()
3334 *strptr = '\0'; in ppd_read()
/external/libjpeg-turbo/
Dtransupp.c1360 jt_read_integer(const char **strptr, JDIMENSION *result) in jt_read_integer() argument
1362 const char *ptr = *strptr; in jt_read_integer()
1369 if (ptr == *strptr) in jt_read_integer()
1371 *strptr = ptr; in jt_read_integer()