Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/lib/libast/common/sfio/
H A Dsfsetbuf.c61 char* endw; in setlinemode() local
71 { for(; *astsfio != 0; astsfio = endw) in setlinemode()
74 for(endw = astsfio; *endw && !ISSEPAR(*endw); ++endw) in setlinemode()
76 if((endw-astsfio) == (sizeof(sf_line)-1) && in setlinemode()
77 strncmp(astsfio,sf_line,endw-astsfio) == 0) in setlinemode()
81 else if((endw-astsfio) == (sizeof(sf_wcwidth)-1) && in setlinemode()
82 strncmp(astsfio,sf_wcwidth,endw-astsfio) == 0) in setlinemode()
367 f->next = f->data = f->endr = f->endw = (uchar*)buf;
H A Dsfmode.c457 f->next = f->endr = f->endw = f->data;
460 else f->endw = f->endb;
495 f->next = f->endr = f->endw = f->endb = f->data;
519 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 Dsfsk.c58 f->next = 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 Dsfsize.c89 f->next = f->endb = f->endr = f->endw = f->data;
H A Dsfexcept.c93 f->endr = f->endw = f->data = data;
H A Dsfnew.c120 f->endb = f->endr = f->endw = f->next = f->data;
H A Dsfhdr.h33 #define _endw endw
863 ((f)->endb = (f)->endr = (f)->endw = (f)->next = \
904 #define SFLOCK(f,l) (void)((f)->mode |= SF_LOCK, (f)->endr = (f)->endw = (f)->data)
906 #define _SFOPENWR(f) ((f)->endw = ((f)->flags&(SF_MTSAFE|SF_LINE)) ? (f)->data : (f)->endb)
909 ((f)->endw = (f)->endr = (f)->data) )
H A Dsfclose.c130 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 */
/titanic_41/usr/src/lib/libast/common/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()
H A Dvsnprintf.c45 f.endb = f.endw = f.data + f.size; in vsnprintf()
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dsfio_t.h95 (f)->endw = (unsigned char*)0, /* endw */ \
/titanic_41/usr/src/lib/libast/common/include/
H A Dsfio_t.h95 (f)->endw = (unsigned char*)0, /* endw */ \
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dsfio_t.h95 (f)->endw = (unsigned char*)0, /* endw */ \
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio_t.h95 (f)->endw = (unsigned char*)0, /* endw */ \
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dsfio_t.h95 (f)->endw = (unsigned char*)0, /* endw */ \

12