Lines Matching refs:obuf
105 uchar* obuf = NIL(uchar*); local
161 { obuf = f->data;
190 obuf = f->data;
342 if(obuf && size == (size_t)osize && init)
343 { buf = (Void_t*)obuf;
344 obuf = NIL(uchar*);
382 if(obuf && obuf != f->data && osize > 0 && (oflags&SF_MALLOC))
383 { free((Void_t*)obuf);
384 obuf = NIL(uchar*);
388 _Sfi = f->val = obuf ? osize : 0;
403 SFMTXRETURN(f, (Void_t*)obuf);