Searched refs:sptr (Results 1 – 2 of 2) sorted by relevance
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() local93 *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()[all …]
2835 mips_parse_register (char **sptr, unsigned int *symval_ptr, in mips_parse_register() argument2843 s = e = *sptr; in mips_parse_register()2873 *sptr = e; in mips_parse_register()