ipos              818 ext/standard/pack.c 						int ipos, opos;
ipos              831 ext/standard/pack.c 						for (ipos = opos = 0; opos < len; opos++) {
ipos              832 ext/standard/pack.c 							char cc = (input[inputpos + ipos] >> nibbleshift) & 0xf;
ipos              844 ext/standard/pack.c 								ipos++;