/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/ |
D | gun.c | 548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) in gunzip() argument 567 else if (outname == NULL || *outname == 0) { in gunzip() 568 outname = "-"; in gunzip() 572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666); in gunzip() 575 fprintf(stderr, "gun cannot create %s\n", outname); in gunzip() 591 copymeta(inname, outname); /* copy attributes */ in gunzip() 599 if (outfile > 2) unlink(outname); in gunzip() 603 if (outfile > 2) unlink(outname); in gunzip() 607 if (outfile > 2) unlink(outname); in gunzip() 610 outname, strerror(errno)); in gunzip() [all …]
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/ |
D | gun.c | 548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) in gunzip() argument 567 else if (outname == NULL || *outname == 0) { in gunzip() 568 outname = "-"; in gunzip() 572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666); in gunzip() 575 fprintf(stderr, "gun cannot create %s\n", outname); in gunzip() 591 copymeta(inname, outname); /* copy attributes */ in gunzip() 599 if (outfile > 2) unlink(outname); in gunzip() 603 if (outfile > 2) unlink(outname); in gunzip() 607 if (outfile > 2) unlink(outname); in gunzip() 610 outname, strerror(errno)); in gunzip() [all …]
|
/third_party/zlib/examples/ |
D | gun.c | 548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) in gunzip() argument 567 else if (outname == NULL || *outname == 0) { in gunzip() 568 outname = "-"; in gunzip() 572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666); in gunzip() 575 fprintf(stderr, "gun cannot create %s\n", outname); in gunzip() 591 copymeta(inname, outname); /* copy attributes */ in gunzip() 599 if (outfile > 2) unlink(outname); in gunzip() 603 if (outfile > 2) unlink(outname); in gunzip() 607 if (outfile > 2) unlink(outname); in gunzip() 610 outname, strerror(errno)); in gunzip() [all …]
|
/third_party/curl/tests/unit/ |
D | unit1654.c | 48 char outname[256]; 64 msnprintf(outname, sizeof(outname), "%s-out", arg); 130 Curl_altsvc_save(curl, asi, outname);
|
/third_party/python/Doc/tools/extensions/ |
D | escape4chm.py | 43 outname = app.builder.config.htmlhelp_basename 44 with app.builder.open_file(outdir, outname + '.hhk', 'r') as f: 46 with app.builder.open_file(outdir, outname + '.hhk', 'w') as f:
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
D | wpng.c | 164 char *inname = NULL, outname[256]; in main() local 369 strcpy(outname, inname); in main() 370 strcpy(outname+len, ".png"); in main() 373 strncpy(outname, inname, len); in main() 374 strcpy(outname+len, ".png"); in main() 377 if ((wpng_info.outfile = fopen(outname, "rb")) != NULL) { in main() 379 outname); in main() 382 } else if (!(wpng_info.outfile = fopen(outname, "wb"))) { in main() 384 outname); in main()
|
/third_party/libpng/contrib/gregbook/ |
D | wpng.c | 164 char *inname = NULL, outname[256]; in main() local 369 strcpy(outname, inname); in main() 370 strcpy(outname+len, ".png"); in main() 373 strncpy(outname, inname, len); in main() 374 strcpy(outname+len, ".png"); in main() 377 if ((wpng_info.outfile = fopen(outname, "rb")) != NULL) { in main() 379 outname); in main() 382 } else if (!(wpng_info.outfile = fopen(outname, "wb"))) { in main() 384 outname); in main()
|
/third_party/jerryscript/tools/ |
D | gen-doctest.py | 99 outname = os.path.join(self._outdir, decl['name']).replace('\\', '/') 102 print('%s %s' % (action, outname)) 104 with open(outname, 'w') as outfile:
|
/third_party/libpng/ |
D | pngtest.c | 853 test_one_file(const char *inname, const char *outname) in test_one_file() argument 888 if ((fpout = fopen(outname, "wb")) == NULL) in test_one_file() 890 fprintf(STDERR, "Could not open output file %s\n", outname); 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() 1717 if ((fpout = fopen(outname, "rb")) == NULL) in test_one_file() 1719 fprintf(STDERR, "Could not find file %s\n", outname); in test_one_file() 1740 inname, outname); in test_one_file() 1772 outname); in test_one_file() 1815 static const char *outname = "pngout/png"; variable [all …]
|
/third_party/skia/third_party/externals/libpng/ |
D | pngtest.c | 853 test_one_file(const char *inname, const char *outname) in test_one_file() argument 888 if ((fpout = fopen(outname, "wb")) == NULL) in test_one_file() 890 fprintf(STDERR, "Could not open output file %s\n", outname); 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() 1717 if ((fpout = fopen(outname, "rb")) == NULL) in test_one_file() 1719 fprintf(STDERR, "Could not find file %s\n", outname); in test_one_file() 1740 inname, outname); in test_one_file() 1772 outname); in test_one_file() 1815 static const char *outname = "pngout/png"; variable [all …]
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | pngtest.c | 853 test_one_file(const char *inname, const char *outname) in test_one_file() argument 888 if ((fpout = fopen(outname, "wb")) == NULL) in test_one_file() 890 fprintf(STDERR, "Could not open output file %s\n", outname); 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() 1717 if ((fpout = fopen(outname, "rb")) == NULL) in test_one_file() 1719 fprintf(STDERR, "Could not find file %s\n", outname); in test_one_file() 1740 inname, outname); in test_one_file() 1772 outname); in test_one_file() 1815 static const char *outname = "pngout/png"; variable [all …]
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | CodeMangler.java | 92 String outname = null; in CodeMangler() local 104 outname = args[++i]; in CodeMangler() 205 if (outname == null) { in CodeMangler() 206 outname = inname; in CodeMangler() 207 } else if (!(outname.startsWith("\\") || outname.startsWith("/"))) { in CodeMangler() 208 outname = username + File.separator + outname; in CodeMangler() 210 outdir = new File(outname); in CodeMangler()
|
/third_party/gettext/gettext-tools/examples/hello-c++-kde/admin/ |
D | depcomp | 171 outname="$stripped.o" 189 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" 190 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
|
/third_party/python/Lib/distutils/ |
D | util.py | 537 outname = os.path.join(dest, filename) 538 mkpath(os.path.dirname(outname)) 539 res = copy_file(os.path.join(src, filename), outname, update=1) 540 if res[1]: copied.append(outname)
|
/third_party/e2fsprogs/debugfs/ |
D | dump.c | 101 int preserve, char *outname) in dump_file() argument 142 fix_perms("dump_file", &inode, fd, outname); in dump_file()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | dir.c | 2459 char *outname = (char*)NULL; in ntfs_get_ntfs_dos_name() local 2474 outsize = ntfs_ucstombs(dosname, doslen, &outname, 0); in ntfs_get_ntfs_dos_name() 2480 memcpy(value, outname, outsize); in ntfs_get_ntfs_dos_name() 2484 free(outname); in ntfs_get_ntfs_dos_name()
|
/third_party/node/tools/ |
D | test.py | 746 (fd_out, outname) = tempfile.mkstemp() 785 output = open(outname, encoding='utf8').read() 787 CheckedUnlink(outname)
|
/third_party/gettext/gettext-tools/tests/ |
D | mm-viet.comp.po | 8279 msgid " -e --output-exp <outname> Generate an export file.\n" 8284 msgid " -l --output-lib <outname> Generate an interface library.\n" 8442 " -M --mcore-elf <outname> Process mcore-elf object files into <outname>.\n" 8535 msgid " --implib <outname> Synonym for --output-lib\n" 8602 msgid " --output-exp <outname> Generate export file.\n" 8607 msgid " --output-lib <outname> Generate input library.\n"
|