Home
last modified time | relevance | path

Searched refs:ffd (Results 1 – 2 of 2) sorted by relevance

/original-bsd/usr.bin/chpass/
H A Dpw_copy.c28 pw_copy(ffd, tfd, pw) in pw_copy() argument
29 int ffd, tfd; in pw_copy()
36 if (!(from = fdopen(ffd, "r")))
/original-bsd/bin/pax/
H A Dtables.c53 static int ffd = -1; /* tmp file for file time table name storage */ variable
351 if ((ffd = open(pt, O_RDWR | O_CREAT, S_IRWXU)) < 0) { in ftime_start()
409 if (lseek(ffd,pt->seek,SEEK_SET) != pt->seek) {
414 if (read(ffd, ckname, namelen) != namelen) {
459 if ((pt->seek = lseek(ffd, (off_t)0, SEEK_END)) >= 0) {
460 if (write(ffd, arcn->name, namelen) == namelen) {