Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Ddtio.c322 char *Colon; in DtParseLine() local
342 Colon = strchr (LineBuffer, ':'); in DtParseLine()
343 if (!Colon) in DtParseLine()
349 End = Colon; in DtParseLine()
351 while (Start < Colon) in DtParseLine()
357 while (Start < Colon && *Start != ']') in DtParseLine()
374 Column = ACPI_PTR_DIFF (Colon, LineBuffer) + 3; in DtParseLine()
384 Start = End = (Colon + 1); in DtParseLine()
/f-stack/tools/libxo/doc/
H A Dfield-modifiers.rst67 .. index:: Field Modifiers; Colon
70 The Colon Modifier ({c:})
73 .. index:: Field Modifiers; Colon
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure.ac791 [AS_HELP_STRING([--with-rpath=<rpath>], [Colon-separated rpath (ELF systems only)])],
H A Dconfigure1453 --with-rpath=<rpath> Colon-separated rpath (ELF systems only)