Home
last modified time | relevance | path

Searched defs:CSV (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.bin/awk/
H A DREADME.md36 ### CSV ### subsection
H A Dmain.c55 bool CSV = false; /* true for csv input */ variable
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp153 auto CSV = DV->getAs<nonloc::CompoundVal>(); in checkPreCall() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-account.cpp56 enum class AccountOutputFormats { TEXT, CSV }; enumerator