PI_SUBST 124 maint/gnulib/lib/md2.c static const unsigned char PI_SUBST[256] = { PI_SUBST 157 maint/gnulib/lib/md2.c L = (ctx->chksum[j] ^= PI_SUBST[(int) (ctx->buf[j] ^ L)] & 255); PI_SUBST 181 maint/gnulib/lib/md2.c t = (ctx->X[k] ^= PI_SUBST[(int) (t & 255)]);