ALL_MODE
fd = open(tfile, O_WRONLY | O_CREAT | O_TRUNC, ALL_MODE);
if ((fd = open(pfile, O_RDONLY, ALL_MODE)) == -1) {
if ((fd = open(pfile, O_WRONLY, ALL_MODE)) == -1) {
if ((fd = creat(pfile, ALL_MODE)) == -1) {
if (chmod(pfile, ALL_MODE) == -1) {