Searched refs:CSV (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/contrib/libxo/doc/ |
| H A D | encoders.rst | 52 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-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NonNullParamChecker.cpp | 155 auto CSV = DV->getAs<nonloc::CompoundVal>(); in checkPreCall() local 158 if (!CSV) in checkPreCall() 161 V = *(CSV->begin()); in checkPreCall() 163 assert(++CSV->begin() == CSV->end()); in checkPreCall()
|
| /freebsd-14.2/contrib/one-true-awk/ |
| H A D | main.c | 52 bool CSV = false; /* true for csv input */ variable 159 CSV = true; in main() 203 if (CSV && (fs != NULL || lookup("FS", symtab) != NULL)) in main()
|
| H A D | README.md | 9 This version of Awk handles UTF-8 and comma-separated values (CSV) input. 25 ### CSV ### subsection 27 The option `--csv` turns on CSV processing of input: 31 In CSV mode, `FS` is ignored. 34 field-splitting in `split` is determined by CSV mode.
|
| H A D | lib.c | 233 if (CSV) { in readrec() 402 if (!CSV && strlen(inputFS) > 1) { /* it's a regular expression */ in fldbld() 404 } else if (!CSV && (sep = *inputFS) == ' ') { /* default whitespace */ in fldbld() 423 } else if (CSV) { /* CSV processing. no error handling */ in fldbld()
|
| H A D | awk.h | 83 extern bool CSV; /* true for csv input */
|
| H A D | tran.c | 351 if (CSV && (vp == rsloc)) in setsval() 353 if (CSV && (vp == fsloc)) in setsval()
|
| H A D | run.c | 1752 } else if (a[2] == NULL && CSV) { /* CSV only if no explicit separator */ in split() 1785 } else if (!CSV && sep == ' ') { /* usual case: split on white space */ in split()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-account.cpp | 56 enum class AccountOutputFormats { TEXT, CSV }; enumerator 61 clEnumValN(AccountOutputFormats::CSV, "csv", 515 case AccountOutputFormats::CSV: in __anon8650f5d90f02()
|
| /freebsd-14.2/contrib/file/src/ |
| H A D | magic.h.in | 61 #define MAGIC_NO_CHECK_CSV 0x0080000 /* Don't check for CSV files */
|
| /freebsd-14.2/lib/libpmc/pmu-events/ |
| H A D | README | 14 - The CSV file that maps a specific CPU to its set of PMU events is to
|
| /freebsd-14.2/contrib/atf/ |
| H A D | NEWS | 690 * Improved atf-report's CSV output format to include information about
|
| /freebsd-14.2/contrib/file/ |
| H A D | ChangeLog | 297 - Add a flag to disable CSV file detection.
|
| /freebsd-14.2/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 7017 @Article{Kandel:1972:CSV, 24206 @Article{Easton:1978:CSV,
|