Searched refs:STRING_TYPE (Results 1 – 4 of 4) sorted by relevance
/string/ |
A D | strxfrm.c | 21 #ifndef STRING_TYPE 22 # define STRING_TYPE char macro 28 STRXFRM (STRING_TYPE *dest, const STRING_TYPE *src, size_t n) in STRXFRM()
|
A D | strcoll.c | 20 #ifndef STRING_TYPE 21 # define STRING_TYPE char macro 31 STRCOLL (const STRING_TYPE *s1, const STRING_TYPE *s2) in STRCOLL()
|
A D | strcoll_l.c | 28 #ifndef STRING_TYPE 29 # define STRING_TYPE char macro 257 STRCOLL (const STRING_TYPE *s1, const STRING_TYPE *s2, locale_t l) in STRCOLL()
|
A D | strxfrm_l.c | 27 #ifndef STRING_TYPE 28 # define STRING_TYPE char macro 133 do_xfrm (const USTRING_TYPE *usrc, STRING_TYPE *dest, size_t n, in do_xfrm() 404 do_xfrm_cached (STRING_TYPE *dest, size_t n, const locale_data_t *l_data, in do_xfrm_cached() 667 STRXFRM (STRING_TYPE *dest, const STRING_TYPE *src, size_t n, locale_t l) in STRXFRM()
|
Completed in 9 milliseconds