Searched refs:fname_out (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/libucl/tests/
H A Dtest_streamline.c34 const char *fname_out = NULL; local
41 fname_out = argv[1];
45 if (fname_out != NULL) {
46 out = fopen (fname_out, "w");
H A Dtest_basic.c40 const char *fname_in = NULL, *fname_out = NULL; local
82 fname_out = argv[1];
157 if (fname_out != NULL) {
158 out = fopen (fname_out, "w");
168 if (fname_out != NULL) {
169 fd_out = open (fname_out, O_WRONLY | O_CREAT, 00644);
H A Dtest_generate.c50 const char *fname_out = NULL; local
56 fname_out = argv[1];
61 if (fname_out != NULL) {
62 out = fopen (fname_out, "w");
H A Dtest_msgpack.c112 const char *fname_out = NULL; local
116 fname_out = argv[1];
127 if (fname_out != NULL) {
128 out = fopen (fname_out, "w");

Completed in 77 milliseconds