/***********************************************************************
* *
* This software is part of the ast package *
* Copyright (c) 1985-2011 AT&T Intellectual Property *
* and is licensed under the *
* Eclipse Public License, Version 1.0 *
* by AT&T Intellectual Property *
* *
* A copy of the License is available at *
* (with md5 checksum b35adb5213ca9657e911e9befb180842) *
* *
* Information and Software Systems Research *
* AT&T Research *
* Florham Park NJ *
* *
* Glenn Fowler <gsf@research.att.com> *
* David Korn <dgk@research.att.com> *
* Phong Vo <kpv@research.att.com> *
* *
***********************************************************************/
#include "sfhdr.h"
/* Safe access to the internal stream buffer.
** This function is obsolete. sfreserve() should be used.
**
** Written by Kiem-Phong Vo (06/27/90).
*/
#if _BLD_sfio && defined(__EXPORT__)
#define extern __EXPORT__
#endif
#if __STD_C
#else
#endif
/* query for the extent of the remainder of the buffer */
(void)_sfmode(f,0,0);
{ SFSTRSIZE(f);
}
if(!bp)
return n;
else if(n > 0) /* size == 0 */
return 0;
}
/* else fall down and fill buffer */
}
return -1;
return sz;
if((n = sfvalue(f)) > 0)
if(sz < 0)
}
else
{ if(sz > n)
sz = n;
}
}
}