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

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dfixcat13 spawn -open [open "|cat" "r+"]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dfcntl--.h24 #undef open macro
25 #define open open_safer macro
/macosx-10.10.1/postfix-255/postfix/src/cleanup/
H A Dcleanup_milter.in10a7 open test-queue-file10.tmp
H A Dcleanup_milter.in10b7 open test-queue-file10.tmp
H A Dcleanup_milter.in10c9 open test-queue-file10.tmp
H A Dcleanup_milter.in115 open test-queue-file11.tmp
H A Dcleanup_milter.in10d8 open test-queue-file10.tmp
H A Dcleanup_milter.in10e6 open test-queue-file10.tmp
/macosx-10.10.1/Heimdal-398.1.2/packages/mac/
H A Dgss-debug.sh7 open -W "/System/Library/Frameworks/GSS.framework/Resources/GSS Debug Logging (OS X).configprofile"
/macosx-10.10.1/emacs-93/emacs/mac/inc/sys/
H A Dfile.h32 #undef open macro
35 #define open mpw_open macro
40 #undef open macro
43 #define open sys_open macro
/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Dcreatbyproc.d10 syscall::open:entry /arg1 == 0x0200 | 0x0400 | 0x0001 /* O_CREAT | O_TRUNC | O_WRONLY */ /
H A Dfilebyproc.d10 syscall::open*:entry { printf("%s %s", execname, copyinstr(arg0)); }
/macosx-10.10.1/dtrace-147/DTTk/Proc/
H A Dcreatbyproc.d10 syscall::open:entry /arg1 == 0x0200 | 0x0400 | 0x0001 /* O_CREAT | O_TRUNC | O_WRONLY */ /
H A Dfilebyproc.d10 syscall::open*:entry { printf("%s %s", execname, copyinstr(arg0)); }
/macosx-10.10.1/dtrace-147/test/tst/common/docsExamples/
H A Dspecopen.d40 syscall::open:entry,
55 syscall::open:return,
63 syscall::open:return,
71 syscall::open:return,
/macosx-10.10.1/python-89/2.6/fix/
H A Dbyte2utf16.py9 input = open(sys.argv[1], 'r')
10 out = codecs.open(sys.argv[2], 'w', 'utf-16');
H A Dutf162byte.py9 input = codecs.open(sys.argv[1], 'r', 'utf-16');
10 out = open(sys.argv[2], 'w')
/macosx-10.10.1/python-89/2.7/fix/
H A Dbyte2utf16.py9 input = open(sys.argv[1], 'r')
10 out = codecs.open(sys.argv[2], 'w', 'utf-16');
H A Dutf162byte.py9 input = codecs.open(sys.argv[1], 'r', 'utf-16');
10 out = open(sys.argv[2], 'w')
/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Dbm_io_file_create.rb9 f = open(file, 'w')
/macosx-10.10.1/ruby-106/ruby/sample/
H A Ddir.rb3 dirp = Dir.open(".")
/macosx-10.10.1/dtrace-147/test/tst/common/syscall/
H A Dtst.openret.ksh37 syscall::open*:entry
43 syscall::open*:return
50 syscall::open*:return
56 syscall::open*:return
59 printf("a failed open(2) returned %d\n", (int)arg0);
63 syscall::open*:return
/macosx-10.10.1/ruby-106/ruby/test/
H A Dtest_find.rb16 File.open("#{d}/a", "w"){}
18 File.open("#{d}/b/a", "w"){}
19 File.open("#{d}/b/b", "w"){}
29 File.open("#{d}/a", "w"){}
31 File.open("#{d}/b/a", "w"){}
32 File.open("#{d}/b/b", "w"){}
44 File.open("#{d}/a", "w"){}
46 File.open("#{d}/b/a", "w"){}
47 File.open("#{d}/b/b", "w"){}
61 File.open("#{
[all...]
/macosx-10.10.1/ruby-106/ruby/bootstraptest/
H A Dtest_autoload.rb14 open('zzz.rb', 'w') {|f| f.puts '' }
26 open('zzz.rb', 'w') {|f| f.puts 'class ZZZ; def self.ok;:ok;end;end'}
34 open("zzz.rb", "w") {|f| f.puts "class ZZZ; def self.ok;:ok;end;end"}
40 open("zzz.rb", "w") {|f| f.puts "class ZZZ; def self.ok;:ok;end;end"}
47 open("zzz.rb", "w") {|f| f.puts "class ZZZ; def self.ok;:ok;end;end"}
53 open("zzz.rb", "w") {|f| f.puts "class ZZZ; def self.ok;:ok;end;end"}
60 open("zzz.rb", "w") {|f| f.puts "class ZZZ; def hoge;:ok;end;end"}
67 open("zzz.rb", "w") {|f| f.puts "class ZZZ; def hoge;:ok;end;end"}
74 open("zzz.rb", "w") {|f| f.puts "class ZZZ; def hoge;:ok;end;end"}
80 open("zz
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-cygwin_util.h52 #define open binary_open macro

Completed in 205 milliseconds

1234567891011>>