Home
last modified time | relevance | path

Searched refs:APPENDBUFSIZE (Results 1 – 6 of 6) sorted by relevance

/dports/math/R/R-4.1.2/src/library/tools/src/
H A Dinstall.c122 # define APPENDBUFSIZE BUFSIZ macro
124 # define APPENDBUFSIZE 512 macro
140 char buf[APPENDBUFSIZE]; in codeFilesAppend()
150 snprintf(buf, APPENDBUFSIZE, "#line 1 \"%s\"\n", in codeFilesAppend()
153 while ((nchar = fread(buf, 1, APPENDBUFSIZE, fp2)) == APPENDBUFSIZE) in codeFilesAppend()
154 if (fwrite(buf, 1, APPENDBUFSIZE, fp1) != APPENDBUFSIZE) in codeFilesAppend()
/dports/math/libRmath/R-4.1.1/src/library/tools/src/
H A Dinstall.c122 # define APPENDBUFSIZE BUFSIZ macro
124 # define APPENDBUFSIZE 512 macro
140 char buf[APPENDBUFSIZE]; in codeFilesAppend()
150 snprintf(buf, APPENDBUFSIZE, "#line 1 \"%s\"\n", in codeFilesAppend()
153 while ((nchar = fread(buf, 1, APPENDBUFSIZE, fp2)) == APPENDBUFSIZE) in codeFilesAppend()
154 if (fwrite(buf, 1, APPENDBUFSIZE, fp1) != APPENDBUFSIZE) in codeFilesAppend()
/dports/math/R/R-4.1.2/src/main/
H A Dplatform.c529 # define APPENDBUFSIZE 512 macro
543 while ((nchar = fread(buf, 1, APPENDBUFSIZE, fp2)) == APPENDBUFSIZE) in R_AppendFile()
544 if (fwrite(buf, 1, APPENDBUFSIZE, fp1) != APPENDBUFSIZE) goto append_error; in R_AppendFile()
576 char buf[APPENDBUFSIZE]; in do_fileappend()
586 while ((nchar = fread(buf, 1, APPENDBUFSIZE, fp2)) == APPENDBUFSIZE) in do_fileappend()
587 if (fwrite(buf, 1, APPENDBUFSIZE, fp1) != APPENDBUFSIZE) in do_fileappend()
2567 while ((nc = fread(buf, 1, APPENDBUFSIZE, fp1)) == APPENDBUFSIZE) in do_copy()
2568 if ( fwrite(buf, 1, APPENDBUFSIZE, fp2) != APPENDBUFSIZE) { in do_copy()
2803 char buf[APPENDBUFSIZE]; in do_copy()
2822 while ((nc = fread(buf, 1, APPENDBUFSIZE, fp1)) == APPENDBUFSIZE) in do_copy()
[all …]
/dports/math/libRmath/R-4.1.1/src/main/
H A Dplatform.c529 # define APPENDBUFSIZE 512 macro
543 while ((nchar = fread(buf, 1, APPENDBUFSIZE, fp2)) == APPENDBUFSIZE) in R_AppendFile()
544 if (fwrite(buf, 1, APPENDBUFSIZE, fp1) != APPENDBUFSIZE) goto append_error; in R_AppendFile()
576 char buf[APPENDBUFSIZE]; in do_fileappend()
586 while ((nchar = fread(buf, 1, APPENDBUFSIZE, fp2)) == APPENDBUFSIZE) in do_fileappend()
587 if (fwrite(buf, 1, APPENDBUFSIZE, fp1) != APPENDBUFSIZE) in do_fileappend()
2567 while ((nc = fread(buf, 1, APPENDBUFSIZE, fp1)) == APPENDBUFSIZE) in do_copy()
2568 if ( fwrite(buf, 1, APPENDBUFSIZE, fp2) != APPENDBUFSIZE) { in do_copy()
2803 char buf[APPENDBUFSIZE]; in do_copy()
2822 while ((nc = fread(buf, 1, APPENDBUFSIZE, fp1)) == APPENDBUFSIZE) in do_copy()
[all …]
/dports/math/R/R-4.1.2/src/library/grDevices/src/
H A DdevPS.c7819 # define APPENDBUFSIZE BUFSIZ macro
7821 # define APPENDBUFSIZE 512 macro
8219 char buf[APPENDBUFSIZE]; in PDF_endfile()
8222 while((nc = fread(buf, 1, APPENDBUFSIZE, pd->pdffp))) { in PDF_endfile()
8225 if (nc < APPENDBUFSIZE) break; in PDF_endfile()
/dports/math/libRmath/R-4.1.1/src/library/grDevices/src/
H A DdevPS.c7819 # define APPENDBUFSIZE BUFSIZ macro
7821 # define APPENDBUFSIZE 512 macro
8219 char buf[APPENDBUFSIZE]; in PDF_endfile()
8222 while((nc = fread(buf, 1, APPENDBUFSIZE, pd->pdffp))) { in PDF_endfile()
8225 if (nc < APPENDBUFSIZE) break; in PDF_endfile()