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

  /src/sys/external/bsd/gnu-efi/dist/lib/
console.c 38 IN UINTN StrLen
40 // Input a string at the current cursor location, for StrLen
47 StrLen
57 IN UINTN StrLen
59 // Input a string at the current cursor location, for StrLen
93 if (Len < StrLen-1) {
str.c 181 StrLen (
print.c 326 len = StrLen(Buffer);
368 newlen = spc->len + StrLen(Buffer) + 1;
1416 UINTN x = StrLen(Buffer);
  /src/common/dist/zlib/contrib/pascal/
example.pas 61 len := StrLen(hello)+1;
90 len := StrLen(hello)+1;
162 uncomprLen := StrLen(PChar(uncompr));
189 len := StrLen(hello)+1;
373 len := StrLen(hello)+1;
461 err := deflateSetDictionary(c_stream, dictionary, StrLen(dictionary));
469 c_stream.avail_in := StrLen(hello)+1;
513 err := inflateSetDictionary(d_stream, dictionary, StrLen(dictionary));
  /src/sys/external/bsd/gnu-efi/dist/inc/
efilib.h 376 StrLen (
516 IN UINTN StrLen
525 IN UINTN StrLen

Completed in 36 milliseconds