Home
last modified time | relevance | path

Searched refs:sptr (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
D_doprnt.c47 *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()
[all …]
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c2835 mips_parse_register (char **sptr, unsigned int *symval_ptr, in mips_parse_register() argument
2843 s = e = *sptr; in mips_parse_register()
2873 *sptr = e; in mips_parse_register()