Home
last modified time | relevance | path

Searched refs:csv (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/libxo/encoder/csv/
H A Denc_csv.c164 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 DMakefile.am38 UGLY_NAME = csv.enc
/freebsd/contrib/kyua/integration/
H A Dcmd_db_exec_test.sh45 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 DMakefile.am99 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 Dencoders.rst32 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 Doptions.rst178 --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 DMakefile7 .PATH: ${LIBXOSRC}/encoder/csv
10 SHLIB_NAME= csv.enc
/freebsd/contrib/one-true-awk/
H A DFIXES29 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 DREADME.md27 The option `--csv` turns on CSV processing of input:
/freebsd/contrib/one-true-awk/testdir/
H A DT.csv3 echo T.csv: tests of csv field splitting, no embedded newlines
/freebsd/lib/libpmc/pmu-events/
H A DREADME15 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 DMakefile.am11 csv \ subdir
/freebsd/lib/libxo/encoder/
H A DMakefile9 SUBDIR = csv
/freebsd/sys/contrib/zstd/
H A DMakefile298 --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 Dconfigure.ac455 encoder/csv/Makefile
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DMSP430Target.def11 // Generated from TI's devices.csv in version 1.212 using the script in
/freebsd/contrib/file/magic/Magdir/
H A Dsysex27 …usercontent.com/insolace/MIDI-Sysex-MFG-IDs/master/Sysex%20ID%20Tables/MIDI%20Sysex%20MFG%20IDs.csv
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES9355 Solaris 2 from Rob McMahon <cudcv@csv.warwick.ac.uk>.