Home
last modified time | relevance | path

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

/libc/string/
A Dstrcmp.c11 # define Wstrcmp wcscmp macro
14 # define Wstrcmp strcmp macro
18 int Wstrcmp(register const Wchar *s1, register const Wchar *s2) in Wstrcmp() function
38 libc_hidden_def(Wstrcmp)
41 strong_alias(Wstrcmp,Wstrcoll)
/libc/string/csky/cskyv2/
A Dabiv2_strcmp.S12 # define Wstrcmp wcscmp macro
15 # define Wstrcmp strcmp macro
22 .global Wstrcmp
23 .type Wstrcmp, @function
24 Wstrcmp: label
167 .size Wstrcmp, .-Wstrcmp
169 libc_hidden_def(Wstrcmp)
170 .weak Wstrcmp
173 strong_alias(Wstrcmp,Wstrcoll)
/libc/string/csky/cskyv1/
A Dstrcmp.S12 # define Wstrcmp wcscmp macro
15 # define Wstrcmp strcmp macro
22 .global Wstrcmp
23 .type Wstrcmp, @function
24 Wstrcmp: label
184 .size Wstrcmp, .-Wstrcmp
186 libc_hidden_def(Wstrcmp)
187 .weak Wstrcmp
190 strong_alias(Wstrcmp,Wstrcoll)

Completed in 13 milliseconds