freebsd-dev/usr.bin/mktemp
Christian S.J. Peron 6883394118 mkstemp(3) and friends use a combination of base 10 digits, along
with upper and lower case letters from the English alphabet. Change
the number of possible file names mktemp will return from 26**6
to (10+26+26)**6 instead. This keeps things consistent with mkstemp(3)
2005-12-30 20:10:21 +00:00
..
Makefile Remove leaf node WARNS?=2 (that mainly I added). This should 2002-02-08 22:31:43 +00:00
mktemp.1 mkstemp(3) and friends use a combination of base 10 digits, along 2005-12-30 20:10:21 +00:00
mktemp.c remove __P 2002-03-22 01:33:25 +00:00