Searched refs:out_fn (Results 1 – 6 of 6) sorted by relevance
154 char *in_fn, *out_fn; in do_dump() local176 out_fn = argv[optind+1]; in do_dump()182 fd = open(out_fn, O_CREAT | O_WRONLY | O_TRUNC | O_LARGEFILE, 0666); in do_dump()185 out_fn); in do_dump()189 dump_file(argv[0], inode, fd, preserve, out_fn); in do_dump()192 out_fn); in do_dump()
83 char *out_fn; in do_logdump() local184 out_fn = argv[optind]; in do_logdump()185 out_file = fopen(out_fn, "w"); in do_logdump()188 out_fn); in do_logdump()
139 out_fn: out_func; out_desc: Pointer): Integer;
444 (out_dir, out_fn) = os.path.split(options.output)445 out_suffix = '_' + os.path.splitext(out_fn)[1]