Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddtio.c319 char *TmpValue; in DtParseLine() local
426 TmpValue = UtLocalCalloc (Length + 1); in DtParseLine()
428 strncpy (TmpValue, Start, Length); in DtParseLine()
429 Value = DtTrim (TmpValue); in DtParseLine()
430 ACPI_FREE (TmpValue); in DtParseLine()