Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/compiler/
A Ddtio.c258 char *Colon; in DtParseLine() local
278 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()
/third_party/ulib/jemalloc/
A Dconfigure.ac671 [AS_HELP_STRING([--with-rpath=<rpath>], [Colon-separated rpath (ELF systems only)])],

Completed in 7 milliseconds