Searched refs:mbfd (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/libexec/mail.local/
H A Dmail.local.c159 int mbfd=-1, lfd=-1, rval=EX_OSERR; local
189 if ((mbfd = open(path, O_APPEND|O_CREAT|O_EXCL|O_WRONLY|O_EXLOCK,
206 if (fchown(mbfd, pw->pw_uid, pw->pw_gid) == -1) {
215 if ((mbfd = open(path, O_APPEND|O_WRONLY|O_EXLOCK,
220 if (fstat(mbfd, &fsb) == -1) {
237 curoff = lseek(mbfd, 0, SEEK_END);
247 if ((nw = write(mbfd, buf + off, nr - off)) == -1) {
249 (void)ftruncate(mbfd, curoff);
256 (void)ftruncate(mbfd, curoff);
264 if (mbfd !
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic54x.c2464 bfd *abfd, *mbfd; local
2535 for (mbfd = bfd_openr_next_archived_file (abfd, NULL);
2536 mbfd != NULL; mbfd = bfd_openr_next_archived_file (abfd, mbfd))
2539 bfd_size_type size = bfd_get_size (mbfd);
2545 bfd_bread (buf, size, mbfd);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-tic54x.c2459 bfd *abfd, *mbfd; local
2530 for (mbfd = bfd_openr_next_archived_file (abfd, NULL);
2531 mbfd != NULL; mbfd = bfd_openr_next_archived_file (abfd, mbfd))
2534 bfd_size_type size = bfd_get_size (mbfd);
2540 bfd_bread (buf, size, mbfd);

Completed in 105 milliseconds