Home
last modified time | relevance | path

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

/acpica-3.7.0/source/compiler/
Dprutils.c310 char *temp; in PrReplaceResizeSubstring() local
333 temp = strstr (AslGbl_MacroTokenBuffer, Args->Name); in PrReplaceResizeSubstring()
334 if (temp == NULL) in PrReplaceResizeSubstring()
340 temp = strstr (temp, Args->Name); in PrReplaceResizeSubstring()
341 if (temp == NULL) in PrReplaceResizeSubstring()
346 strlen (temp); in PrReplaceResizeSubstring()
358 temp += strlen (Args->Name); in PrReplaceResizeSubstring()
427 temp = NULL; in PrReplaceResizeSubstring()
441 temp = strstr (AslGbl_MacroTokenBuffer, Args->Name); in PrReplaceResizeSubstring()
442 if (temp == NULL) in PrReplaceResizeSubstring()
[all …]