Home | History | Annotate | Download | only in tests

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
52 /* Open the archive. */
53 fd = open (argv[1], O_RDONLY);
56 printf ("Cannot open input file: %m");
105 /* Open the output file. */
106 outfd = open (argv[3], O_CREAT | O_TRUNC | O_RDWR, 0666);
109 printf ("cannot open output file: %m");