Searched refs:open (Results 201 - 225 of 740) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DUdfDebug.cpp268 fFile = open(filename, O_RDWR | O_CREAT | O_TRUNC);
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/session/
H A DDebug.cpp268 fFile = open(filename, O_RDWR | O_CREAT | O_TRUNC);
/haiku-fatelf/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundDeviceMixer.cpp29 fFD = open(info->devnode, O_RDWR);
/haiku-fatelf/src/apps/clock/
H A Dcl_wind.cpp69 ref = open(path.Path(), O_RDONLY);
/haiku-fatelf/src/apps/debugger/files/
H A DSourceFile.cpp54 // open the file
55 int fd = open(path, O_RDONLY);
/haiku-fatelf/src/apps/powerstatus/
H A DAPMDriverInterface.cpp61 fDevice = open("/dev/misc/apm", O_RDONLY);
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dhistfile.c79 on win 95/98/nt), we want to open files with O_BINARY mode so that there
182 file = open (input, O_RDONLY|O_BINARY, 0666);
317 file = open (filename, O_RDONLY|O_BINARY, 0666);
400 if (bp > buffer && ((file = open (filename, O_WRONLY|O_TRUNC|O_BINARY, 0600)) != -1))
435 if ((file = open (output, mode, 0600)) == -1)
/haiku-fatelf/src/bin/consoled/
H A Dconsoled.cpp262 // Try to open it as a device
263 int fd = open(path, O_RDONLY);
302 con->console_fd = open("/dev/console", O_WRONLY);
317 con->tty_master_fd = open(name, O_RDWR);
321 con->tty_slave_fd = open(name, O_RDWR);
323 error("Could not open tty %s: %s!\n", name,
/haiku-fatelf/src/bin/gdb/gdb/
H A Dproc-utils.h81 #define open(X,Y) open_with_trace (X, Y, __FILE__, __LINE__) macro
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Dunixcomm.c252 serpfd = open(name, O_RDWR);
254 serpfd = open(name, O_RDWR | O_NONBLOCK);
258 perror("open");
470 parpfd = open(name, O_RDWR);
472 parpfd = open(name, O_RDWR | O_NONBLOCK);
479 sprintf(errbuf, "open %s", name);
/haiku-fatelf/src/bin/gdb/readline/
H A Dhistfile.c73 on win 95/98/nt), we want to open files with O_BINARY mode so that there
162 file = open (input, O_RDONLY|O_BINARY, 0666);
269 file = open (filename, O_RDONLY|O_BINARY, 0666);
346 if (bp > buffer && ((file = open (filename, O_WRONLY|O_TRUNC|O_BINARY, 0600)) != -1))
387 if ((file = open (output, mode, 0600)) == -1)
/haiku-fatelf/src/bin/network/atftpd/
H A Dlogger.c67 if ((log_fd = open(log_filename, O_WRONLY | O_APPEND)) < 0)
71 logger(LOG_CRIT, "Unable to open %s for logging, "
/haiku-fatelf/src/bin/network/ftpd/
H A Dmd5hl.c59 f = open(filename, O_RDONLY);
/haiku-fatelf/src/bin/package/
H A Dcommand_add.cpp107 // If a package info file has been specified explicitly, open it.
110 packageInfoFD = open(packageInfoFileName, O_RDONLY);
112 fprintf(stderr, "Error: Failed to open package info file \"%s\": "
H A Dcommand_create.cpp111 // If a package info file has been specified explicitly, open it.
114 packageInfoFD = open(packageInfoFileName, O_RDONLY);
116 fprintf(stderr, "Error: Failed to open package info file \"%s\": "
/haiku-fatelf/src/bin/playsound/
H A Dplaysound.cpp99 int fd = open(file, O_RDONLY);
101 fprintf(stderr, "Can't open file %s\n", file);
H A Dplaywav.cpp80 fd = open(argv[1], O_RDONLY);
/haiku-fatelf/src/bin/
H A Drmattr.cpp116 int fd = open(argv[i], O_RDONLY | (resolveLinks ? 0 : O_NOTRAVERSE));
118 fprintf(stderr, "%s: can\'t open file %s to remove attribute: %s\n",
/haiku-fatelf/src/bin/writembr/
H A Dwritembr.cpp70 fs.open(device.Path(), fstream::in | fstream::out | fstream::binary);
72 cerr << "Can't open " << device.Path() << endl;
/haiku-fatelf/src/documentation/docbook-xsl/fo/
H A Dpdf2index11 open (F, "$PSTOTEXT $pdf |");
/haiku-fatelf/src/libs/pdflib/bind/pdflib/php/
H A Dbusinesscard.php29 /* open new PDF file; insert a file name to create the PDF on disk */
H A Dquickreference.php16 /* open new PDF file; insert a file name to create the PDF on disk */
/haiku-fatelf/src/libs/util/
H A Dlogwtmp.c92 if ((fd = open(_PATH_WTMP, O_WRONLY|O_APPEND, 0)) < 0)
/haiku-fatelf/src/system/kernel/device_manager/
H A DAbstractModuleDevice.cpp64 return Module()->open(Data(), path, openMode, _cookie);
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Dmktemp.c145 if ((*doopen = open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0)

Completed in 219 milliseconds

1234567891011>>