HTML Tidy 5.8.0
The HTACG Tidy HTML Project
 
Loading...
Searching...
No Matches
tmbstr.h File Reference

Go to the source code of this file.

Functions

TY_PRIVATE int TY_❪tmbsnprintf❫ (tmbstr buffer, size_t count, ctmbstr format,...)
 
TY_PRIVATE int TY_❪tmbstrcasecmp❫ (ctmbstr s1, ctmbstr s2)
 
TY_PRIVATE uint TY_❪tmbstrcat❫ (tmbstr s1, ctmbstr s2)
 
TY_PRIVATE int TY_❪tmbstrcmp❫ (ctmbstr s1, ctmbstr s2)
 
TY_PRIVATE uint TY_❪tmbstrcpy❫ (tmbstr s1, ctmbstr s2)
 
TY_PRIVATE tmbstr TY_❪tmbstrdup❫ (TidyAllocator *allocator, ctmbstr str)
 
TY_PRIVATE uint TY_❪tmbstrlen❫ (ctmbstr str)
 
TY_PRIVATE int TY_❪tmbstrncasecmp❫ (ctmbstr s1, ctmbstr s2, uint n)
 
TY_PRIVATE int TY_❪tmbstrncmp❫ (ctmbstr s1, ctmbstr s2, uint n)
 
TY_PRIVATE uint TY_❪tmbstrncpy❫ (tmbstr s1, ctmbstr s2, uint size)
 
TY_PRIVATE tmbstr TY_❪tmbstrndup❫ (TidyAllocator *allocator, ctmbstr str, uint len)
 
TY_PRIVATE tmbstr TY_❪tmbstrtolower❫ (tmbstr s)
 
TY_PRIVATE tmbstr TY_❪tmbstrtoupper❫ (tmbstr s)
 
TY_PRIVATE ctmbstr TY_❪tmbsubstrn❫ (ctmbstr s1, uint len1, ctmbstr s2)
 
TY_PRIVATE ctmbstr TY_❪tmbsubstr❫ (ctmbstr s1, ctmbstr s2)
 
TY_PRIVATE int TY_❪tmbvsnprintf❫ (tmbstr buffer, size_t count, ctmbstr format, va_list args)
 

Function Documentation

◆ TY_❪tmbsnprintf❫()

TY_PRIVATE int TY_❪tmbsnprintf❫ ( tmbstr buffer,
size_t count,
ctmbstr format,
... )

◆ TY_❪tmbstrcasecmp❫()

TY_PRIVATE int TY_❪tmbstrcasecmp❫ ( ctmbstr s1,
ctmbstr s2 )

◆ TY_❪tmbstrcat❫()

TY_PRIVATE uint TY_❪tmbstrcat❫ ( tmbstr s1,
ctmbstr s2 )

◆ TY_❪tmbstrcmp❫()

TY_PRIVATE int TY_❪tmbstrcmp❫ ( ctmbstr s1,
ctmbstr s2 )

◆ TY_❪tmbstrcpy❫()

TY_PRIVATE uint TY_❪tmbstrcpy❫ ( tmbstr s1,
ctmbstr s2 )

◆ TY_❪tmbstrdup❫()

TY_PRIVATE tmbstr TY_❪tmbstrdup❫ ( TidyAllocator * allocator,
ctmbstr str )

◆ TY_❪tmbstrlen❫()

TY_PRIVATE uint TY_❪tmbstrlen❫ ( ctmbstr str)

◆ TY_❪tmbstrncasecmp❫()

TY_PRIVATE int TY_❪tmbstrncasecmp❫ ( ctmbstr s1,
ctmbstr s2,
uint n )

◆ TY_❪tmbstrncmp❫()

TY_PRIVATE int TY_❪tmbstrncmp❫ ( ctmbstr s1,
ctmbstr s2,
uint n )

◆ TY_❪tmbstrncpy❫()

TY_PRIVATE uint TY_❪tmbstrncpy❫ ( tmbstr s1,
ctmbstr s2,
uint size )

◆ TY_❪tmbstrndup❫()

TY_PRIVATE tmbstr TY_❪tmbstrndup❫ ( TidyAllocator * allocator,
ctmbstr str,
uint len )

◆ TY_❪tmbstrtolower❫()

TY_PRIVATE tmbstr TY_❪tmbstrtolower❫ ( tmbstr s)

◆ TY_❪tmbstrtoupper❫()

TY_PRIVATE tmbstr TY_❪tmbstrtoupper❫ ( tmbstr s)

◆ TY_❪tmbsubstrn❫()

TY_PRIVATE ctmbstr TY_❪tmbsubstrn❫ ( ctmbstr s1,
uint len1,
ctmbstr s2 )

◆ TY_❪tmbsubstr❫()

TY_PRIVATE ctmbstr TY_❪tmbsubstr❫ ( ctmbstr s1,
ctmbstr s2 )

◆ TY_❪tmbvsnprintf❫()

TY_PRIVATE int TY_❪tmbvsnprintf❫ ( tmbstr buffer,
size_t count,
ctmbstr format,
va_list args )