Searched refs:open (Results 1 - 25 of 358) sorted by relevance

1234567891011>>

/haiku/data/config/boot/
H A DUserBootscript5 # Start programs and open files in the boot launch folder
8 /bin/open "$file" &
/haiku/src/tests/servers/app/
H A Drun.sh20 open .
/haiku/src/add-ons/kernel/file_systems/websearchfs/bin/
H A Dimlucky2 open `query -v /Web/ '((name=="*'"$*"'*")&&(BEOS:TYPE=="application/x-vnd.Be-bookmark"))' | xargs catattr META:url | head -1`
/haiku/data/bin/
H A Dwelcome14 open file:$localizedWelcomeFile
16 open file:$localizedWelcomeFileBase
18 open $welcomeFile
20 open $welcomeURL
/haiku/src/data/bin/
H A Duserguide15 open file:$localizedUserGuide
17 open file:$localizedUserGuideBase
19 open $userGuide
21 open $userGuideURL
H A Dquicktour14 open file:$localizedQuicktour
16 open file:$localizedQuicktourBase
18 open $quicktour
20 open $quicktourURL
/haiku/src/libs/stdc++/legacy/
H A Dpfstream.cc43 if (!pbuf->open(p+1, mode))
63 if (pbuf->open(command, mode))
72 if (!rdbuf()->open(name, mode, prot))
84 if (!pbuf->open(p+1, mode))
89 if (!rdbuf()->open(name, mode, prot))
H A Dprocbuf.cc39 procbuf *procbuf::open(const char *command, int mode) function in class:procbuf
H A DSFile.cc59 void SFile::open(const char *name, int size, int mode, int prot) function in class:SFile
61 fstream::open(name, mode, prot);
H A Dfstream.cc66 if (!rdbuf()->open(name, mode, prot))
81 void fstreambase::open(const char *name, int mode, int prot) function in class:fstreambase
84 if (!rdbuf()->open(name, mode, prot))
/haiku/headers/cpp/
H A Dprocbuf.h43 procbuf* open(const char *command, int mode);
H A Dfstream.h49 void open(const char *name, int mode, int prot=0664);
66 void open(const char *name, int mode=ios::in, int prot=0664) function in class:ifstream
67 { fstreambase::open(name, mode | ios::in, prot); }
77 void open(const char *name, int mode=ios::out, int prot=0664) function in class:ofstream
78 { fstreambase::open(name, mode | ios::out, prot); }
88 void open(const char *name, int mode, int prot=0664) function in class:fstream
89 { fstreambase::open(name, mode, prot); }
H A DSFile.h44 void open(const char *name, int size, int mode, int prot=0664);
/haiku/src/tests/add-ons/kernel/file_systems/bfs/rename/
H A Drename.c19 file = open("__file", O_CREAT | O_TRUNC | O_WRONLY);
31 file = open("__directory/1", O_CREAT | O_WRONLY);
/haiku/src/system/libroot/posix/stdlib/
H A Dpty.cpp19 return open("/dev/ptmx", openFlags);
/haiku/src/servers/power/
H A Dlid_monitor.cpp21 int fd = open("/dev/power/acpi_lid/0", O_RDONLY);
/haiku/src/tests/system/network/
H A Dstop_stack.c15 fd = open("/dev/" NET_STACK_DRIVER_PATH, O_RDWR);
17 err(fd, "can't open the stack driver");
/haiku/src/apps/haikudepot/build/scripts/
H A Djsonschema2cppmodel.py226 with open(cpp_header_filename, 'w') as cpp_h_file:
232 with open(cpp_implementation_filename, 'w') as cpp_i_file:
260 with open(args.inputfile) as inputfile:
H A Djsonschema2cppparser.py911 with open(cpp_header_filename, 'w') as cpp_h_file:
917 with open(cpp_implementation_filename, 'w') as cpp_i_file:
937 with open(args.inputfile) as inputfile:
/haiku/src/tools/
H A Dhardlink_packages.py16 with open(jamf) as f:
61 with open(args_jamf) as f:
110 with open(args_jamf, 'wb') as f:
123 with open(args_dst + 'repo.info.template', 'r') as ritf:
127 with open(repodir + 'repo.info', 'w') as rinf:
131 with open(repodir + 'package.list', 'w') as pkgl:
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixUSBKitTest/
H A DFinePixTest.cpp26 int fd = open(fname, O_WRONLY | O_CREAT,0644);
/haiku/src/bin/
H A Drescan.c38 fd_dev = open("/dev", O_WRONLY);
/haiku/src/tests/add-ons/kernel/drivers/random/
H A Drandom_test.cpp16 int fd = open(kRandomDevice, O_RDONLY);
18 fprintf(stderr, "Error: Failed to open \"%s\": %s", kRandomDevice,
/haiku/src/tests/servers/input/comm/
H A Darea.c16 int fd = open ("/tmp/input_area.bin", O_WRONLY | O_CREAT | O_TRUNC, 0644);
/haiku/src/tools/fixup_tos_boot_checksum/
H A Dfixup_tos_boot_checksum.c13 fd = open(argv[1], O_RDWR);

Completed in 246 milliseconds

1234567891011>>