Home
last modified time | relevance | path

Searched refs:file_creat (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/bin/pax/
H A Dextern.h137 int file_creat(ARCHD *);
H A Dar_subs.c312 if ((fd = file_creat(arcn)) < 0) { in extract()
924 if ((fddest = file_creat(arcn)) < 0) { in copy()
H A Dfile_subs.c77 file_creat(ARCHD *arcn) in file_creat() function