Go to the source code of this file.
◆ mbstate_t
◆ FILE_LICENCE()
| FILE_LICENCE |
( |
GPL2_OR_LATER_OR_UBDL |
| ) |
|
◆ __attribute__()
Convert wide character to multibyte sequence.
- Parameters
-
| buf | Buffer |
| wc | Wide character |
| ps | Shift state |
- Return values
-
| len | Number of characters written |
This is a stub implementation, sufficient to handle basic ASCII characters.
◆ wcsnlen()
Calculate length of wide-character string.
- Parameters
-
| string | String |
| max | Maximum length (in wide characters) |
- Return values
-
| len | Length (in wide characters, excluding terminating NUL) |
Definition at line 42 of file wchar.c.
45 while (
max-- && *(
string++) )
References len, and max.
Referenced by efi_load_path(), string_test_exec(), and wcslen().
◆ wcslen()
◆ wc
◆ __unused
Initial value:
Definition at line 22 of file wchar.h.
◆ return