Lines Matching refs:NIL
48 return NIL(Sfio_t*);
54 f->mutex = NIL(Vtmutex_t*);
56 oldf = NIL(Sfio_t*);
61 return NIL(Sfio_t*);
63 oldf = NIL(Sfio_t*);
71 return NIL(Sfio_t*);
76 f->data = NIL(uchar*);
92 else f = NIL(Sfio_t*);
98 return NIL(Sfio_t*);
99 SFCLEAR(f, NIL(Vtmutex_t*));
105 f->mutex = vtmtxopen(NIL(Vtmutex_t*), VT_INIT);
118 f->data = size <= 0 ? NIL(uchar*) : (uchar*)buf;