Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslparseop.c719 time_t CurrentTime; in TrCreateConstantLeafOp() local
773 CurrentTime = time (NULL); in TrCreateConstantLeafOp()
775 StaticTimeString = ctime (&CurrentTime); in TrCreateConstantLeafOp()