summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/sscanf.c
AgeCommit message (Expand)Author
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingPhilip Guenther
2011-11-08Make __svfscanf() the unlocked, core of vfscanf() and use it inPhilip Guenthe
2011-05-30Make printf-like and scanf-like functions marked as such in llib-lc.lnMartynas Venckus
2005-08-08zap remaining rcsid.Marc Espie
2005-06-17next citrus step.Marc Espie
2005-05-11let vfscanf be a real function. Use a weak_alias on systems where thisMarc Espie
2005-04-30Change internals of FILE: reuse the unget buffer field to access anMarc Espie
2005-03-31make sure the implementation matches the prototype..Patrick Latifi
2004-09-28deregister + ansify, no change in object code. ok deraadt@ millert@Otto Moerbeek
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2001-07-09a first pass at -WallTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt