Home
last modified time | relevance | path

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

/dports/audio/umodplayer/umodplayer_B5.1/
H A Dmain.c134 char *ins_ofile = NULL; in main() local
242 ins_ofile = argv[i]; in main()
427 if (!interactive && file.name && ins_ofile) { in main()
430 fd = open(ins_ofile, O_WRONLY | O_TRUNC | O_CREAT, 0644); in main()
438 if (!interactive && file.name && (ofile || txt_ofile || spl_ofile || ins_ofile)) { in main()