Home
last modified time | relevance | path

Searched refs:CSV (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/libxo/doc/
H A Dencoders.rst52 CSV - Comma Separated Values
56 comma separated values. The output of the CSV encoder can be loaded
59 A standard for CSV files is provided in :RFC:`4180`, but since the
61 differences in CSV file consumers and their expectations. The CSV
98 inside a CSV `record`, which is a line containing a set of
107 Be aware that since the CSV encoder looks for data instances, when
119 By default, the CSV encoder will attempt to emit any list instance
145 The CSV encoding requires that all lines of output have the same
211 many CSV consumers do not handle quotes. The "no-quotes" option
212 instruct the CSV encoder to avoid the use of quotes.
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp153 auto CSV = DV->getAs<nonloc::CompoundVal>(); in checkPreCall() local
156 if (!CSV) in checkPreCall()
159 V = *(CSV->begin()); in checkPreCall()
161 assert(++CSV->begin() == CSV->end()); in checkPreCall()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp54 enum class AccountOutputFormats { TEXT, CSV }; enumerator
59 clEnumValN(AccountOutputFormats::CSV, "csv",
513 case AccountOutputFormats::CSV: in __anone10012d70f02()
/freebsd-13.1/contrib/file/src/
H A Dmagic.h.in59 #define MAGIC_NO_CHECK_CSV 0x0080000 /* Don't check for CSV files */
/freebsd-13.1/lib/libpmc/pmu-events/
H A DREADME14 - The CSV file that maps a specific CPU to its set of PMU events is to
/freebsd-13.1/contrib/atf/
H A DNEWS690 * Improved atf-report's CSV output format to include information about
/freebsd-13.1/contrib/file/
H A DChangeLog171 - Add a flag to disable CSV file detection.