/titanic_44/usr/src/lib/libast/common/sfio/ |
H A D | sfreserve.c | 75 type = SF_LOCKR; 76 else if(type != SF_LOCKR) 80 if(size == 0 && (type < 0 || type == SF_LOCKR) ) 130 else if(type == SF_LOCKR && f->extent < 0 && (f->flags&SF_SHARE) ) 161 if(type == SF_LOCKR && size > 0 && n > 0 ) 170 else if(type == SF_LOCKR && size == 0 && (rsrv = _sfrsrv(f,0)) ) 183 { if(type == SF_LOCKR && (rsrv = _sfrsrv(f, sz)) ) 186 else if(type != SF_LOCKR && sz > f->size && (rsrv = _sfrsrv(f,sz)) ) 195 { if(type == SF_LOCKR)
|
H A D | sfgetr.c | 163 if(us && (type&SF_LOCKR) )
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | fcin.c | 48 if(!(buff=(char*)sfreserve(f,SF_UNBOUND,SF_LOCKR))) in fcfopen() 61 buff = (char*)sfreserve(f,SF_UNBOUND,SF_LOCKR); in fcfopen()
|
H A D | io.c | 845 while((cp=sfreserve(sp, -s, SF_LOCKR)) || (cp=sfreserve(sp,SF_UNBOUND, SF_LOCKR))) in io_patseek()
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | tail.c | 179 if (!(s = sfreserve(fp, n, SF_LOCKR))) in tailpos() 655 …if ((s = sfreserve(fp->sp, z, SF_LOCKR)) || (z = sfvalue(fp->sp)) && (s = sfreserve(fp->sp, z, SF_… in b_tail()
|
H A D | grep.c | 269 while (s = (char*)sfreserve(f, SF_UNBOUND, SF_LOCKR)) in compile()
|
H A D | RELEASE | 150 04-10-31 tail.c: use SF_LOCKR macro
|
/titanic_44/usr/src/lib/libshell/common/bltins/ |
H A D | read.c | 165 if(r && (shp->prompt=(char*)sfreserve(sfstderr,r,SF_LOCKR))) in b_read() 346 cp = sfreserve(iop,c,SF_LOCKR); in sh_readline() 359 m = (cp = sfreserve(iop,c,SF_LOCKR)) ? sfvalue(iop) : 0; in sh_readline()
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | sfio.h | 160 #define SF_LOCKR 0000010 /* lock record, stop access to stream */ macro 444 (sfreserve((f),(n),SF_WRITE|SF_LOCKR), sfwrite((f),(f)->_next,0), \
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | sfio.h | 160 #define SF_LOCKR 0000010 /* lock record, stop access to stream */ macro 444 (sfreserve((f),(n),SF_WRITE|SF_LOCKR), sfwrite((f),(f)->_next,0), \
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | sfio.h | 160 #define SF_LOCKR 0000010 /* lock record, stop access to stream */ macro 444 (sfreserve((f),(n),SF_WRITE|SF_LOCKR), sfwrite((f),(f)->_next,0), \
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | sfio.h | 160 #define SF_LOCKR 0000010 /* lock record, stop access to stream */ macro 444 (sfreserve((f),(n),SF_WRITE|SF_LOCKR), sfwrite((f),(f)->_next,0), \
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | sfio.h | 160 #define SF_LOCKR 0000010 /* lock record, stop access to stream */ macro 444 (sfreserve((f),(n),SF_WRITE|SF_LOCKR), sfwrite((f),(f)->_next,0), \
|
/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | iconv.c | 1351 if (!(tb = (char*)sfreserve(op, -(tn + 1), SF_WRITE|SF_LOCKR))) in _ast_iconv_write() 1413 if (!(fb = (char*)sfreserve(ip, fn, locked = SF_LOCKR)) && in _ast_iconv_move() 1418 if (!(tb = (char*)sfreserve(op, SF_UNBOUND, SF_WRITE|SF_LOCKR))) in _ast_iconv_move()
|
/titanic_44/usr/src/lib/libshell/common/edit/ |
H A D | history.c | 564 while(cp=buff=(unsigned char*)sfreserve(iop,SF_UNBOUND,SF_LOCKR)) in hist_nearend() 740 if(buff=(char*)sfreserve(hp->histfp,0,SF_LOCKR)) in hist_flush()
|
H A D | edit.c | 742 ep->e_outbase = ep->e_outptr = (char*)sfreserve(sfstderr,SF_UNBOUND,SF_LOCKR); in ed_setup()
|
/titanic_44/usr/src/lib/libshell/misc/ |
H A D | ERRATA.txt | 809 …if ((s = sfreserve(fp->sp, z, SF_LOCKR)) || (z = sfvalue(fp->sp)) && (s = sfreserve(fp->sp, z, SF_…
|