Searched refs:fmt0 (Results 1 – 3 of 3) sorted by relevance
385 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() argument477 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() argument1297 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 …]
337 const char *fmt0; in vfprintf() local357 fmt0 = fmt; /* save our position in case of bad format */ in vfprintf()671 fmt = fmt0; /* this was an illegal format */ in vfprintf()
786 const unsigned char *fmt0 = psfs->fmt; in __psfs_parse_spec() local925 return psfs->fmt - fmt0; in __psfs_parse_spec()
Completed in 8 milliseconds