Searched refs:strptr (Results 1 – 9 of 9) sorted by relevance
54 const unsigned char *strptr; in ares__parse_txt_reply() local126 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()
14 char *strptr; member21 strptr = new char[128]; in SomeOtherData()22 strcpy(strptr,"Nested Hello world!"); in SomeOtherData()42 char *strptr = NULL; in main() local43 strptr = "Hello world!"; in main()
23 testrun_compare ${abs_top_builddir}/tests/strptr testfile <<\EOF62 testrun_compare ${abs_top_builddir}/tests/strptr testfile10 <<\EOF
98 /strptr
54 getsrc_die strptr newdata elfstrtab dwfl-proc-attach \ program165 run-getsrc-die.sh run-strptr.sh newdata elfstrtab dwfl-proc-attach \431 run-getsrc-die.sh run-strptr.sh \
2033 * strptr.c: New file.2034 * run-strptr.sh: New test.2035 * Makefile.am (check_PROGRAMS): Add strptr.2036 (TESTS): Add run-strptr.sh.
106 char* strptr = "Hello world!"; in main() local
2873 *strptr, /* Pointer into string */ in ppd_read() local3324 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()
1360 jt_read_integer(const char **strptr, JDIMENSION *result) in jt_read_integer() argument1362 const char *ptr = *strptr; in jt_read_integer()1369 if (ptr == *strptr) in jt_read_integer()1371 *strptr = ptr; in jt_read_integer()