Searched refs:oldf (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/lib/libast/common/sfio/ |
H A D | sfnew.c | 32 Sfio_t* sfnew(Sfio_t* oldf, Void_t* buf, size_t size, int file, int flags) in sfnew() argument 34 Sfio_t* sfnew(oldf,buf,size,file,flags) in sfnew() 35 Sfio_t* oldf; /* old stream to be reused */ in sfnew() 51 if((f = oldf) ) 56 oldf = NIL(Sfio_t*); 63 oldf = NIL(Sfio_t*);
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sfnew.c | 32 Sfio_t* sfnew(Sfio_t* oldf, Void_t* buf, size_t size, int file, int flags) in sfnew() argument 34 Sfio_t* sfnew(oldf,buf,size,file,flags) in sfnew() 35 Sfio_t* oldf; /* old stream to be reused */ in sfnew() 51 if((f = oldf) ) 56 oldf = NIL(Sfio_t*); 63 oldf = NIL(Sfio_t*);
|