|
iPXE
|
Wide-character strings. More...
#include <wchar.h>Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| size_t | wcsnlen (const wchar_t *string, size_t max) |
| Calculate length of wide-character string. More... | |
| size_t | wcslen (const wchar_t *string) |
| Calculate length of wide-character string. More... | |
Wide-character strings.
Definition in file wchar.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
Calculate length of wide-character string.
| string | String |
| max | Maximum length (in wide characters) |
| len | Length (in wide characters, excluding terminating NUL) |
Definition at line 42 of file wchar.c.
Referenced by efi_load_path(), string_test_exec(), and wcslen().
Calculate length of wide-character string.
| string | String |
| len | Length (in wide characters, excluding terminating NUL) |
Definition at line 56 of file wchar.c.
References wcsnlen().
Referenced by efi_file_open(), efi_image_exec(), efi_snp_hii_append(), efivars_find(), and string_test_exec().
1.8.15