Home
last modified time | relevance | path

Searched refs:outpos (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/
H A Ducstr.c116 int i, j, len, clen, outpos, ucsoutlen, outsize, last; in UTF8bvnormalize() local
160 outpos = 0; in UTF8bvnormalize()
163 out[outpos++] = TOLOWER( s[i-1] ); in UTF8bvnormalize()
166 out[outpos++] = TOLOWER( s[len-1] ); in UTF8bvnormalize()
167 out[outpos] = '\0'; in UTF8bvnormalize()
169 newbv->bv_len = outpos; in UTF8bvnormalize()
186 outpos = i - 1; in UTF8bvnormalize()
187 memcpy(out, s, outpos); in UTF8bvnormalize()
195 outpos = 0; in UTF8bvnormalize()
248 out[outpos++] = ucsout[j]; in UTF8bvnormalize()
[all …]
/netbsd-src/usr.bin/fgen/
H A Dfgen.l84 static long outpos; variable
104 #define STATE(y, x) do { if (debug) printf("%lx State %s: token `%s'\n", outpos, x, y); } while (0)
1034 outpos = 0;
1036 outpos = sizeof(*fheader);
1053 fheader->length = htonl(outpos);
1055 for (i = sizeof(*fheader); i<outpos; i++)
1062 if (write(outf, outbuf, outpos) != outpos) {
1195 push(outpos);
1208 pos = outpos;
1209 outpos = pop();
[all …]