Home
last modified time | relevance | path

Searched refs:FOPEN_BINARY (Results 1 – 25 of 27) sorted by relevance

12

/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dvms.h15 #ifdef FOPEN_BINARY
16 # undef FOPEN_BINARY
18 # define FOPEN_BINARY(file) fopen(file, "wb", "rfm=fix", "bls=512", "mrs=512") macro
H A Dterm.c255 # define FOPEN_BINARY(file) fopen(file, "wb") macro
402 f = FOPEN_BINARY(dest); in term_set_output()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dvms.h15 #ifdef FOPEN_BINARY
16 # undef FOPEN_BINARY
18 # define FOPEN_BINARY(file) fopen(file, "wb", "rfm=fix", "bls=512", "mrs=512") macro
H A Dterm.c255 # define FOPEN_BINARY(file) fopen(file, "wb") macro
402 f = FOPEN_BINARY(dest); in term_set_output()
/dports/archivers/sharutils/sharutils-4.15.2/src/
H A Dlocal.h57 # define FOPEN_BINARY "b" macro
60 # define FOPEN_BINARY "" macro
H A Dshar.c1175 infp = fopen (fname, "r" FOPEN_BINARY); in file_needs_encoding()
1270 in_fp = popen (cmdline, "r" FOPEN_BINARY); in encode_file_to_pipe()
1274 in_fp = fopen (local_name, "r" FOPEN_BINARY); in encode_file_to_pipe()
1282 out_fp = fdopen (out_fd, "w" FOPEN_BINARY); in encode_file_to_pipe()
1326 FILE * fp = fdopen (pipex[0], "r" FOPEN_BINARY); in open_encoded_file()
1446 infp = fopen (local_name, "r" FOPEN_BINARY); in open_shar_input()
1827 && (fp = fopen (lname, "r" FOPEN_BINARY)) != NULL in finish_sharing_file()
2055 output = fopen (output_filename, "w" FOPEN_BINARY); in open_output()
2157 FILE * fp = freopen ("/dev/null", "w" FOPEN_BINARY, stderr); in configure_shar()
H A Duuencode.c225 FILE * fp = freopen (*argv, "r" FOPEN_BINARY, stdin); in process_opts()
H A Dshar.c.orig1173 infp = fopen (fname, "r" FOPEN_BINARY);
1268 in_fp = popen (cmdline, "r" FOPEN_BINARY);
1272 in_fp = fopen (local_name, "r" FOPEN_BINARY);
1280 out_fp = fdopen (out_fd, "w" FOPEN_BINARY);
1324 FILE * fp = fdopen (pipex[0], "r" FOPEN_BINARY);
1405 /* Don't use "r" FOPEN_BINARY mode because it might be "rb", while we need
1444 infp = fopen (local_name, "r" FOPEN_BINARY);
1825 && (fp = fopen (lname, "r" FOPEN_BINARY)) != NULL
2053 output = fopen (output_filename, "w" FOPEN_BINARY);
2155 FILE * fp = freopen ("/dev/null", "w" FOPEN_BINARY, stderr);
H A Duudecode.c312 FILE * fp = freopen (outname, "w" FOPEN_BINARY, stdout); in reopen_output()
H A Duudecode.c.orig310 FILE * fp = freopen (outname, "w" FOPEN_BINARY, stdout);
/dports/editors/emacs/emacs-27.2/src/
H A Dsysstdio.h35 # define FOPEN_BINARY "b" macro
38 # define FOPEN_BINARY "" macro
H A Dlread.c1341 fmode = "r" FOPEN_BINARY;
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dsysstdio.h35 # define FOPEN_BINARY "b" macro
38 # define FOPEN_BINARY "" macro
H A Dlread.c1433 fmode = "r" FOPEN_BINARY;
/dports/editors/emacs-devel/emacs-4d1968b/lib-src/
H A Dmake-fingerprint.c97 FILE *f = fopen (file, raw ? "r" FOPEN_BINARY : "r+" FOPEN_BINARY); in main()
H A Detags.c1609 inf = fopen (file, "r" FOPEN_BINARY); in process_file_name()
1618 inf = fopen (uncompressed_name, "r" FOPEN_BINARY); in process_file_name()
1628 inf = fopen (compressed_name, "r" FOPEN_BINARY); in process_file_name()
1641 inf = fopen (compressed_name, "r" FOPEN_BINARY); in process_file_name()
1681 : fopen (tmp_name, "r" FOPEN_BINARY)); in process_file_name()
6865 regexfp = fopen (regexfile, "r" FOPEN_BINARY); in analyze_regex()
H A DChangeLog.156 (process_file_name, analyze_regex): Use FOPEN_BINARY rather than
/dports/editors/emacs/emacs-27.2/lib-src/
H A Dmake-fingerprint.c97 FILE *f = fopen (file, raw ? "r" FOPEN_BINARY : "r+" FOPEN_BINARY); in main()
H A Detags.c1575 inf = fopen (file, "r" FOPEN_BINARY); in process_file_name()
1584 inf = fopen (uncompressed_name, "r" FOPEN_BINARY); in process_file_name()
1594 inf = fopen (compressed_name, "r" FOPEN_BINARY); in process_file_name()
1607 inf = fopen (compressed_name, "r" FOPEN_BINARY); in process_file_name()
1653 inf = fopen (tmp_name, "r" FOPEN_BINARY); in process_file_name()
6283 regexfp = fopen (regexfile, "r" FOPEN_BINARY); in analyze_regex()
H A DChangeLog.156 (process_file_name, analyze_regex): Use FOPEN_BINARY rather than
/dports/archivers/sharutils/sharutils-4.15.2/
H A DChangeLog11 with #defines for FOPEN_BINARY/FOPEN_TEXT a la emacs
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dterm.c265 # define FOPEN_BINARY(file) fopen(file, "wb", "rfm=fix", "bls=512", "mrs=512") macro
267 # define FOPEN_BINARY(file) fopen(file, "wb") macro
413 f = FOPEN_BINARY(dest); in term_set_output()
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/c-src/
H A Detags.c1526 inf = popen (cmd, "r" FOPEN_BINARY); in process_file_name()
1530 inf = fopen (real_name, "r" FOPEN_BINARY); in process_file_name()
5612 regexfp = fopen (regexfile, "r" FOPEN_BINARY); in analyze_regex()
/dports/editors/emacs/emacs-27.2/test/manual/etags/c-src/
H A Detags.c1526 inf = popen (cmd, "r" FOPEN_BINARY); in process_file_name()
1530 inf = fopen (real_name, "r" FOPEN_BINARY); in process_file_name()
5612 regexfp = fopen (regexfile, "r" FOPEN_BINARY); in analyze_regex()
/dports/www/mod_perl2/mod_perl-2.0.11/docs/api/APR/
H A DConst.pod795 =head3 C<APR::Const::FOPEN_BINARY>

12