HomeSort by relevance Sort by last modified time
    Searched defs:OFS (Results 1 - 2 of 2) sorted by null

  /external/clang/unittests/AST/
ASTImporterTest.cpp 70 vfs::OverlayFileSystem *OFS = static_cast<vfs::OverlayFileSystem *>(
73 OFS->overlays_begin()->get());
  /external/one-true-awk/
tran.c 41 char **OFS; /* output field sep */
58 Cell *ofsloc; /* OFS */
78 &vp->sval == OFS || &vp->sval == ORS ||
97 ofsloc = setsymtab("OFS", " ", 0.0, STR|DONTFREE, symtab);
98 OFS = &ofsloc->sval;

Completed in 95 milliseconds