mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-17 03:49:46 +08:00
153385d847
These source files have makedoc markup, but aren't listed to be chewed by makedoc. I am assuming that is accidental. Future work: Note that stdio/fseeko.c, stdio/ftello.c and common/s_isnand.c have makedoc markup, but duplicate stdio/fseek.c, stdio/ftell.c and common/s_isnan.c respectively. 2015-06-23 Jon Turney <jon.turney@dronecode.org.uk> * libc/ctype/Makefile.am (CHEWOUT_FILES): Add isblank.def. * libc/ctype/ctype.tex: Include isblank and add to menu. * libc/posix/Makefile.am (CHEWOUT_FILES): Add posix_spawn.def. * libc/posix/posix.tex: Include posix_spawn and add to menu. * libc/stdio64/Makefile.am (CHEWOUT_FILES): Add fdopen.def. * libc/stdio64/stdio64.tex: Include fdopen64 and add to menu. * libc/stdio64/fdopen64.c: Improve one-line description. * libc/string/Makefile.am (CHEWOUT_FILES): Add strchrnul.def. * libc/string/strings.tex: Include strchrnul and add to menu. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
47 lines
1.1 KiB
TeX
47 lines
1.1 KiB
TeX
@node Stdio64
|
|
@chapter Large File Input and Output (@file{stdio.h})
|
|
|
|
This chapter comprises additional functions to manage large files which
|
|
are potentially larger than 2GB.
|
|
|
|
The underlying facilities for input and output depend on the host
|
|
system, but these functions provide a uniform interface.
|
|
|
|
The corresponding declarations are in @file{stdio.h}.
|
|
|
|
@menu
|
|
* fdopen64:: Turn open large file into a stream
|
|
* fopen64:: Open a large file
|
|
* freopen64:: Open a large file using an existing file descriptor
|
|
* fsetpos64:: Restore position of a large stream or file
|
|
* fgetpos64:: Get position of a large stream or file
|
|
* ftello64:: Return position in a large stream or file
|
|
* fseeko64:: Set large file position
|
|
* tmpfile64:: Create a temporary large file
|
|
@end menu
|
|
|
|
@page
|
|
@include stdio64/fdopen64.def
|
|
|
|
@page
|
|
@include stdio64/fopen64.def
|
|
|
|
@page
|
|
@include stdio64/freopen64.def
|
|
|
|
@page
|
|
@include stdio64/ftello64.def
|
|
|
|
@page
|
|
@include stdio64/fseeko64.def
|
|
|
|
@page
|
|
@include stdio64/fgetpos64.def
|
|
|
|
@page
|
|
@include stdio64/fsetpos64.def
|
|
|
|
@page
|
|
@include stdio64/tmpfile64.def
|
|
|