Searched refs:newf (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/sfio/
H A Dsftmp.c296 Sfio_t newf, savf; local
307 SFCLEAR(&newf,NIL(Vtmutex_t*));
308 newf.flags = SF_STATIC;
309 newf.mode = SF_AVAIL;
317 sf = sfnew(&newf,NIL(Void_t*),(size_t)SF_UNBOUND,fd,SF_READ|SF_WRITE);
322 if(newf.mutex) /* don't need a mutex for this stream */
323 { (void)vtmtxclrlock(newf.mutex);
324 (void)vtmtxclose(newf.mutex);
325 newf.mutex = NIL(Vtmutex_t*);
343 /* remove the SF_STATIC bit if it was only set above in making newf */
[all...]

Completed in 7 milliseconds