Home
last modified time | relevance | path

Searched refs:output (Results 1 – 5 of 5) sorted by relevance

/optee_benchmark/libyaml/tests/run-test-suite/test/
A Dlibyaml-parser.t23 output="$(${DIFF:-diff} -u $dir/test.event /tmp/test.out)" || ok=false
28 echo "$output" | sed 's/^/# /'
A Dlibyaml-emitter.t30 output="$(${DIFF:-diff} -u $want /tmp/test.out)" || ok=false
35 echo "$output" | sed 's/^/# /'
/optee_benchmark/libyaml/doc/
A Ddoxygen.cfg104 # configuration options related to the HTML output
124 # configuration options related to the LaTeX output
139 # configuration options related to the RTF output
148 # configuration options related to the man page output
155 # configuration options related to the XML output
163 # configuration options for the AutoGen Definitions output
167 # configuration options related to the Perl module output
/optee_benchmark/libyaml/src/
A Dapi.c418 if (emitter->output.string.size - *emitter->output.string.size_written in yaml_string_write_handler()
420 memcpy(emitter->output.string.buffer in yaml_string_write_handler()
421 + *emitter->output.string.size_written, in yaml_string_write_handler()
423 emitter->output.string.size in yaml_string_write_handler()
425 *emitter->output.string.size_written = emitter->output.string.size; in yaml_string_write_handler()
429 memcpy(emitter->output.string.buffer in yaml_string_write_handler()
431 *emitter->output.string.size_written += size; in yaml_string_write_handler()
461 emitter->output.string.buffer = output; in yaml_emitter_set_output_string()
462 emitter->output.string.size = size; in yaml_emitter_set_output_string()
463 emitter->output.string.size_written = size_written; in yaml_emitter_set_output_string()
[all …]
/optee_benchmark/libyaml/include/
A Dyaml.h1568 } output; member
1806 unsigned char *output, size_t size, size_t *size_written);

Completed in 11 milliseconds