Home
last modified time | relevance | path

Searched refs:ctl_outfile (Results 1 – 7 of 7) sorted by relevance

/dports/audio/sphinx3/sphinx3-0.8/include/
H A Dcorpus.h301 void ctl_outfile (char *file, /**< Out: Generated filename (allocated by caller) */
/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libsearch/
H A Dsrch_flat_fwd.c352 ctl_outfile(str, fwg->word_cand_dir, fwg->latfile_ext,
753 ctl_outfile(str,
783ctl_outfile(str, cmd_ln_str_r(kbcore_config(fwg->kbcore), "-nbestdir"), cmd_ln_str_r(kbcore_config…
H A Dsrch.c572ctl_outfile(str, cmd_ln_str_r(kbcore_config(s->kbc), "-outlatdir"), cmd_ln_str_r(kbcore_config(s->…
587ctl_outfile(str, cmd_ln_str_r(kbcore_config(s->kbc), "-outlatdir"), cmd_ln_str_r(kbcore_config(s->…
H A Dword_graph.c86 ctl_outfile(filename, dir, latfile_ext, uttfile, id); in word_graph_dump()
H A Dsrch_allphone.c1168 ctl_outfile(str, cmd_ln_str_r(kbcore_config(s->kbc), "-nbestdir"),
H A Dsrch_time_switch_tree.c1450ctl_outfile(str, cmd_ln_str_r(kbcore_config(s->kbc), "-nbestdir"), cmd_ln_str_r(kbcore_config(s->k…
/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libcommon/
H A Dcorpus.c781 ctl_outfile(char *file, const char *dir, const char *ext, const char *utt, const char *uttid) in ctl_outfile() function