Searched defs:outname (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/debugfs/
H A Ddump.c101 int preserve, char *outname)
135 fix_perms("dump_file", &inode, fd, outname);
100 dump_file(const char *cmdname, ext2_ino_t ino, int fd, int preserve, char *outname) argument
/external/libpng/contrib/gregbook/
H A Dwpng.c163 char *inname = NULL, outname[256]; local
364 /* make outname from inname */
368 strcpy(outname, inname);
369 strcpy(outname+len, ".png");
372 strncpy(outname, inname, len);
373 strcpy(outname+len, ".png");
375 /* check if outname already exists; if not, open */
376 if ((wpng_info.outfile = fopen(outname, "rb")) != NULL) {
378 outname);
381 } else if (!(wpng_info.outfile = fopen(outname, "w
[all...]
/external/zlib/examples/
H A Dgun.c539 inname is NULL or an empty string, read from stdin. If outname is NULL or
542 outname.
547 local int gunzip(z_stream *strm, char *inname, char *outname, int test) argument
566 else if (outname == NULL || *outname == 0) {
567 outname = "-";
571 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
574 fprintf(stderr, "gun cannot create %s\n", outname);
590 copymeta(inname, outname); /* copy attributes */
598 if (outfile > 2) unlink(outname);
633 char *outname; local
[all...]
/external/bison/src/
H A Dscan-skel.c847 char *outname = NULL; variable
981 if (outname)
983 free (outname); variable
986 outname = xstrdup (file_name);
987 skel_out = xfopen (outname, "w");
1014 QPUTS (outname);
1051 if (outname)
1053 free (outname);
/external/libpng/
H A Dpngtest.c96 int test_one_file PNGARG((PNG_CONST char *inname, PNG_CONST char *outname));
687 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname) argument
733 MultiByteToWideChar(CP_ACP, 0, outname, -1, path, MAX_PATH);
737 if ((fpout = fopen(outname, "wb")) == NULL)
740 fprintf(STDERR, "Could not open output file %s\n", outname);
802 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname);
826 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname);
1374 MultiByteToWideChar(CP_ACP, 0, outname, -1, path, MAX_PATH);
1378 if ((fpout = fopen(outname, "rb")) == NULL)
1381 fprintf(STDERR, "Could not find file %s\n", outname);
1447 static PNG_CONST char *outname = "pngout/png"; variable
1450 static PNG_CONST char *outname = "pngout.png"; variable
[all...]

Completed in 201 milliseconds