Home
last modified time | relevance | path

Searched refs:h_hdr_file_in (Results 1 – 4 of 4) sorted by relevance

/dragonfly/lib/libtcplay/
H A Dtcplay_api.c295 _set_str(h_hdr_file_in); in tc_api_task_set()
298 _clr_str(h_hdr_file_in); in tc_api_task_set()
H A Dtcplay.c993 opts->h_hdr_file_in, 0, &sz); in info_map_common()
995 tc_log(1, "error read hdr_enc: %s", opts->h_hdr_file_in); in info_map_common()
2209 if (opts->h_hdr_file_in) in opts_free()
2210 free_safe_mem(opts->h_hdr_file_in); in opts_free()
H A Dtcplay.h223 const char *h_hdr_file_in; member
/dragonfly/sbin/tcplay/
H A Dmain.c394 _set_str_opt(h_hdr_file_in); in main()