Searched refs:CSV (Results 1 – 15 of 15) sorted by relevance
| /src/contrib/libxo/doc/ |
| H A D | encoders.rst | 52 CSV - Comma Separated Values 55 libxo ships with a custom encoder for "CSV" files, a common format for 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 97 The CSV encoder will emit the leaf values in this output as `fields` 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 [all …]
|
| /src/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()
|
| /src/contrib/one-true-awk/ |
| H A D | main.c | 52 bool CSV = false; /* true for csv input */ variable 179 CSV = true; in main() 223 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() 404 if (!CSV && strlen(inputFS) > 1) { /* it's a regular expression */ in fldbld() 406 } else if (!CSV && (sep = *inputFS) == ' ') { /* default whitespace */ in fldbld() 425 } 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 | 353 if (CSV && (vp == rsloc)) in setsval() 355 if (CSV && (vp == fsloc)) in setsval()
|
| H A D | run.c | 1751 } else if (a[2] == NULL && CSV) { /* CSV only if no explicit separator */ in split() 1784 } else if (!CSV && sep == ' ') { /* usual case: split on white space */ in split()
|
| /src/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 __anon25c3d8b80f02()
|
| /src/contrib/file/src/ |
| H A D | magic.h.in | 61 #define MAGIC_NO_CHECK_CSV 0x0080000 /* Don't check for CSV files */
|
| /src/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
|
| /src/contrib/file/magic/Magdir/ |
| H A D | diff | 122 # Algol 68 source (strength=?) CSV ASCII text (strength=?)
|
| /src/contrib/atf/ |
| H A D | NEWS | 690 * Improved atf-report's CSV output format to include information about
|
| /src/contrib/file/ |
| H A D | ChangeLog | 329 - Add a flag to disable CSV file detection.
|
| /src/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 7017 @Article{Kandel:1972:CSV, 24206 @Article{Easton:1978:CSV,
|