Lines Matching defs:text
53 SDL_ScanLong(const char *text, int radix, long *valuep) in SDL_ScanLong()
94 SDL_ScanUnsignedLong(const char *text, int radix, unsigned long *valuep) in SDL_ScanUnsignedLong()
126 SDL_ScanUintPtrT(const char *text, int radix, uintptr_t * valuep) in SDL_ScanUintPtrT()
158 SDL_ScanLongLong(const char *text, int radix, Sint64 * valuep) in SDL_ScanLongLong()
199 SDL_ScanUnsignedLongLong(const char *text, int radix, Uint64 * valuep) in SDL_ScanUnsignedLongLong()
231 SDL_ScanFloat(const char *text, double *valuep) in SDL_ScanFloat()
1067 SDL_sscanf(const char *text, SDL_SCANF_FORMAT_STRING const char *fmt, ...) in SDL_sscanf()
1079 SDL_vsscanf(const char *text, const char *fmt, va_list ap) in SDL_vsscanf()
1085 SDL_vsscanf(const char *text, const char *fmt, va_list ap) in SDL_vsscanf()
1359 …ntf(SDL_OUT_Z_CAP(maxlen) char *text, size_t maxlen, SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_snprintf()
1373 int SDL_vsnprintf(SDL_OUT_Z_CAP(maxlen) char *text, size_t maxlen, const char *fmt, va_list ap) in SDL_vsnprintf()
1383 int SDL_vsnprintf(SDL_OUT_Z_CAP(maxlen) char *text, size_t maxlen, const char *fmt, va_list ap) in SDL_vsnprintf()
1412 SDL_PrintString(char *text, size_t maxlen, SDL_FormatInfo *info, const char *string) in SDL_PrintString()
1495 SDL_PrintLong(char *text, size_t maxlen, SDL_FormatInfo *info, long value) in SDL_PrintLong()
1509 SDL_PrintUnsignedLong(char *text, size_t maxlen, SDL_FormatInfo *info, unsigned long value) in SDL_PrintUnsignedLong()
1519 SDL_PrintLongLong(char *text, size_t maxlen, SDL_FormatInfo *info, Sint64 value) in SDL_PrintLongLong()
1533 SDL_PrintUnsignedLongLong(char *text, size_t maxlen, SDL_FormatInfo *info, Uint64 value) in SDL_PrintUnsignedLongLong()
1543 SDL_PrintFloat(char *text, size_t maxlen, SDL_FormatInfo *info, double arg) in SDL_PrintFloat()
1646 SDL_vsnprintf(SDL_OUT_Z_CAP(maxlen) char *text, size_t maxlen, const char *fmt, va_list ap) in SDL_vsnprintf()