Home
last modified time | relevance | path

Searched refs:f_output_filename (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/sswf/sswf-1.8.4/src/sswf/
H A Dsswf.c++987 global.f_output_filename = argv[i] + j; in commandline()
1112 global.f_output_filename = "a.swf"; /* name of the destination file */ in main()
H A Dsswf.h756 const char * f_output_filename; member
H A Dsswf_save.c++4598 printf("+ Save the TagHeader in \"%s\".\n", g->f_output_filename); in save_data()
4608 f = fopen(g->f_output_filename, "wb"); in save_data()
4610 …fprintf(stderr, "ERROR: cannot create file \"%s\". (errno: %d - %s)\n", g->f_output_filename, errn… in save_data()