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

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

Completed in 104 milliseconds