summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/ftell.c
Commit message (Expand)AuthorAgeFilesLines
* Convert libc/stdio from K&R to ANSI Cemaste2013-04-231-7/+3
* Renumber clauses to reduce diffs to other versionsemaste2013-04-231-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Fix the style of the SCM ID's.obrien2002-03-221-4/+2
* Remove 'register' keyword.obrien2002-03-211-5/+5
* Move all stdio internal flags processing and setting out of __sread(),ache2001-09-021-1/+1
* Strict in the POSIX sence, if file position is unspecified after ungetc() atache2001-09-011-6/+4
* If position is underflowed, don't try to hide that fact by recovery, justache2001-09-011-17/+7
* Back out disabling ungetc() at 0, use different solution:ache2001-09-011-14/+26
* Add originally missing __sinit() call.ache2001-08-311-0/+4
* Simplify offset underflow checks even moreache2001-08-311-12/+2
* Disallow ungetc at offset 0 (to prevent negative offset happens), so simplifyache2001-08-311-22/+11
* Drop buffer first, _then_ ask for real positionache2001-08-311-4/+4
* The same big piece of ftell code repeated in 3 places. Simplify things movingache2001-08-311-10/+22
* If file offset is smaller than internal buffer character left count, just dropache2001-08-311-7/+9
* Try to discard some ungetc data in saved internal buffer checks too,ache2001-08-301-3/+9
* Add more EOVERFLOW checks.ache2001-08-301-7/+33
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Added functions fseeko() and ftello() (from susv2).dt1999-02-081-2/+19
* Add FILE locking stubs for libc.jb1998-04-111-14/+5
* Merge from Lite2peter1997-03-111-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmerjraynard1996-06-221-0/+4
* Removed now-bogus casts that were to hide the inconsistency between thebde1996-03-271-4/+4
* Fix incorrect parameter types.paul1996-03-241-1/+1
* Reviewed by: julian and (hsu?)julian1996-01-221-1/+15
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+88
OpenPOWER on IntegriCloud