Home | History | Annotate | Download | only in src

Lines Matching refs:open

18    Red Hat elfutils is an included package of the Open Invention Network.
19 An included package of the Open Invention Network is a package for which
20 Open Invention Network licensees cross-license their patents. No patent
22 included package. Should you wish to participate in the Open Invention
393 int fd = open (arfname, flags, mode);
399 error (EXIT_FAILURE, errno, gettext ("cannot open archive '%s'"),
409 error (EXIT_FAILURE, 0, gettext ("cannot open archive '%s': %s"),
604 xfd = open (arhdr->ar_name, flags, 0600);
619 xfd = open
624 error (0, errno, gettext ("cannot open %.*s"),
1224 /* Open all the new files, get their sizes and add all symbols. */
1239 int newfd = open (argv[cnt], O_RDONLY);
1242 error (0, errno, gettext ("cannot open %s"), argv[cnt]);
1382 newfd = open (arfname, O_RDWR | O_CREAT | O_EXCL, DEFFILEMODE);