Searched hist:f27b1c064cce031591086617b72c704502a46782 (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libc/locale/ |
H A D | wcsftime.c | diff f27b1c064cce031591086617b72c704502a46782 Thu Jan 15 19:53:52 CET 2009 Roman Divacky <rdivacky@FreeBSD.org> Introduce a local variable and use it instead of passed in parameter to get rid of restrict qualifier discarding. This lets libc compile cleanly in gnu99 mode.
Suggested by: kib, christoph.mallon at gmx.de Approved by: kib (mentor) diff f27b1c064cce031591086617b72c704502a46782 Thu Jan 15 19:53:52 CET 2009 Roman Divacky <rdivacky@FreeBSD.org> Introduce a local variable and use it instead of passed in parameter to get rid of restrict qualifier discarding. This lets libc compile cleanly in gnu99 mode.
Suggested by: kib, christoph.mallon at gmx.de Approved by: kib (mentor)
|
H A D | mbstowcs.c | diff f27b1c064cce031591086617b72c704502a46782 Thu Jan 15 19:53:52 CET 2009 Roman Divacky <rdivacky@FreeBSD.org> Introduce a local variable and use it instead of passed in parameter to get rid of restrict qualifier discarding. This lets libc compile cleanly in gnu99 mode.
Suggested by: kib, christoph.mallon at gmx.de Approved by: kib (mentor) diff f27b1c064cce031591086617b72c704502a46782 Thu Jan 15 19:53:52 CET 2009 Roman Divacky <rdivacky@FreeBSD.org> Introduce a local variable and use it instead of passed in parameter to get rid of restrict qualifier discarding. This lets libc compile cleanly in gnu99 mode.
Suggested by: kib, christoph.mallon at gmx.de Approved by: kib (mentor)
|
H A D | wcstombs.c | diff f27b1c064cce031591086617b72c704502a46782 Thu Jan 15 19:53:52 CET 2009 Roman Divacky <rdivacky@FreeBSD.org> Introduce a local variable and use it instead of passed in parameter to get rid of restrict qualifier discarding. This lets libc compile cleanly in gnu99 mode.
Suggested by: kib, christoph.mallon at gmx.de Approved by: kib (mentor) diff f27b1c064cce031591086617b72c704502a46782 Thu Jan 15 19:53:52 CET 2009 Roman Divacky <rdivacky@FreeBSD.org> Introduce a local variable and use it instead of passed in parameter to get rid of restrict qualifier discarding. This lets libc compile cleanly in gnu99 mode.
Suggested by: kib, christoph.mallon at gmx.de Approved by: kib (mentor)
|
/freebsd/lib/libc/stdio/ |
H A D | vswscanf.c | diff f27b1c064cce031591086617b72c704502a46782 Thu Jan 15 19:53:52 CET 2009 Roman Divacky <rdivacky@FreeBSD.org> Introduce a local variable and use it instead of passed in parameter to get rid of restrict qualifier discarding. This lets libc compile cleanly in gnu99 mode.
Suggested by: kib, christoph.mallon at gmx.de Approved by: kib (mentor) diff f27b1c064cce031591086617b72c704502a46782 Thu Jan 15 19:53:52 CET 2009 Roman Divacky <rdivacky@FreeBSD.org> Introduce a local variable and use it instead of passed in parameter to get rid of restrict qualifier discarding. This lets libc compile cleanly in gnu99 mode.
Suggested by: kib, christoph.mallon at gmx.de Approved by: kib (mentor)
|
H A D | fputws.c | diff f27b1c064cce031591086617b72c704502a46782 Thu Jan 15 19:53:52 CET 2009 Roman Divacky <rdivacky@FreeBSD.org> Introduce a local variable and use it instead of passed in parameter to get rid of restrict qualifier discarding. This lets libc compile cleanly in gnu99 mode.
Suggested by: kib, christoph.mallon at gmx.de Approved by: kib (mentor) diff f27b1c064cce031591086617b72c704502a46782 Thu Jan 15 19:53:52 CET 2009 Roman Divacky <rdivacky@FreeBSD.org> Introduce a local variable and use it instead of passed in parameter to get rid of restrict qualifier discarding. This lets libc compile cleanly in gnu99 mode.
Suggested by: kib, christoph.mallon at gmx.de Approved by: kib (mentor)
|