Home
last modified time | relevance | path

Searched defs:outfile (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/doc/guides/
H A Dconf.py255 def print_table_header(outfile, num_cols, header_names, title): argument
275 def print_table_body(outfile, num_cols, ini_files, ini_data, default_features): argument
289 def print_table_row(outfile, feature, line): argument
295 def print_table_divider(outfile, num_cols): argument
306 def print_table_css(outfile, table_id): argument
/f-stack/freebsd/contrib/zlib/test/
H A Dminigzip.c461 local char outfile[MAX_NAME_LEN]; local
500 char *infile, *outfile; local
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c466 local char outfile[MAX_NAME_LEN]; local
501 char *infile, *outfile; local
/f-stack/tools/libxo/xopo/
H A Dxopo.c203 FILE *outfile; in main() local
/f-stack/freebsd/contrib/libsodium/regen-msvc/
H A Dregen-msvc.py84 def apply_template(tplfile, outfile, sbox): argument
/f-stack/dpdk/buildtools/pmdinfogen/
H A Dpmdinfogen.c376 static void output_pmd_info_string(struct elf_info *info, char *outfile) in output_pmd_info_string()