Searched refs:csv (Results 1 – 18 of 18) sorted by relevance
/freebsd/contrib/libxo/encoder/csv/ |
H A D | enc_csv.c | 164 csv_dbg (xo_handle_t *xop UNUSED, csv_private_t *csv UNUSED, in csv_dbg() 167 if (csv == NULL || !(csv->c_flags & CF_DEBUG)) in csv_dbg() 184 csv_private_t *csv = xo_realloc(NULL, sizeof(*csv)); in csv_create() local 185 if (csv == NULL) in csv_create() 188 bzero(csv, sizeof(*csv)); in csv_create() 189 xo_buf_init(&csv->c_data); in csv_create() 190 xo_buf_init(&csv->c_name_buf); in csv_create() 191 xo_buf_init(&csv->c_value_buf); in csv_create() 193 xo_buf_init(&csv->c_stack_buf); in csv_create() 196 xo_set_private(xop, csv); in csv_create() [all …]
|
H A D | Makefile.am | 38 UGLY_NAME = csv.enc
|
/freebsd/contrib/kyua/integration/ |
H A D | cmd_db_exec_test.sh | 45 atf_check -s exit:0 -o save:metadata.csv -e empty \ 48 grep 'schema_version,.*timestamp' metadata.csv 56 atf_check -s exit:0 -o save:metadata.csv -e empty \ 59 grep 'schema_version,.*timestamp' metadata.csv 95 atf_check -s exit:0 -o save:metadata.csv -e empty \ 100 grep 'schema_version,.*timestamp' metadata.csv 111 atf_check -s exit:0 -o save:metadata.csv -e empty \ 116 grep 'schema_version,.*timestamp' metadata.csv
|
/freebsd/contrib/libxo/tests/core/ |
H A D | Makefile.am | 99 xoopts==warn,$$csv ; \ 122 ( fmt=Ecsv1; csv=encoder=csv ; \ 124 ( fmt=Ecsv2; csv=encoder=csv:path=top-level/data/item:no-header ; \ 126 ( fmt=Ecsv3; csv=@csv:path=item:leafs=sku.sold:no-quotes ; \
|
/freebsd/contrib/libxo/doc/ |
H A D | encoders.rst | 32 df --libxo encoder=csv+path=filesystem+leaf=name+no-header 33 df --libxo encoder=csv:path=filesystem:leaf=name:no-header 35 These examples instructs libxo to load the "csv" encoder and pass the 48 df --libxo @csv:no-header 101 % list-items --libxo encoder=csv 110 % xo --libxo encoder=csv --instance foo 'The {:product} is {:status}\n' stereo "in route" 130 % list-items --libxo encoder=csv:path=top/data/item 171 % list-items --libxo encoder=csv:leafs=sku.on-order 176 % list-items -libxo encoder=csv:leafs=on-order.sku 202 The csv encoder defaults to producing the header line, but the
|
H A D | options.rst | 178 --libxo encoder=csv+path=filesystem+leaf=name+no-header 179 --libxo encoder=csv:path=filesystem:leaf=name:no-header 184 df --libxo @csv:no-header
|
/freebsd/lib/libxo/encoder/csv/ |
H A D | Makefile | 7 .PATH: ${LIBXOSRC}/encoder/csv 10 SHLIB_NAME= csv.enc
|
/freebsd/contrib/one-true-awk/ |
H A D | FIXES | 29 Fixed readcsvrec resize segfault when reading csv records longer 70 Fix inconsistent handling of --csv and FS set in the 77 Fix inconsistent handling of -F and --csv, and loss of csv 125 Added --csv option to enable processing of comma-separated 126 values inputs. When --csv is enabled, fields are separated 131 the setting of --csv to determine how fields are split.
|
H A D | README.md | 27 The option `--csv` turns on CSV processing of input:
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | T.csv | 3 echo T.csv: tests of csv field splitting, no embedded newlines
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | README | 15 be named 'mapfile.csv' (see below for mapfile format). 105 The mapfile.csv format is expected to be: 138 files, relative to the directory containing the mapfile.csv 146 $ grep Silvermont tools/perf/pmu-events/arch/x86/mapfile.csv
|
/freebsd/contrib/libxo/encoder/ |
H A D | Makefile.am | 11 csv \ subdir
|
/freebsd/lib/libxo/encoder/ |
H A D | Makefile | 9 SUBDIR = csv
|
/freebsd/sys/contrib/zstd/ |
H A D | Makefile | 298 --output $(REGRESS_RESULTS_DIR)/results.csv \ 301 ! diff tests/regression/results.csv $(REGRESS_RESULTS_DIR)/results.csv 303 $(CP) $(REGRESS_RESULTS_DIR)/results.csv tests/regression/results.csv
|
/freebsd/contrib/libxo/ |
H A D | configure.ac | 455 encoder/csv/Makefile
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | MSP430Target.def | 11 // Generated from TI's devices.csv in version 1.212 using the script in
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | sysex | 27 …usercontent.com/insolace/MIDI-Sysex-MFG-IDs/master/Sysex%20ID%20Tables/MIDI%20Sysex%20MFG%20IDs.csv
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 9355 Solaris 2 from Rob McMahon <cudcv@csv.warwick.ac.uk>.
|