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

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dfixcat13 spawn -open [open "|cat" "r+"]
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dfcntl--.h24 #undef open macro
25 #define open open_safer macro
/macosx-10.9.5/postfix-252/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.9.5/WebCore-7537.78.1/html/
H A DHTMLDetailsElement.idl24 [Reflect] attribute boolean open;
H A DHTMLDialogElement.idl29 [Reflect] attribute boolean open;
/macosx-10.9.5/emacs-92/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.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DinspectorBB.js26 window.open(text, "_blank");
/macosx-10.9.5/dtrace-118.1/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.9.5/dtrace-118.1/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.9.5/dtrace-118.1/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.9.5/python-76.100.1/2.5/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.9.5/python-76.100.1/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.9.5/python-76.100.1/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.9.5/python23-21/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')

Completed in 148 milliseconds

1234567891011>>