limpos            312 source4/heimdal/lib/hcrypto/imath/imath.c static mp_result s_tobin(mp_int z, unsigned char *buf, int *limpos, int pad);
limpos           1959 source4/heimdal/lib/hcrypto/imath/imath.c   int       limpos = limit;
limpos           1963 source4/heimdal/lib/hcrypto/imath/imath.c   res = s_tobin(z, buf, &limpos, PAD_FOR_2C);
limpos           1966 source4/heimdal/lib/hcrypto/imath/imath.c     s_2comp(buf, limpos);
limpos           3276 source4/heimdal/lib/hcrypto/imath/imath.c static mp_result s_tobin(mp_int z, unsigned char *buf, int *limpos, int pad)
limpos           3280 source4/heimdal/lib/hcrypto/imath/imath.c   int pos = 0, limit = *limpos;
limpos           3313 source4/heimdal/lib/hcrypto/imath/imath.c   *limpos = pos;