Lines Matching refs:sptr
47 *sptr = '\0'; /* NULL terminate sptr. */ \
49 strcat(sptr, buf); \
50 while (*sptr) sptr++; \
65 *sptr++ = *ptr++; /* Copy the type specifier. */ \
66 *sptr = '\0'; /* NULL terminate sptr. */ \
90 char * sptr = specifier; in _doprnt() local
93 *sptr++ = *ptr++; /* Copy the % and move forward. */ in _doprnt()
96 *sptr++ = *ptr++; in _doprnt()
102 *sptr++ = *ptr++; in _doprnt()
106 *sptr++ = *ptr++; /* Copy and go past the period. */ in _doprnt()
111 *sptr++ = *ptr++; in _doprnt()
129 *sptr++ = *ptr++; in _doprnt()