Searched refs:string (Results 1 – 3 of 3) sorted by relevance
/wcsmbs/ |
A D | tst-mbstowcs.c | 26 char string[] = { '1', '2', '3' , '4', '5', '\0' }; in do_test() local 27 size_t len = strlen (string); in do_test() 35 result = mbstowcs (wout, string, NUM_WCHAR); in do_test() 44 result = mbstowcs (NULL, string, len); in do_test()
|
A D | isoc99_vswscanf.c | 31 __isoc99_vswscanf (const wchar_t *string, const wchar_t *format, va_list args) in __isoc99_vswscanf() argument 35 FILE *f = _IO_strfile_readw (&sf, &wd, string); in __isoc99_vswscanf()
|
A D | wcsmbsload.c | 172 charset_name = new_category->values[_NL_ITEM_INDEX(CODESET)].string; in __libc_rwlock_define()
|
Completed in 5 milliseconds