HomeSort by relevance Sort by last modified time
    Searched refs:strln (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
compat.c 556 int cnt = 0, padlen, strln; /* amount to pad */ local
561 for (strln = 0; value[strln]; ++strln); /* strlen */
562 padlen = min - strln;
  /external/fio/
stat.c 655 int strln = snprintf(str, LINE_LENGTH, " %3.2fth=%u%c", local
658 assert(strln < LINE_LENGTH);
659 if (pos + strln > LINE_LENGTH) {
664 pos += strln;
    [all...]

Completed in 100 milliseconds