mkstemps
int mkstemps(char *, int);
int mkstemps(char *, int);
PROTO_DEPRECATED(mkstemps);
fd = mkstemps(p, slen);
if ((ofd = mkstemps(tag_files.ofn, strlen(suffix))) == -1) {
if ((fd = mkstemps(tempfile, suffixlen)) == -1)
mkstemps(db_mapname, sizeof(YPDB_SUFFIX));
fd = mkstemps(db_tempname, 3);