Searched defs:STRLEN (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvfwprintf.c78 #define STRLEN(a) wcslen(a) macro
88 #define STRLEN(a) strlen(a) macro
1361 * can't use STRLEN; can only look for the
1363 * STRLEN() will go further.
1374 size = (int)STRLEN(result);

Completed in 268 milliseconds