Home
last modified time | relevance | path

Searched refs:tempchars (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/lib/libc/stdlib/
D__mktemp4.c41 const char tempchars[] = TEMPCHARS; in __mktemp4() local
73 *cp++ = tempchars[rbuf[i] % NUM_CHARS]; in __mktemp4()
/openbsd/src/usr.bin/rsync/
Dmktemp.c79 const char tempchars[] = TEMPCHARS; in mktemp_internalat() local
120 *cp++ = tempchars[rbuf[i] % NUM_CHARS]; in mktemp_internalat()