Home
last modified time | relevance | path

Searched defs:Strtoi64 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libefivar/
H A Duefi-dplib.h533 #define Strtoi64(x, y) *(UINT64 *)y = strtoull(x, NULL, 0) macro
H A Defivar-dp-parse.c387 Strtoi64 ( in Strtoi64() function