Searched refs:strptr (Results 1 – 6 of 6) sorted by relevance
23 testrun_compare ${abs_top_builddir}/tests/strptr testfile <<\EOF62 testrun_compare ${abs_top_builddir}/tests/strptr testfile10 <<\EOF
54 getsrc_die strptr newdata elfstrtab dwfl-proc-attach \ program123 run-getsrc-die.sh run-strptr.sh newdata elfstrtab dwfl-proc-attach \310 run-getsrc-die.sh run-strptr.sh \
415 * strptr.c: New file.416 * run-strptr.sh: New test.417 * Makefile.am (check_PROGRAMS): Add strptr.418 (TESTS): Add run-strptr.sh.
2909 *strptr, /* Pointer into string */ in ppd_read() local3360 strptr = lineptr + strlen(lineptr) - 1; in ppd_read()3361 while (strptr >= lineptr && _cups_isspace(*strptr)) in ppd_read()3362 *strptr-- = '\0'; in ppd_read()3364 if (*strptr == '\"') in ppd_read()3370 *strptr = '\0'; in ppd_read()
145 /tests/strptr
767 jt_read_integer (const char **strptr, JDIMENSION *result) in jt_read_integer() argument769 const char *ptr = *strptr; in jt_read_integer()776 if (ptr == *strptr) in jt_read_integer()778 *strptr = ptr; in jt_read_integer()