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

/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Ddtio.c256 char *TmpValue; local
362 TmpValue = UtLocalCalloc (Length + 1);
364 ACPI_STRNCPY (TmpValue, Start, Length);
365 Value = DtTrim (TmpValue);
366 ACPI_FREE (TmpValue);

Completed in 116 milliseconds