Searched defs:endw (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfsetbuf.c65 char* endw; local
75 { for(; *astsfio != 0; astsfio = endw)
78 for(endw = astsfio; *endw && !ISSEPAR(*endw); ++endw)
80 if((endw-astsfio) == (sizeof(sf_line)-1) &&
81 strncmp(astsfio,sf_line,endw-astsfio) == 0)
85 else if((endw-astsfio) == (sizeof(sf_wcwidth)-1) &&
86 strncmp(astsfio,sf_wcwidth,endw
[all...]

Completed in 15 milliseconds