HomeSort by: relevance | last modified time | path
    Searched refs:StrSize (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/lib/
str.c 190 StrSize (
207 Size = StrSize(Src);
print.c 428 IN UINTN StrSize,
442 StrSize - Size of Str. String is truncated to this size.
459 spc.maxlen = StrSize / sizeof(CHAR16) - 1;
470 IN UINTN StrSize,
484 StrSize - Size of Str. String is truncated to this size.
499 len = UnicodeVSPrint(Str, StrSize, fmt, args);
850 IN UINTN StrSize,
864 StrSize - Size of Str. String is truncated to this size.
882 UnicodeStr = AllocatePool(StrSize * sizeof(CHAR16));
892 Len = UnicodeVSPrint(UnicodeStr, StrSize, UnicodeFmt, args)
    [all...]
dpath.c 251 Size = StrSize(FileName);
  /src/sys/external/bsd/gnu-efi/dist/inc/
efilib.h 387 StrSize (
543 IN UINTN StrSize,
551 IN UINTN StrSize,
614 IN UINTN StrSize,

Completed in 15 milliseconds