file_creat
if ((fddest = file_creat(arcn, 0)) < 0) {
if ((fd = file_creat(arcn, write_to_hard_link)) < 0) {
int file_creat(ARCHD *, int);