NetBSD/lib/libc/stdio
msaitoh 8402962f31 Indent. 2018-07-04 07:38:38 +00:00
..
Makefile.inc Add printf/scanf man pages from FreeBSD 2015-12-29 17:55:23 +00:00
clrerr.c
dprintf.c Add explicit locale versions for the printf family. Replace asprintf, 2013-04-19 15:22:24 +00:00
fclose.3
fclose.c
fdopen.c Add O_REGULAR to enforce opening of only regular files 2017-11-09 20:30:01 +00:00
feof.c
ferror.3
ferror.c
fflush.3
fflush.c
fgetc.c
fgetln.3 Indent. 2018-07-04 07:38:38 +00:00
fgetln.c Don't use "NULL" to talk about null-terminated strings. 2017-06-08 15:59:45 +00:00
fgetpos.c
fgets.3
fgets.c
fgetstr.c Don't use "NULL" to talk about null-terminated strings. 2017-06-08 15:59:45 +00:00
fgetwc.c
fgetwln.3
fgetwln.c Improvements to fgetwln(3) from Andrey Chernov: 2016-08-27 13:15:48 +00:00
fgetws.3
fgetws.c
fileext.h
fileno.c
findfp.c
flags.c Add O_REGULAR to enforce opening of only regular files 2017-11-09 20:30:01 +00:00
floatio.h
flockfile.3
flockfile.c
fmemopen.3 English grammar nit: there's only one function described in this man page 2015-09-06 03:10:50 +00:00
fmemopen.c
fopen.3 Be more consistent with how we refer to fopen() - pointed out by wiz@ 2017-11-04 08:53:23 +00:00
fopen.c Revert to commits as they broke few rump tests 2018-01-17 01:24:29 +00:00
fparseln.3 Kill unneeded paragraph macro. 2014-01-07 13:34:11 +00:00
fparseln.c
fprintf.c fixes for GCC 6: 2018-02-04 01:13:45 +00:00
fpurge.c
fputc.c fixes for GCC 6: 2018-02-04 01:13:45 +00:00
fputs.3 Bump date for previous. 2017-07-30 23:13:24 +00:00
fputs.c fixes for GCC 6: 2018-02-04 01:13:45 +00:00
fputwc.c
fputws.3
fputws.c
fread.3
fread.c
freopen.c Revert to commits as they broke few rump tests 2018-01-17 01:24:29 +00:00
fscanf.c Add scanf_l and wscanf_l families. 2013-04-19 23:32:16 +00:00
fseek.3 Fix sentences at a couple of places. 2017-01-01 12:39:33 +00:00
fseek.c Don't try to extend the offset range on 32 bit machines by treating negative 2014-11-16 20:32:52 +00:00
fseeko.c add linted comment 2017-01-10 17:44:28 +00:00
fsetpos.c
ftell.c
ftello.c
funopen.3 improve usage 2016-04-06 03:38:31 +00:00
funopen.c PR/51572: calling funopen on each printw call is a tad excessive, but this 2016-10-23 21:01:52 +00:00
fvwrite.c
fvwrite.h
fwalk.c
fwide.3
fwide.c
fwprintf.c Add explicit locale versions for the printf family. Replace asprintf, 2013-04-19 15:22:24 +00:00
fwrite.c fixes for GCC 6: 2018-02-04 01:13:45 +00:00
fwscanf.c Add scanf_l and wscanf_l families. 2013-04-19 23:32:16 +00:00
getc.3
getc.c
getchar.c
getdelim.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
getdelim.c Don't use "NULL" to talk about null-terminated strings. 2017-06-08 15:59:45 +00:00
getline.c
gets.c avoid linker warning for compat symbols that are used internally in libc, 2013-10-04 20:49:16 +00:00
gettemp.c include <sys/stat.h> 2017-01-10 17:45:12 +00:00
gettemp.h add mkostemp, mkostemps, mkstemps from FreeBSD. 2014-06-18 17:47:58 +00:00
getw.c
getwc.3 Remove comma after last Nm entry 2017-10-25 17:03:30 +00:00
getwc.c
getwchar.c
glue.h
local.h add mkostemp, mkostemps, mkstemps from FreeBSD. 2014-06-18 17:47:58 +00:00
makebuf.c Allow changing the default buffering policy for a stdio stream during 2015-07-15 19:08:43 +00:00
mkdtemp.c add mkostemp, mkostemps, mkstemps from FreeBSD. 2014-06-18 17:47:58 +00:00
mkostemp.c add mkostemp, mkostemps, mkstemps from FreeBSD. 2014-06-18 17:47:58 +00:00
mkostemps.c add mkostemp, mkostemps, mkstemps from FreeBSD. 2014-06-18 17:47:58 +00:00
mkstemp.c add mkostemp, mkostemps, mkstemps from FreeBSD. 2014-06-18 17:47:58 +00:00
mkstemps.c add mkostemp, mkostemps, mkstemps from FreeBSD. 2014-06-18 17:47:58 +00:00
mktemp.3 Add all functions to NAME section. End sentences with dots. 2014-06-19 09:30:33 +00:00
mktemp.c add mkostemp, mkostemps, mkstemps from FreeBSD. 2014-06-18 17:47:58 +00:00
open_memstream.3 PR/49317: Henning Petersen: Fix prototypes inman page. 2014-10-26 14:19:28 +00:00
open_memstream.c PR/49279: Justin Cormack: add open_memstream 2014-10-13 00:40:36 +00:00
open_wmemstream.c PR/49279: Justin Cormack: add open_memstream 2014-10-13 00:40:36 +00:00
perror.c
printf.3 Fix plurals. 2017-12-31 07:22:55 +00:00
printf.c Add explicit locale versions for the printf family. Replace asprintf, 2013-04-19 15:22:24 +00:00
printf_l.3 Mention stdarg.h for va_list. 2016-12-29 20:29:30 +00:00
putc.3 Add reference to flockfile(3) in SEE ALSO section. 2017-02-22 15:08:55 +00:00
putc.c fixes for GCC 6: 2018-02-04 01:13:45 +00:00
putchar.c
puts.c fixes for GCC 6: 2018-02-04 01:13:45 +00:00
putw.c
putwc.3
putwc.c
putwchar.c
refill.c
remove.3
remove.c
rewind.c
rget.c
scanf.3
scanf.c fixes for GCC 6: 2018-02-04 01:13:45 +00:00
scanf_l.3 Add printf/scanf man pages from FreeBSD 2015-12-29 17:55:23 +00:00
setbuf.3 Markup "stdin". 2018-02-20 17:23:39 +00:00
setbuf.c
setbuffer.c
setvbuf.c
snprintf_ss.c
sscanf.c fixes for GCC 6: 2018-02-04 01:13:45 +00:00
stdio.3 Remove extra "an" 2018-02-22 08:33:43 +00:00
stdio.c from kre: Don't fail if we are seeking on a pipe, clear the append bit 2013-05-19 17:07:04 +00:00
swprintf.c Add explicit locale versions for the printf family. Replace asprintf, 2013-04-19 15:22:24 +00:00
swscanf.c Add scanf_l and wscanf_l families. 2013-04-19 23:32:16 +00:00
tempnam.c
tmpfile.c
tmpnam.3
tmpnam.c
ungetc.3
ungetc.c
ungetwc.3
ungetwc.c
vasprintf.c don't cast malloc 2013-05-19 21:45:00 +00:00
vdprintf.c include <sys/stat.h> 2017-01-10 17:45:12 +00:00
vfprintf.c Add explicit locale versions for the printf family. Replace asprintf, 2013-04-19 15:22:24 +00:00
vfscanf.c Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. 2013-05-17 12:55:56 +00:00
vfwprintf.c A more correct fix for PR standards/52282. 2017-07-11 19:36:38 +00:00
vfwscanf.c gcc cannot always work out initialization here 2014-06-12 22:21:20 +00:00
vprintf.c fixes for GCC 6: 2018-02-04 01:13:45 +00:00
vscanf.c fixes for GCC 6: 2018-02-04 01:13:45 +00:00
vsnprintf.c undo SSP damage from -Wsystem-headers 2017-01-12 18:16:52 +00:00
vsnprintf_ss.c Return EOVERFLOW like FreeBSD does if the buffer size exceeds INT_MAX 2014-09-29 14:58:33 +00:00
vsprintf.c Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. 2013-05-17 12:55:56 +00:00
vsscanf.c Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. 2013-05-17 12:55:56 +00:00
vswprintf.c don't cast malloc 2013-05-19 21:45:00 +00:00
vswscanf.c Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. 2013-05-17 12:55:56 +00:00
vwprintf.c Add explicit locale versions for the printf family. Replace asprintf, 2013-04-19 15:22:24 +00:00
vwscanf.c Add scanf_l and wscanf_l families. 2013-04-19 23:32:16 +00:00
wbuf.c
wcio.h
wprintf.3
wprintf.c Add explicit locale versions for the printf family. Replace asprintf, 2013-04-19 15:22:24 +00:00
wscanf.3
wscanf.c Add scanf_l and wscanf_l families. 2013-04-19 23:32:16 +00:00
wsetup.c