Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Ddtio.c211 char *TmpValue; in DtParseLine() local
318 TmpValue = UtLocalCalloc (Length + 1); in DtParseLine()
320 strncpy (TmpValue, Start, Length); in DtParseLine()
321 Value = DtTrim (TmpValue); in DtParseLine()
322 ACPI_FREE (TmpValue); in DtParseLine()