Searched refs:open (Results 276 - 300 of 2800) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dfifo_listen.c64 * open a fifo and not something else, then change permissions to what we
78 if ((fd = open(path, O_RDWR | O_NONBLOCK, 0)) < 0)
79 msg_fatal("%s: open %s: %m", myname, path);
86 msg_info("open O_RDWR makes fifo readable - trying O_RDONLY");
91 if ((fd = open(path, open_mode, 0)) < 0)
92 msg_fatal("%s: open %s: %m", myname, path);
H A Dfifo_rdonly_bug.c87 if ((fd = open(FIFO_PATH, O_RDONLY | O_NONBLOCK, 0)) < 0)
88 perrorcleanup("open");
91 if ((fd2 = open(FIFO_PATH, O_WRONLY, 0)) < 0)
92 perrorcleanup("open fifo O_WRONLY");
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nslog.py8 fd = os.open('pyobjc-test-nslog.txt', os.O_RDWR|os.O_CREAT, 0666)
15 fp = open('pyobjc-test-nslog.txt', 'rb')
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nslog.py8 fd = os.open('pyobjc-test-nslog.txt', os.O_RDWR|os.O_CREAT, 0666)
15 fp = open('pyobjc-test-nslog.txt', 'rb')
/macosx-10.9.5/rsync-42/rsync/support/
H A Dcull_options10 open(IN, '../options.c') or die "Unable to open ../options.c: $!\n";
/macosx-10.9.5/ruby-104/ruby/ext/dl/
H A Dhandle.c38 if( dlhandle->ptr && dlhandle->open && dlhandle->enable_close ){
66 if(dlhandle->open) {
68 dlhandle->open = 0;
93 dlhandle->open = 0;
106 dlhandle->open = 1;
178 if( dlhandle->ptr && dlhandle->open && dlhandle->enable_close ){
182 dlhandle->open = 1;
269 if( ! dlhandle->open ){
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dmacpkg.rb63 def open(fname, access=nil) method in class:Tk
64 tk_call('resource', 'open', fname, access)
79 module_function :close, :delete, :files, :list, :open, :read, :types, :write
/macosx-10.9.5/ruby-104/ruby/lib/webrick/httpauth/
H A Dhtgroup.rb38 open(@path,"a").close unless File::exist?(@path)
48 open(@path){|io|
/macosx-10.9.5/ruby-104/ruby/sample/
H A Dsvr.rb9 gs = TCPServer.open(0)
H A Duumerge.rb18 out = open($file, "w") if $file != ""
/macosx-10.9.5/ruby-104/ruby/test/drb/
H A Dtest_drbssl.rb22 data = open("sample.key"){|io| io.read }
24 data = open("sample.crt"){|io| io.read }
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_parser.rb20 open marshal, 'wb' do |io|
85 open 'app', 'w' do |io| io.write content end
99 Tempfile.open 'forbidden' do |io|
116 open readme_ext, 'w' do |io|
138 open readme_ext, 'w' do |io|
152 open readme_ext, 'w' do |io|
164 open readme_ext, 'w' do |io|
178 open readme_ext, 'w' do |io|
/macosx-10.9.5/ruby-104/ruby/test/scanf/
H A Dtest_scanf.rb318 File.open(tmpfilename, "w") {|fh| fh.print test[1]}
319 File.open(tmpfilename, "r") { |fh|
/macosx-10.9.5/ruby-104/ruby/test/socket/
H A Dtest_tcp.rb17 sock = TCPSocket.open(addr[3], addr[1])
32 sock = TCPSocket.open(addr[3], addr[1])
/macosx-10.9.5/ruby-104/ruby/test/
H A Dtest_tracer.rb35 open(script, "w") do |f|
50 open(script, "w") do |f|
/macosx-10.9.5/ruby-104/ruby/test/win32ole/
H A Dtest_win32ole_variant_outarg.rb15 db.open
39 @db.open
/macosx-10.9.5/swig-10/Lib/perl5/
H A Dnoembed.h94 #ifdef open
95 #undef open macro
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dsync.test35 set fh [open SYNC.TMP w]
H A Dfcntl.test23 close [open FCNTL1.TMP w]
24 close [open FCNTL2.TMP w]
25 close [open FCNTL3.TMP w]
27 set testRWFH [open FCNTL1.TMP r+]
28 set testRFH [open FCNTL2.TMP r]
29 set testWFH [open FCNTL3.TMP w]
140 set testRWFH [open FCNTL1.TMP w]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/expat/xmlwf/
H A Dreadfilemap.c57 extern int open (const char* path, int mode);
73 fd = open(name, O_RDONLY|O_BINARY);
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/generic/
H A Dmk_predefined.xotcl5 set f [open predefined.xotcl]
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dtester17 set ch [open [lindex $argv 0]]
/macosx-10.9.5/tcpdump-56/tcpdump/tests/
H A DTESTonce7 open(TESTLIST, "TESTLIST") || die "can not open TESTLIST: $!\n";
/macosx-10.9.5/zlib-53/zlib/contrib/iostream2/
H A Dzstream.h55 izstream(FILE* fp) : m_fp(0) { open(fp); }
56 izstream(const char* name) : m_fp(0) { open(name); }
60 * open() can be used to read a file which is not in gzip format;
65 void open(const char* name) { function in class:izstream
70 void open(FILE* fp) { function in class:izstream
162 open(fp, level);
166 open(name, level);
177 void open(const char* name, int level = Z_DEFAULT_COMPRESSION) { function in class:ozstream
184 /* open from a FILE pointer.
186 void open(FIL function in class:ozstream
[all...]
/macosx-10.9.5/ntp-88/scripts/
H A Dplot_summary.in86 # maybe open alternate output file
94 open TOUCH, ">$file" and close TOUCH or die "$file: $!";
116 open INPUT, "$fname" or die "$fname: $!";
117 open OUTPUT, ">$out_file" or die "$out_file: $!";
170 open OUTPUT, "> $cmd_file" or die "$cmd_file: $!";
258 open INPUT, "$fname" or die "$fname: $!";
259 open OUTPUT, ">$out_file" or die "$out_file: $!";
288 open OUTPUT, "> $cmd_file" or die "$cmd_file: $!";

Completed in 293 milliseconds

<<11121314151617181920>>