/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/libvpx/ |
vpxdec.c | 286 void *out_open(const char *out_fn, int do_md5) { 292 (void)out_fn; 296 FILE *outfile = out = strcmp("-", out_fn) ? fopen(out_fn, "wb") 318 void out_close(void *out, const char *out_fn, int do_md5) { 330 printf(" %s\n", out_fn); 1067 char out_fn[PATH_MAX]; local [all...] |
vpxenc.c | 1063 const char *out_fn; member in struct:stream_config [all...] |
/external/zlib/src/contrib/pascal/ |
zlibpas.pas | 139 out_fn: out_func; out_desc: Pointer): Integer;
|