Home
last modified time | relevance | path

Searched refs:WidthParse (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Dprint.c72 UINTN *WidthParse; member
1018 Item.WidthParse = &Item.Width; in _Print()
1054 Item.WidthParse = &Item.FieldWidth; in _Print()
1058 *Item.WidthParse = va_arg(ps->args, UINTN); in _Print()
1070 *Item.WidthParse = 0; in _Print()
1072 *Item.WidthParse = *Item.WidthParse * 10 + c - '0'; in _Print()