Home
last modified time | relevance | path

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

/openbsd/usr.sbin/wsfontload/
H A Dwsfontload.c80 int c, res, wsfd, ffd, list, i; in main() local
171 ffd = open(infile, O_RDONLY); in main()
172 if (ffd == -1) in main()
178 ffd = STDIN_FILENO; in main()
213 if (fstat(ffd, &stat) == 0) in main()
226 res = read(ffd, buf, len); in main()
/openbsd/bin/pax/
H A Dtables.c205 static int ffd = -1; /* tmp file for file time table name storage */ variable
472 if ((ffd = mkstemp(tempfile)) == -1) { in ftime_start()
525 if (lseek(ffd,pt->seek,SEEK_SET) != pt->seek) { in chk_ftime()
530 if (read(ffd, ckname, namelen) != namelen) { in chk_ftime()
575 if ((pt->seek = lseek(ffd, 0, SEEK_END)) >= 0) { in chk_ftime()
576 if (write(ffd, arcn->name, namelen) == namelen) { in chk_ftime()
/openbsd/usr.sbin/makefs/
H A Dffs.c780 int isfile, ffd; in ffs_write_file() local
796 ffd = -1; in ffs_write_file()
816 if ((ffd = open((char *)buf, O_RDONLY)) == -1) { in ffs_write_file()
829 else if ((nread = read(ffd, fbuf, chunk)) == -1) in ffs_write_file()
869 if (ffd != -1) in ffs_write_file()
870 close(ffd); in ffs_write_file()
/openbsd/lib/libutil/
H A Dpasswd.c317 pw_copy(int ffd, int tfd, const struct passwd *pw, const struct passwd *opw) in pw_copy() argument
327 if (!(from = fdopen(ffd, "r"))) in pw_copy()
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/
H A DInstall.pm776 my ($diff, $ffd, $origfile, $mode, $size, $atime, $mtime,
815 inc_uninstall($sourcefile,$ffd, $verbose,