#include #include #include #include #include #include #include "syscall.h" #define MAXTRIES 100 char *tmpnam(char *buf) { static char internal[L_tmpnam]; char s[] = "/tmp/tmpnam_XXXXXX"; int try; int r; for (try=0; try