HomeSort by relevance Sort by last modified time
    Searched refs:out_fn (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/debugfs/
dump.c 148 char *in_fn, *out_fn; local
170 out_fn = argv[optind+1];
176 fd = open(out_fn, O_CREAT | O_WRONLY | O_TRUNC | O_LARGEFILE, 0666);
179 out_fn);
183 dump_file(argv[0], inode, fd, preserve, out_fn);
logdump.c 78 char *out_fn; local
172 out_fn = argv[optind];
173 out_file = fopen(out_fn, "w");
176 out_fn);
  /external/libvpx/
vpxdec.c 316 void *out_open(const char *out_fn, int do_md5)
324 (void)out_fn;
330 FILE *outfile = out = strcmp("-", out_fn) ? fopen(out_fn, "wb")
357 void out_close(void *out, const char *out_fn, int do_md5)
371 printf(" %s\n", out_fn);
1051 char out_fn[PATH_MAX]; local
1056 size_t len = sizeof(out_fn)-1;
1058 out_fn[len] = '\0';
1059 generate_filename(outfile_pattern, out_fn, len-1
    [all...]
vpxenc.c 1091 const char *in_fn = NULL, *out_fn = NULL, *stats_fn = NULL local
    [all...]
  /external/zlib/contrib/pascal/
zlibpas.pas 110 out_fn: out_func; out_desc: Pointer): Integer;

Completed in 274 milliseconds