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

/ast/src/lib/libast/sfio/
H A Dsfsetbuf.c113 int sf_malloc, oflags, init, okmmap, local; local
361 sf_malloc = 0;
367 sf_malloc = (oflags&SF_MALLOC);
377 sf_malloc = SF_MALLOC;
393 f->extent = (!sf_malloc &&
398 if((f->mode&SF_READ) && !sf_malloc)
402 f->flags = (f->flags & ~SF_MALLOC)|sf_malloc;

Completed in 10 milliseconds