Home
last modified time | relevance | path

Searched refs:endw (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfsetbuf.c67 char* endw; in sfsetlinemode() local
78 { for(; *astsfio != 0; astsfio = endw) in sfsetlinemode()
81 for(endw = astsfio; *endw && !ISSEPAR(*endw); ++endw) in sfsetlinemode()
83 if((endw-astsfio) > (sizeof(sf_line)-1) && in sfsetlinemode()
86 else if((endw-astsfio) > (sizeof(sf_maxr)-1) && in sfsetlinemode()
93 else if((endw-astsfio) > (sizeof(sf_wcwidth)-1) && in sfsetlinemode()
389 f->next = f->data = f->endr = f->endw = (uchar*)buf;
H A Dsfmode.c462 f->next = f->endr = f->endw = f->data;
465 else f->endw = f->endb;
500 f->next = f->endr = f->endw = f->endb = f->data;
524 f->endb = f->endr = f->endw = f->next = f->data;
H A Dsfpeek.c79 f->endr = f->endw = f->data;
H A Dsfscanf.c74 f.data = f.next = f.endw = (uchar*)s;
H A Dsfdisc.c149 f->endb = f->next = f->endr = f->endw = f->data;
183 f->endb = f->next = f->endr = f->endw = f->data;
H A Dsfsetfd.c119 f->endb = f->endr = f->endw = f->data;
H A Dsfrd.c101 f->next = f->endb = f->endr = f->endw = f->data;
195 f->endw = f->data;
H A Dsfsk.c58 f->next = f->endb = f->endr = f->endw = f->data;
H A Dsfsize.c89 f->next = f->endb = f->endr = f->endw = f->data;
H A Dsfnew.c120 f->endb = f->endr = f->endw = f->next = f->data;
H A Dsfexcept.c93 f->endr = f->endw = f->data = data;
H A Dsfhdr.h33 #define _endw endw
881 ((f)->endb = (f)->endr = (f)->endw = (f)->next = \
922 #define SFLOCK(f,l) (void)((f)->mode |= SF_LOCK, (f)->endr = (f)->endw = (f)->data)
924 #define _SFOPENWR(f) ((f)->endw = ((f)->flags&(SF_MTSAFE|SF_LINE)) ? (f)->data : (f)->endb)
927 ((f)->endw = (f)->endr = (f)->data) )
H A Dsfclose.c138 f->endb = f->endr = f->endw = f->next = f->data;
H A Dsfsync.c148 f->endr = f->endw = f->data;
H A Dsfreserve.c199 f->endr = f->endw = f->data;
H A Dsfseek.c43 f->next = f->endr = f->endw = f->data;
H A Dsfpool.c156 head->next = head->endr = head->endw = head->data; /* clear write buffer */
H A Dsftmp.c364 newf.data = newf.endb = newf.endr = newf.endw = NIL(uchar*);
H A Dsfvscanf.c253 if(sc->f->endw == sc->f->endb)
254 sc->f->endw = sc->f->data+n;
H A Dsfvprintf.c1440 f->endw = f->endr = f->endb = f->data = NIL(uchar*);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dvswscanf.c43 f.data = f.next = f.endw = (uchar*)s; in vswscanf()
H A Dvswprintf.c45 f.endb = f.endw = f.data + f.size; in vswprintf()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dsfio_t.h102 (f)->endw = (unsigned char*)0, /* endw */ \