Searched refs:Colon (Results 1 – 2 of 2) sorted by relevance
258 char *Colon; in DtParseLine() local278 Colon = strchr (LineBuffer, ':'); in DtParseLine()279 if (!Colon) in DtParseLine()285 End = Colon; in DtParseLine()287 while (Start < Colon) in DtParseLine()293 while (Start < Colon && *Start != ']') in DtParseLine()310 Column = ACPI_PTR_DIFF (Colon, LineBuffer) + 3; in DtParseLine()320 Start = End = (Colon + 1); in DtParseLine()
671 [AS_HELP_STRING([--with-rpath=<rpath>], [Colon-separated rpath (ELF systems only)])],
Completed in 6 milliseconds