mkstemps
int mkstemps(char *, int);
int mkstemps(char *path, int slen);
if (mkstemps(tmppath, strlen(slash) + 1) == -1) {