| /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/4.2/ |
| open.c | 36 open(char *path, int flags, int mode) function
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/sys5/ |
| open.c | 33 open(char *path, int flags, int mode) function
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
| File.pm | 14 if ($fh->open("< file")) { 55 the method C<open>; if the open fails, the object is destroyed. Otherwise, 62 (i.e. it is unlinked after creation, but held open). If the temporary 72 =item open( FILENAME [,MODE [,PERMS]] ) 74 =item open( FILENAME, IOLAYERS ) 76 C<open> accepts one, two or three parameters. With one parameter, 77 it is just a front end for the built-in C<open> function. With two or three 80 the open mode, optionally followed by a file permission value. 82 If C<IO::File::open> receives a Perl mode string ("E<gt>", "+E<lt>", etc. 157 sub open { subroutine [all...] |
| Dir.pm | 33 IO::Dir::open($dh, $_[0]) 44 sub open { subroutine 45 @_ == 2 or croak 'usage: $dh->open(DIRNAME)'; 182 argument which, if given, C<new> will pass to C<open> 192 =item open ( DIRNAME )
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| open.pm | 1 package open; package 4 $open::hint_bits = 0x20000; # HINT_LOCALIZE_HH 63 croak("`use open' needs explicit list of PerlIO layers") unless @args; 65 $^H |= $open::hint_bits; 66 my ($in,$out) = split(/\0/,(${^OPEN} || "\0"), -1); 120 ${^OPEN} = join("\0",$in,$out) if $in or $out; 146 open - perl pragma to set default PerlIO layers for input and output 150 use open IN => ":crlf", OUT => ":bytes"; 151 use open OUT => ':utf8'; 152 use open IO => ":encoding(iso-8859-7)" [all...] |
| DirHandle.pm | 53 DirHandle::open($dh, $_[0]) 64 sub open { subroutine 65 @_ == 2 or croak 'usage: $dh->open(DIRNAME)';
|
| /onnv/onnv-gate/usr/src/cmd/ssh/include/ |
| bsd-cygwin_util.h | 54 #define open binary_open macro
|
| /onnv/onnv-gate/usr/src/lib/libnisdb/ |
| db_pickle.cc | 55 * Returns TRUE if open was successful; FALSE otherwise. 58 pickle_file::open() function in class:pickle_file 60 WRITELOCK(this, FALSE, "w pickle_file::open"); 77 WRITEUNLOCK(this, FALSE, "wu pickle_file::open"); 80 WRITEUNLOCK(this, FALSE, "wu pickle_file::open"); 109 if (open()) {
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
| TestMaxConsumers.java | 65 consumers[i].open(); method 72 consumers[i].open(); method 81 consumer.open();
|
| TestClose.java | 41 consumer.open(); 61 consumer.open();
|
| TestEnable.java | 51 consumer.open(); 117 consumer2.open(); 138 consumer.open();
|
| TestStopLock.java | 48 consumer.open();
|
| TestAbort.java | 46 consumer.open(); 74 consumer.open(); 99 consumer.open(); 126 consumer.open();
|
| TestFunctionLookup.java | 50 consumer.open(); 86 consumer.open();
|
| /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/kstat/ |
| KstatCtl.java | 53 kctl = open(); 69 private native long open(); method in class:KstatCtl
|
| /onnv/onnv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/ |
| mktemp.c | 46 #define open binary_open macro 147 open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0)
|
| bsd-cygwin_util.c | 50 #if defined(open) && open == binary_open 51 # undef open macro 53 #if defined(pipe) && open == binary_pipe 65 return open(filename, flags | O_BINARY, mode);
|
| /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/docs/examples/ |
| TestTarget.java | 70 consumer.open();
|
| TestAPI.java | 53 consumer.open();
|
| TestAPI2.java | 62 consumer.open();
|
| /onnv/onnv-gate/usr/src/cmd/device_remap/ |
| device_remap.pl | 62 sub open { subroutine 71 return unless open(MD, "$self->{NAME}"); 264 open(IN, "<", $in) or die "can't open $in\n"; 265 open(OUT, ">", $out) or die "can't open $out\n"; 395 $md->open;
|
| /onnv/onnv-gate/usr/src/head/ |
| fcntl.h | 77 #pragma redefine_extname open open64 89 #define open open64 macro 105 #pragma redefine_extname open64 open 117 #define open64 open 134 extern int open(const char *, int, ...); 168 extern int open();
|
| /onnv/onnv-gate/usr/src/cmd/sh/ |
| expand.c | 78 BOOL open; local 81 open = 0; 99 open = 0; 103 open++; 107 if (open == 0)
|
| /onnv/onnv-gate/usr/src/lib/libparted/common/include/parted/ |
| filesys.h | 44 PedFileSystem* (*open) (PedGeometry* geom); member in struct:_PedFileSystemOps
|
| /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/ |
| ast_fcntl.h | 132 #undef open macro 133 #define open open64 macro
|