Home | History | Annotate | Download | only in lib

Lines Matching refs:Str

1 /*	$NetBSD: str.c,v 1.1.1.3 2021/09/30 18:50:09 jmcneill Exp $	*/
9 str.c
68 IN CHAR16 *Str EFI_UNUSED
88 IN CHAR16 *Str
93 UnicodeInterface->StrLwr(UnicodeInterface, Str);
94 else uefi_call_wrapper(UnicodeInterface->StrLwr, 2, UnicodeInterface, Str);
99 IN CHAR16 *Str
104 UnicodeInterface->StrUpr(UnicodeInterface, Str);
105 else uefi_call_wrapper(UnicodeInterface->StrUpr, 2, UnicodeInterface, Str);
271 CONST CHAR16 *str
279 while (*str == ' ') {
280 str += 1;
285 while ((c = *(str++))) {
302 CONST CHAR16 *str
310 while (*str == ' ') {
311 str += 1;
316 while ((c = *(str++))) {