Searched refs:__n (Results 1 – 3 of 3) sorted by relevance
/wcsmbs/bits/ |
A D | wchar2.h | 40 size_t __n)) in __NTH() argument 44 __s1, __s2, __n); in __NTH() 64 __s1, __s2, __n); in __NTH() 75 size_t __n), wmempcpy); 85 size_t __n)) in __NTH() argument 89 __s1, __s2, __n); in __NTH() 109 __s, __c, __n); in __NTH() 153 size_t __n), wcsncpy); 163 size_t __n)) in __NTH() argument 187 size_t __n)) in __NTH() argument [all …]
|
/wcsmbs/ |
A D | uchar.h | 46 const char *__restrict __s, size_t __n, 58 const char *__restrict __s, size_t __n,
|
A D | wchar.h | 93 const wchar_t *__restrict __src, size_t __n) 102 const wchar_t *__restrict __src, size_t __n) 118 size_t __n) __THROW; 126 size_t __n, locale_t __loc) __THROW; 151 size_t __n, locale_t __loc) __THROW; 251 size_t __n) 278 const wchar_t *__restrict __s2, size_t __n) 298 const char *__restrict __s, size_t __n, 330 __NTH (mbrlen (const char *__restrict __s, size_t __n, in __NTH() argument 333 ? mbrtowc (NULL, __s, __n, __ps) : __mbrlen (__s, __n, NULL)); } in __NTH() [all …]
|
Completed in 9 milliseconds