Home
last modified time | relevance | path

Searched refs:inname (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/
Dgun.c548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) in gunzip() argument
554 if (inname == NULL || *inname == 0) { in gunzip()
555 inname = "-"; in gunzip()
559 infile = open(inname, O_RDONLY, 0); in gunzip()
561 fprintf(stderr, "gun cannot open %s\n", inname); in gunzip()
591 copymeta(inname, outname); /* copy attributes */ in gunzip()
592 unlink(inname); in gunzip()
596 inname); in gunzip()
600 fprintf(stderr, "gun data error on %s: %s\n", inname, strm->msg); in gunzip()
614 inname, strerror(errno)); in gunzip()
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/
Dgun.c548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) in gunzip() argument
554 if (inname == NULL || *inname == 0) { in gunzip()
555 inname = "-"; in gunzip()
559 infile = open(inname, O_RDONLY, 0); in gunzip()
561 fprintf(stderr, "gun cannot open %s\n", inname); in gunzip()
591 copymeta(inname, outname); /* copy attributes */ in gunzip()
592 unlink(inname); in gunzip()
596 inname); in gunzip()
600 fprintf(stderr, "gun data error on %s: %s\n", inname, strm->msg); in gunzip()
614 inname, strerror(errno)); in gunzip()
[all …]
/third_party/zlib/examples/
Dgun.c548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) in gunzip() argument
554 if (inname == NULL || *inname == 0) { in gunzip()
555 inname = "-"; in gunzip()
559 infile = open(inname, O_RDONLY, 0); in gunzip()
561 fprintf(stderr, "gun cannot open %s\n", inname); in gunzip()
591 copymeta(inname, outname); /* copy attributes */ in gunzip()
592 unlink(inname); in gunzip()
596 inname); in gunzip()
600 fprintf(stderr, "gun data error on %s: %s\n", inname, strm->msg); in gunzip()
614 inname, strerror(errno)); in gunzip()
[all …]
/third_party/libpng/
Dpngtest.c853 test_one_file(const char *inname, const char *outname) in test_one_file() argument
880 error_parameters.file_name = inname; in test_one_file()
882 if ((fpin = fopen(inname, "rb")) == NULL) in test_one_file()
884 fprintf(STDERR, "Could not find input file %s\n", inname); in test_one_file()
937 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname); in test_one_file()
959 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname); in test_one_file()
1686 inname, error_count, warning_count); in test_one_file()
1697 inname, unsupported_chunks, strict ? ": IGNORED --strict!" : ""); in test_one_file()
1704 inname, warning_count); in test_one_file()
1711 if ((fpin = fopen(inname, "rb")) == NULL) in test_one_file()
[all …]
/third_party/skia/third_party/externals/libpng/
Dpngtest.c853 test_one_file(const char *inname, const char *outname) in test_one_file() argument
880 error_parameters.file_name = inname; in test_one_file()
882 if ((fpin = fopen(inname, "rb")) == NULL) in test_one_file()
884 fprintf(STDERR, "Could not find input file %s\n", inname); in test_one_file()
937 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname); in test_one_file()
959 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname); in test_one_file()
1686 inname, error_count, warning_count); in test_one_file()
1697 inname, unsupported_chunks, strict ? ": IGNORED --strict!" : ""); in test_one_file()
1704 inname, warning_count); in test_one_file()
1711 if ((fpin = fopen(inname, "rb")) == NULL) in test_one_file()
[all …]
/third_party/flutter/skia/third_party/externals/libpng/
Dpngtest.c853 test_one_file(const char *inname, const char *outname) in test_one_file() argument
880 error_parameters.file_name = inname; in test_one_file()
882 if ((fpin = fopen(inname, "rb")) == NULL) in test_one_file()
884 fprintf(STDERR, "Could not find input file %s\n", inname); in test_one_file()
937 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname); in test_one_file()
959 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname); in test_one_file()
1686 inname, error_count, warning_count); in test_one_file()
1697 inname, unsupported_chunks, strict ? ": IGNORED --strict!" : ""); in test_one_file()
1704 inname, warning_count); in test_one_file()
1711 if ((fpin = fopen(inname, "rb")) == NULL) in test_one_file()
[all …]
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Dwpng.c164 char *inname = NULL, outname[256]; in main() local
290 inname = *argv; in main()
301 if (!inname) { in main()
325 } else if ((len = strlen(inname)) > 250) { in main()
329 } else if (!(wpng_info.infile = fopen(inname, "rb"))) { in main()
330 fprintf(stderr, PROGNAME ": can't open input file [%s]\n", inname); in main()
341 inname); in main()
366 if ((p = strrchr(inname, '.')) == NULL || in main()
367 (p - inname) != (len - 4)) in main()
369 strcpy(outname, inname); in main()
[all …]
/third_party/libpng/contrib/gregbook/
Dwpng.c164 char *inname = NULL, outname[256]; in main() local
290 inname = *argv; in main()
301 if (!inname) { in main()
325 } else if ((len = strlen(inname)) > 250) { in main()
329 } else if (!(wpng_info.infile = fopen(inname, "rb"))) { in main()
330 fprintf(stderr, PROGNAME ": can't open input file [%s]\n", inname); in main()
341 inname); in main()
366 if ((p = strrchr(inname, '.')) == NULL || in main()
367 (p - inname) != (len - 4)) in main()
369 strcpy(outname, inname); in main()
[all …]
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCodeMangler.java91 String inname = null; in CodeMangler() local
102 inname = args[++i]; in CodeMangler()
186 if (inname == null) { in CodeMangler()
187 inname = username; in CodeMangler()
188 } else if (!(inname.startsWith("\\") || inname.startsWith("/"))) { in CodeMangler()
189 inname = username + File.separator + inname; in CodeMangler()
191 indir = new File(inname); in CodeMangler()
206 outname = inname; in CodeMangler()