Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/libucl/tests/
Dtest_basic.c35 const char *fname_in = NULL, *fname_out = NULL; in main() local
59 fname_out = argv[1]; in main()
91 if (fname_out != NULL) { in main()
92 out = fopen (fname_out, "w"); in main()
Dtest_generate.c36 const char *fname_out = NULL; in main() local
41 fname_out = argv[1]; in main()
46 if (fname_out != NULL) { in main()
47 out = fopen (fname_out, "w"); in main()