glibc/libio
Joseph Myers 80d9be8122 Convert miscellaneous function definitions to prototype style.
This patch converts various miscellaneous functions definitions in
glibc, found with grep and not covered by my previous scripted
conversions, from old-style K&R to prototype-style.  These changes
were made manually.  This is not necessarily exhaustive as formatting
variants may have prevented my grep from finding some such
definitions.

Regarding the changes to files from GMP, they may originally have been
omitted when removing __STDC__ conditionals because of the files
coming from another package, but (a) GMP no longer has __STDC__
conditionals there anyway and (b) we don't try to keep these files
verbatim in sync with GMP (and there are licensing differences), so
making the change to them in glibc seems reasonable.

Tested for x86_64 and x86 (testsuite - this patch affects files
containing assertions).

	* debug/fortify_fail.c (__fortify_fail): Convert to
	prototype-style function definition.  Use internal_function.
	* libio/genops.c (save_for_backup): Convert to prototype-style
	function definition.
	* libio/wgenops.c (save_for_wbackup): Likewise.
	* login/grantpt.c (grantpt): Likewise.
	* login/ptsname.c (ptsname): Likewise.
	(__ptsname_r): Likewise.
	* login/unlockpt.c (unlockpt): Likewise.
	* mach/msgserver.c (__mach_msg_server): Likewise.
	* misc/efgcvt.c (__APPEND (FUNC_PREFIX, fcvt)): Likewise.
	(__APPEND (FUNC_PREFIX, ecvt)): Likewise.
	(__APPEND (FUNC_PREFIX, gcvt)): Likewise.
	* misc/efgcvt_r.c (__APPEND (FUNC_PREFIX, fcvt_r)): Likewise.
	(__APPEND (FUNC_PREFIX, ecvt_r)): Likewise.
	* nptl/cleanup_compat.c (_pthread_cleanup_push): Likewise.
	* nptl/cleanup_defer_compat.c (_pthread_cleanup_push_defer):
	Likewise.
	* nptl/libc_pthread_init.c (__libc_pthread_init): Likewise.  Use
	internal_function.
	* nptl/pthread_atfork.c (__pthread_atfork): Convert to
	prototype-style function definition.
	* nptl/pthread_create.c (__pthread_create_2_1): Likewise.
	[SHLIB_COMPAT(libpthread, GLIBC_2_0, GLIBC_2_1)]
	(__pthread_create_2_0): Likewise.
	* nptl/pthread_key_create.c (__pthread_key_create): Likewise.
	* nptl/register-atfork.c (__register_atfork): Likewise.
	* posix/glob.c (glob): Likewise.
	* posix/regcomp.c (re_comp): Likewise.
	* posix/regexec.c (re_exec): Likewise.
	* stdlib/add_n.c [__STDC__]: Make code unconditional.
	[!__STDC__]: Remove conditional code.
	* stdlib/cmp.c [__STDC__]: Make code unconditional.
	[!__STDC__]: Remove conditional code.
	* stdlib/divmod_1.c [__STDC__]: Make code unconditional.
	[!__STDC__]: Remove conditional code.
	* stdlib/divrem.c [__STDC__]: Make code unconditional.
	[!__STDC__]: Remove conditional code.
	* stdlib/lshift.c [__STDC__]: Make code unconditional.
	[!__STDC__]: Remove conditional code.
	* stdlib/mod_1.c [__STDC__]: Make code unconditional.
	[!__STDC__]: Remove conditional code.
	* stdlib/mul.c [__STDC__]: Make code unconditional.
	[!__STDC__]: Remove conditional code.
	* stdlib/mul_n.c [__STDC__]: Make code unconditional.
	[!__STDC__]: Remove conditional code.
	* stdlib/rshift.c [__STDC__]: Make code unconditional.
	[!__STDC__]: Remove conditional code.
	* stdlib/strtod.c (INTERNAL (STRTOF)): Convert to prototype-style
	function definition.
	(STRTOF): Likewise.
	* stdlib/strtod_l.c (__STRTOF): Likewise.
	* stdlib/strtol.c (INTERNAL (strtol)): Likewise.
	* stdlib/strtol_l.c (INTERNAL (__strtol_l)): Likewise.
	(__strtol_l): Likewise.
	* stdlib/sub_n.c [__STDC__]: Make code unconditional.
	[!__STDC__]: Remove conditional code.
	* string/memrchr.c (MEMRCHR): Convert to prototype-style function
	definition.
	* string/strcasecmp.c (LOCALE_PARAM_DECL): Remove macro.
	[USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
	type.
	(__strcasecmp): Convert to prototype-style function definition.
	* string/strncase.c (LOCALE_PARAM_DECL): Remove macro.
	[USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
	type.
	(__strncasecmp): Convert to prototype-style function definition.
	* sunrpc/pm_getport.c (__libc_rpc_getport): Likewise.
	* sunrpc/xdr.c (xdr_union): Likewise.
	* sunrpc/xdr_array.c (xdr_array): Likewise.
	* sunrpc/xdr_ref.c (xdr_reference): Likewise.
	* sysdeps/m68k/m680x0/fpu/s_atan.c (__CONCATX(__,FUNC)): Likewise.
	* sysdeps/m68k/m680x0/fpu/s_isinf.c (__CONCATX(__,FUNC)):
	Likewise.
	* sysdeps/m68k/m680x0/fpu/s_scalbn.c (__CONCATX(__scalbn,suffix):
	Likewise.
	* sysdeps/m68k/m680x0/fpu/s_sincos.c (CONCATX(__,FUNC)): Likewise.
	* sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
	Likewise.
	* time/strftime_l.c (LOCALE_PARAM_DECL): Remove macro.
	(LOCALE_PARAM_PROTO): Likewise.
	[_LIBC && USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include
	argument type.
	(ut_argument_spec): Remove macro.
	(ut_argument_spec_iso): Rename to ut_argument_spec.
	(memcpy_lowcase): Use LOCALE_PARAM in declaration.  Convert to
	prototype-style function definition.
	(memcpy_uppcase): Likewise.
	(__strftime_internal): Likewise.
	(my_strftime): Likewise.
	* time/strptime_l.c (LOCALE_PARAM_PROTO): Remove macro.
	(LOCALE_PARAM_DECL): Likewise.
	[_LIBC] (LOCALE_PARAM): Include argument type.
	(__strptime_internal): Convert to prototype-style function
	definition.
	(strptime): Likewise.
	* wcsmbs/wcscasecmp.c (LOCALE_PARAM_DECL): Remove macro.
	[USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
	type.
	(__wcscasecmp): Convert to prototype-style function definition.
	* wcsmbs/wcsncase.c (LOCALE_PARAM_DECL): Remove macro.
	[USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
	type.
	(__wcsncasecmp): Convert to prototype-style function definition.
2015-10-20 21:27:22 +00:00
..
bits Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
Depend
Makefile Remove -fexceptions configure test. 2015-10-15 22:35:13 +00:00
Versions libio: fmemopen rewrite to POSIX compliance 2015-07-08 12:07:21 -03:00
__fbufsize.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
__flbf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
__fpending.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
__fpurge.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
__freadable.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
__freading.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
__fsetlocking.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
__fwritable.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
__fwriting.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
bug-fopena+.c
bug-fseek.c
bug-ftell.c
bug-memstream1.c
bug-mmap-fflush.c
bug-rewind.c Fix warnings in fwscanf / rewind tests. 2014-11-26 12:54:39 +00:00
bug-rewind2.c Fix warnings in fwscanf / rewind tests. 2014-11-26 12:54:39 +00:00
bug-ungetc.c
bug-ungetc2.c
bug-ungetc3.c
bug-ungetc4.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
bug-ungetwc1.c Fix libio/bug-ungetwc1.c warning. 2014-11-27 16:01:04 +00:00
bug-ungetwc2.c
bug-wfflush.c
bug-wmemstream1.c
bug-wsetpos.c
clearerr.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
clearerr_u.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
fcloseall.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
feof.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
feof_u.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
ferror.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
ferror_u.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
filedoalloc.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
fileno.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
fileops.c Use "|" instead of "+" when combine the _IO_LINE_BUF and _IO_UNBUFFERED flags 2015-07-08 13:53:11 +05:30
fmemopen.c Fix BZ #18820 -- fmemopen may leak memory on failure. 2015-08-12 23:51:04 -07:00
fputc.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
fputc_u.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
fputwc.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
fputwc_u.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
freopen.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
freopen64.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
fseek.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
fseeko.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
fseeko64.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
ftello.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
ftello64.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
fwide.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
fwprintf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fwscanf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
genops.c Convert miscellaneous function definitions to prototype style. 2015-10-20 21:27:22 +00:00
getc.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
getc_u.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getchar.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getchar_u.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getwc.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
getwc_u.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getwchar.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getwchar_u.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
iofclose.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iofdopen.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iofflush.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iofflush_u.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iofgetpos.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iofgetpos64.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iofgets.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iofgets_u.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iofgetws.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iofgetws_u.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iofopen.c Avoid some aliasing violations in libio 2015-05-22 11:40:04 +02:00
iofopen64.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iofopncook.c Convert 69 more function definitions to prototype style (line wrap cases). 2015-10-19 21:23:47 +00:00
iofputs.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iofputs_u.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iofputws.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iofputws_u.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iofread.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iofread_u.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iofsetpos.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iofsetpos64.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
ioftell.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iofwide.c Convert 113 more function definitions to prototype style (files with assertions). 2015-10-20 11:54:09 +00:00
iofwrite.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iofwrite_u.c Convert 69 more function definitions to prototype style (line wrap cases). 2015-10-19 21:23:47 +00:00
iogetdelim.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iogetline.c Convert 69 more function definitions to prototype style (line wrap cases). 2015-10-19 21:23:47 +00:00
iogets.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iogetwline.c Convert 69 more function definitions to prototype style (line wrap cases). 2015-10-19 21:23:47 +00:00
iolibio.h
iopadn.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iopopen.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
ioputs.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
ioseekoff.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
ioseekpos.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iosetbuffer.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iosetvbuf.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
ioungetc.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
ioungetwc.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iovdprintf.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iovsprintf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
iovsscanf.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
iovswscanf.c Fix swscanf vswscanf namespace (bug 18542). 2015-06-17 20:15:22 +00:00
iowpadn.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
libc_fatal.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
libio.h Don't include <bits/stdio-lock.h> from installed <libio.h>. 2015-09-03 20:24:54 +00:00
libioP.h Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). 2015-09-08 21:11:03 +00:00
memstream.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
obprintf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
oldfileops.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
oldfmemopen.c Fix BZ #18820 -- fmemopen may leak memory on failure. 2015-08-12 23:51:04 -07:00
oldiofclose.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
oldiofdopen.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
oldiofgetpos.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
oldiofgetpos64.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
oldiofopen.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
oldiofsetpos.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
oldiofsetpos64.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
oldiopopen.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
oldpclose.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
oldstdfiles.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
oldtmpfile.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
pclose.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
peekc.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
putc.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
putc_u.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
putchar.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
putchar_u.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
putwc.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
putwc_u.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
putwchar.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
putwchar_u.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
rewind.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
setbuf.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
setlinebuf.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
stdfiles.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
stdio.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
stdio.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
strfile.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
strops.c Convert 113 more function definitions to prototype style (files with assertions). 2015-10-20 11:54:09 +00:00
swprintf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
swscanf.c Fix swscanf vswscanf namespace (bug 18542). 2015-06-17 20:15:22 +00:00
test-fmemopen.c Fix BZ #18757. 2015-09-01 08:48:15 -07:00
test-freopen.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
test-freopen.sh Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
tst-atime.c Fix libio/tst-atime not to presume ST_NOATIME exists. 2015-02-06 12:24:16 -08:00
tst-eof.c
tst-ext.c
tst-ext2.c
tst-fgetwc.c
tst-fgetwc.input
tst-fgetws.c
tst-fopenloc.c Fix minor formatting violation. 2015-02-25 13:11:26 -08:00
tst-fopenloc2.c
tst-fputws.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
tst-freopen.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
tst-fseek.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
tst-ftell-active-handler.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
tst-ftell-append.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
tst-ftell-partial-wide.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
tst-fwrite-error.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
tst-memstream1.c
tst-memstream2.c Adjust timeouts for some tests, to accommodate slow processors, 2015-02-22 01:05:02 -08:00
tst-mmap-eofsync.c
tst-mmap-fflushsync.c
tst-mmap-offend.c
tst-mmap-setvbuf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
tst-mmap2-eofsync.c
tst-popen1.c
tst-setvbuf1.c
tst-sscanf.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-swscanf.c
tst-ungetwc1.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-ungetwc2.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-widetext.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
tst-widetext.input Rename Oriya locale to Odia (bug 15601) 2013-11-20 17:47:41 +05:30
tst-wmemstream1.c
tst-wmemstream2.c
tst_getwc.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
tst_getwc.input
tst_putwc.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
tst_swprintf.c
tst_swscanf.c
tst_wprintf.c
tst_wprintf2.c Add dependencies on needed locales in each subdir tests (bug 18969) 2015-10-12 15:18:08 +02:00
tst_wscanf.c
tst_wscanf.input
vasprintf.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
vscanf.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
vsnprintf.c Convert 69 more function definitions to prototype style (line wrap cases). 2015-10-19 21:23:47 +00:00
vswprintf.c Convert 69 more function definitions to prototype style (line wrap cases). 2015-10-19 21:23:47 +00:00
vwprintf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
vwscanf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
wfiledoalloc.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
wfileops.c Use "|" instead of "+" when combine the _IO_LINE_BUF and _IO_UNBUFFERED flags 2015-07-08 13:53:11 +05:30
wgenops.c Convert miscellaneous function definitions to prototype style. 2015-10-20 21:27:22 +00:00
wmemstream.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
wprintf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
wscanf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
wstrops.c Convert 113 more function definitions to prototype style (files with assertions). 2015-10-20 11:54:09 +00:00