Home
last modified time | relevance | path

Searched refs:fmt0 (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_vfprintf.c385 extern int _ppfs_init(ppfs_t *ppfs, const char *fmt0) attribute_hidden; /* validates */
468 int attribute_hidden _ppfs_init(register ppfs_t *ppfs, const char *fmt0) in _ppfs_init() argument
477 ppfs->fmtpos = fmt0; in _ppfs_init()
490 p = fmt0; in _ppfs_init()
523 register const char *fmt = fmt0; in _ppfs_init()
537 ppfs->fmtpos = fmt0; /* rewind */ in _ppfs_init()
1287 static int _ppwfs_init(register ppfs_t *ppfs, const wchar_t *fmt0) in _ppwfs_init() argument
1297 ppfs->fmtpos = (const char *) fmt0; in _ppwfs_init()
1304 p = fmt0; in _ppwfs_init()
1337 register const wchar_t *fmt = fmt0; in _ppwfs_init()
[all …]
A Dold_vfprintf.c337 const char *fmt0; in vfprintf() local
357 fmt0 = fmt; /* save our position in case of bad format */ in vfprintf()
671 fmt = fmt0; /* this was an illegal format */ in vfprintf()
A D_scanf.c786 const unsigned char *fmt0 = psfs->fmt; in __psfs_parse_spec() local
925 return psfs->fmt - fmt0; in __psfs_parse_spec()

Completed in 8 milliseconds