/titanic_50/usr/src/lib/libast/common/disc/ |
H A D | sfstrtmp.c | 52 if (f->_flags & SF_MALLOC) 54 f->_flags &= ~(SF_ERROR|SF_MALLOC);
|
H A D | sfdcdio.c | 204 sfset(f,SF_MALLOC,1);
|
/titanic_50/usr/src/lib/libast/common/sfio/ |
H A D | sfnew.c | 74 { if(sflags&SF_MALLOC) 79 sflags &= ~SF_MALLOC; 109 f->flags = (flags&SF_FLAGS) | (sflags&(SF_MALLOC|SF_STATIC));
|
H A D | sfsetbuf.c | 193 f->flags &= ~SF_MALLOC; 345 sf_malloc = (oflags&SF_MALLOC); 355 sf_malloc = SF_MALLOC; 380 f->flags = (f->flags & ~SF_MALLOC)|sf_malloc; 382 if(obuf && obuf != f->data && osize > 0 && (oflags&SF_MALLOC))
|
H A D | sfresize.c | 50 { if((f->flags&SF_MALLOC) && (f->next - f->data) <= size)
|
H A D | sfungetc.c | 95 f->flags |= SF_MALLOC;
|
H A D | sftmp.c | 348 if(!(savf.flags&SF_MALLOC) ) 353 if((savf.flags&SF_MALLOC) )
|
H A D | sfexcept.c | 78 { if(f->size >= 0 && !(f->flags&SF_MALLOC))
|
H A D | sfclose.c | 112 if(f->flags&SF_MALLOC)
|
H A D | sfreserve.c | 176 { if((f->mode&SF_WRITE) && (f->flags&SF_MALLOC) )
|
H A D | sfdisc.c | 263 f->flags |= (flags&SF_MALLOC);
|
H A D | sfmode.c | 465 f->flags |= (n&SF_MALLOC);
|
/titanic_50/usr/src/lib/libast/common/stdio/ |
H A D | fgets.c | 59 if(!(f->flags&(SF_BOTH|SF_MALLOC))) in _stdgets()
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | sfio.h | 139 #define SF_MALLOC 0000020 /* buffer is malloc-ed */ macro 449 (sfsetbuf((f),(b),(n)), ((f)->_flags |= (m) ? SF_MALLOC : 0), \
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | sfio.h | 139 #define SF_MALLOC 0000020 /* buffer is malloc-ed */ macro 449 (sfsetbuf((f),(b),(n)), ((f)->_flags |= (m) ? SF_MALLOC : 0), \
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | sfio.h | 139 #define SF_MALLOC 0000020 /* buffer is malloc-ed */ macro 449 (sfsetbuf((f),(b),(n)), ((f)->_flags |= (m) ? SF_MALLOC : 0), \
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | sfio.h | 139 #define SF_MALLOC 0000020 /* buffer is malloc-ed */ macro 449 (sfsetbuf((f),(b),(n)), ((f)->_flags |= (m) ? SF_MALLOC : 0), \
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | sfio.h | 139 #define SF_MALLOC 0000020 /* buffer is malloc-ed */ macro 449 (sfsetbuf((f),(b),(n)), ((f)->_flags |= (m) ? SF_MALLOC : 0), \
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 511 sfset(iop,SF_MALLOC,1); in sh_iostream()
|
H A D | macro.c | 1995 sp = sfnew(NIL(Sfio_t*),(char*)malloc(IOBSIZE+1),IOBSIZE,fd,SF_READ|SF_MALLOC); in comsubst()
|