/***********************************************************************
* *
* 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"
/* Walk streams and run operations on them
**
** Written by Kiem-Phong Vo.
*/
#if __STD_C
#else
int type; /* walk streams with all given flags */
#endif
{
Sfpool_t *p;
Sfio_t *f;
int n, rv;
/* truly initializing std-streams before walking */
{ for(n = 0; n < p->n_sf; )
{ f = p->sf[n];
continue; /* not in the interested set */
return rv;
if(p->sf[n] == f) /* move forward to next stream */
n += 1;
/* else - a sfclose() was done on current stream */
}
}
return rv;
}