HomeSort by: relevance | last modified time | path
    Searched defs:mbfd (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
bfdtest2.c 78 bfd *abfd, *mbfd; local
95 mbfd = bfd_openr_next_archived_file (abfd, 0);
96 if (!mbfd)
99 if (!bfd_close (mbfd))
bfdtest2.c 78 bfd *abfd, *mbfd; local
95 mbfd = bfd_openr_next_archived_file (abfd, 0);
96 if (!mbfd)
99 if (!bfd_close (mbfd))
  /src/external/gpl3/binutils.old/dist/binutils/
bfdtest2.c 78 bfd *abfd, *mbfd; local
95 mbfd = bfd_openr_next_archived_file (abfd, 0);
96 if (!mbfd)
99 if (!bfd_close (mbfd))
bfdtest2.c 78 bfd *abfd, *mbfd; local
95 mbfd = bfd_openr_next_archived_file (abfd, 0);
96 if (!mbfd)
99 if (!bfd_close (mbfd))
  /src/libexec/mail.local/
mail.local.c 200 int created = 0, mbfd = -1, nr, nw, off, rval = EX_OSERR, lfd = -1; local
241 if ((mbfd = open(path, O_APPEND|O_WRONLY|O_EXLOCK|O_NOFOLLOW,
245 (mbfd = open(path, O_APPEND|O_CREAT|O_WRONLY|O_EXLOCK|O_EXCL,
253 if (fstat(mbfd, &nsb) == -1) {
269 if ((curoff = lseek(mbfd, 0, SEEK_END)) == (off_t)-1) {
283 if ((nw = write(mbfd, buf + off, nr - off)) < 0) {
291 trunc: (void)ftruncate(mbfd, curoff);
310 if (mbfd >= 0) {
312 (void)fchown(mbfd, pw->pw_uid, pw->pw_gid);
314 (void)fsync(mbfd); /* Don't wait for update. *
    [all...]
mail.local.c 200 int created = 0, mbfd = -1, nr, nw, off, rval = EX_OSERR, lfd = -1; local
241 if ((mbfd = open(path, O_APPEND|O_WRONLY|O_EXLOCK|O_NOFOLLOW,
245 (mbfd = open(path, O_APPEND|O_CREAT|O_WRONLY|O_EXLOCK|O_EXCL,
253 if (fstat(mbfd, &nsb) == -1) {
269 if ((curoff = lseek(mbfd, 0, SEEK_END)) == (off_t)-1) {
283 if ((nw = write(mbfd, buf + off, nr - off)) < 0) {
291 trunc: (void)ftruncate(mbfd, curoff);
310 if (mbfd >= 0) {
312 (void)fchown(mbfd, pw->pw_uid, pw->pw_gid);
314 (void)fsync(mbfd); /* Don't wait for update. *
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic54x.c 2308 bfd *abfd, *mbfd; local
2359 for (mbfd = bfd_openr_next_archived_file (abfd, NULL);
2360 mbfd != NULL; mbfd = bfd_openr_next_archived_file (abfd, mbfd))
2363 bfd_size_type size = bfd_get_size (mbfd);
2369 size = bfd_read (buf, size, mbfd);
tc-tic54x.c 2308 bfd *abfd, *mbfd; local
2359 for (mbfd = bfd_openr_next_archived_file (abfd, NULL);
2360 mbfd != NULL; mbfd = bfd_openr_next_archived_file (abfd, mbfd))
2363 bfd_size_type size = bfd_get_size (mbfd);
2369 size = bfd_read (buf, size, mbfd);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic54x.c 2308 bfd *abfd, *mbfd; local
2359 for (mbfd = bfd_openr_next_archived_file (abfd, NULL);
2360 mbfd != NULL; mbfd = bfd_openr_next_archived_file (abfd, mbfd))
2363 bfd_size_type size = bfd_get_size (mbfd);
2369 size = bfd_read (buf, size, mbfd);
tc-tic54x.c 2308 bfd *abfd, *mbfd; local
2359 for (mbfd = bfd_openr_next_archived_file (abfd, NULL);
2360 mbfd != NULL; mbfd = bfd_openr_next_archived_file (abfd, mbfd))
2363 bfd_size_type size = bfd_get_size (mbfd);
2369 size = bfd_read (buf, size, mbfd);

Completed in 134 milliseconds