L_tmpnam
static char buf[L_tmpnam];
(void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXXXXX", P_tmpdir, tmpcount);
static char edit_name[L_tmpnam];