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

/external/e2fsprogs/debugfs/
H A Ddump.c153 char *in_fn, *out_fn; local
175 out_fn = argv[optind+1];
181 fd = open(out_fn, O_CREAT | O_WRONLY | O_TRUNC | O_LARGEFILE, 0666);
184 out_fn);
188 dump_file(argv[0], inode, fd, preserve, out_fn);
191 out_fn);
H A Dlogdump.c79 char *out_fn; local
177 out_fn = argv[optind];
178 out_file = fopen(out_fn, "w");
181 out_fn);
/external/libvpx/libvpx/
H A Dvpxenc.c826 const char *out_fn; member in struct:stream_config
1093 stream->config.out_fn = NULL;
1140 config->out_fn = arg.val;
1309 if (!streami->config.out_fn)
1315 const char *a = stream->config.out_fn;
1316 const char *b = streami->config.out_fn;
1395 fprintf(stderr, "Destination file: %s\n", stream->config.out_fn);
1436 const char *fn = stream->config.out_fn;
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas139 out_fn: out_func; out_desc: Pointer): Integer;

Completed in 174 milliseconds