Searched refs:out_fn (Results 1 – 5 of 5) sorted by relevance
/external/e2fsprogs/debugfs/ |
D | dump.c | 155 char *in_fn, *out_fn; in do_dump() local 177 out_fn = argv[optind+1]; in do_dump() 183 fd = open(out_fn, O_CREAT | O_WRONLY | O_TRUNC | O_LARGEFILE, 0666); in do_dump() 186 out_fn); in do_dump() 190 dump_file(argv[0], inode, fd, preserve, out_fn); in do_dump() 193 out_fn); in do_dump()
|
D | logdump.c | 78 char *out_fn; in do_logdump() local 172 out_fn = argv[optind]; in do_logdump() 173 out_file = fopen(out_fn, "w"); in do_logdump() 176 out_fn); in do_logdump()
|
/external/opencv3/samples/python2/ |
D | stereo_match.py | 68 out_fn = 'out.ply' variable
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 792 const char *out_fn; member 1072 stream->config.out_fn = NULL; in new_stream() 1128 config->out_fn = arg.val; in parse_stream_params() 1299 if (!streami->config.out_fn) in validate_stream_config() 1305 const char *a = stream->config.out_fn; in validate_stream_config() 1306 const char *b = streami->config.out_fn; in validate_stream_config() 1402 fprintf(stderr, "Destination file: %s\n", stream->config.out_fn); in show_stream_config() 1444 const char *fn = stream->config.out_fn; in open_output_file()
|
/external/zlib/src/contrib/pascal/ |
D | zlibpas.pas | 139 out_fn: out_func; out_desc: Pointer): Integer;
|