Home
last modified time | relevance | path

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

/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
DMakefile.am54 getsrc_die strptr newdata elfstrtab dwfl-proc-attach \ program
123 run-getsrc-die.sh run-strptr.sh newdata elfstrtab dwfl-proc-attach \
310 run-getsrc-die.sh run-strptr.sh \
DChangeLog415 * strptr.c: New file.
416 * run-strptr.sh: New test.
417 * Makefile.am (check_PROGRAMS): Add strptr.
418 (TESTS): Add run-strptr.sh.
/external/libcups/cups/
Dppd.c2909 *strptr, /* Pointer into string */ in ppd_read() local
3360 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()
/external/elfutils/
D.gitignore145 /tests/strptr
/external/libjpeg-turbo/
Dtransupp.c767 jt_read_integer (const char **strptr, JDIMENSION *result) in jt_read_integer() argument
769 const char *ptr = *strptr; in jt_read_integer()
776 if (ptr == *strptr) in jt_read_integer()
778 *strptr = ptr; in jt_read_integer()