Searched refs:mp_s_rmap (Results 1 – 8 of 8) sorted by relevance
19 const char *mp_s_rmap = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz+/"; variable
38 if (mp_s_rmap[y] == ch) { in mp_fread()
53 if (ch == mp_s_rmap[y]) { in mp_read_radix()
55 *str++ = mp_s_rmap[d]; in mp_toradix()
68 *str++ = mp_s_rmap[d]; in mp_toradix_n()
573 extern const char *mp_s_rmap;
3066 if (mp_s_rmap[y] == ch) { in mp_fread()6295 const char *mp_s_rmap = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz+/"; variable6416 if (ch == mp_s_rmap[y]) { in mp_read_radix()8393 *str++ = mp_s_rmap[d]; in mp_toradix()8485 *str++ = mp_s_rmap[d]; in mp_toradix_n()
445 -- Stefan Arentz pointed out that mp_s_rmap should be extern