Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/syslinux/
Ddisk.c472 char guid_seq[sizeof(struct guid) * 2]; in str_to_guid() local
476 while (*buf && i < sizeof(guid_seq)) { in str_to_guid()
486 guid_seq[i] = *buf - '0'; in str_to_guid()
488 guid_seq[i] = *buf - 'A' + 10; in str_to_guid()
490 guid_seq[i] = *buf - 'a' + 10; in str_to_guid()
501 if (i < sizeof(guid_seq)) { in str_to_guid()
505 buf = guid_seq; in str_to_guid()