Searched refs:hexmap (Results 1 – 1 of 1) sorted by relevance
55 static const char hexmap[32]="0123456789abcdefghijklmnopqrstuv"; in tmpnam() local77 *p++ = hexmap[(u>>10) & 31]; in tmpnam()78 *p++ = hexmap[(u>>5) & 31]; in tmpnam()79 *p++ = hexmap[u & 31]; in tmpnam()88 *qq++ = hexmap[u & 31]; in tmpnam()