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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/JP/
H A DJIS7.pm73 my $opos = pos($$rsrc);
93 pos($$rsrc) = $opos;
100 pos($$rsrc) = $opos;
/osnet-11/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 23 milliseconds