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

/illumos-gate/usr/src/cmd/bnu/
H A Duuencode.c186 size_t n, opos; local
236 opos = 0;
246 opos += 3;
249 if (n - opos < 3)
267 assert(n - opos < 3);
268 switch (n - opos) {
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c2013 int opos, omax, spaces; local
2031 /* opos = strlen(obp); instead of the next 3 lines? */
2032 opos = strlen(h->h_field) + 1;
2033 if (opos > 201)
2034 opos = 201;
2035 obp += opos;
2045 SM_ASSERT(sizeof(obuf) > opos * 2);
2057 opos += spaces;
2166 opos += strlen(name);
2168 opos
[all...]

Completed in 48 milliseconds