Searched defs:open (Results 1 - 25 of 44) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DFile.pm14 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> receive
157 sub open { subroutine
[all...]
H A DDir.pm33 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 )
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dopen.pm1 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;
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)";
154 use open IO => ':locale';
156 use open '
[all...]
H A DDirHandle.pm53 DirHandle::open($dh, $_[0])
64 sub open { subroutine
65 @_ == 2 or croak 'usage: $dh->open(DIRNAME)';
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_pickle.cc55 * 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()) {
H A Ddb_log.cc82 if (open() == TRUE) { // open log
218 if ((from = open(oldname, O_RDONLY, 0666)) < 0) {
225 if ((to = open(newname, O_WRONLY|O_CREAT|O_TRUNC, 0660)) < 0) {
343 db_log::open(void) { function in class:db_log
348 WRITELOCK(this, FALSE, "w db_log::open");
350 ret = pickle_file::open();
351 WRITEUNLOCK(this, ret, "wu db_log::open");
359 ret = pickle_file::open();
360 WRITEUNLOCK(this, ret, "wu db_log::open");
[all...]
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_fcntl.h132 #undef open macro
133 #define open open64 macro
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dfs.h59 grub_err_t (*open) (struct grub_file *file, const char *name); member in struct:grub_fs
H A Dscsi.h59 grub_err_t (*open) (int id, int bus, struct grub_scsi *scsi); member in struct:grub_scsi_dev
H A Ddisk.h76 grub_err_t (*open) (const char *name, struct grub_disk *disk); member in struct:grub_disk_dev
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_fcntl.h111 #undef open macro
112 #define open open64 macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_fcntl.h132 #undef open macro
133 #define open open64 macro
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_fcntl.h111 #undef open macro
112 #define open open64 macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_fcntl.h132 #undef open macro
133 #define open open64 macro
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_fcntl.h111 #undef open macro
112 #define open open64 macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_fcntl.h132 #undef open macro
133 #define open open64 macro
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_fcntl.h111 #undef open macro
112 #define open open64 macro
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Ddevice.h40 ND_Open, /* 1: Device is open. */
89 int (*open)(struct ntfs_device *dev, int flags); member in struct:ntfs_device_operations
/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Dfilesys.h43 PedFileSystem* (*open) (PedGeometry* geom); member in struct:_PedFileSystemOps
H A Ddevice.h106 int (*open) (PedDevice* dev); member in struct:_PedDeviceArchOps
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DConsumer.java46 * Optional flags passed to {@link #open(Consumer.OpenFlag[] flags)
47 * open()}.
69 * <pre> {@code consumer.open();}</pre>
73 * @throws NullPointerException if any of the given open flags is
86 public void open(OpenFlag ... flags) throws DTraceException; method in interface:Consumer
108 * #open(OpenFlag[] flags) open()} or after {@link #go()}, or if the
137 * #open(OpenFlag[] flags) open()} or after {@link #go()}, or if the
225 * #open(OpenFla
[all...]
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_compat.h34 int (*open) (const char *, struct fuse_file_info *); member in struct:fuse_operations_compat25
93 int (*open) (const char *, struct fuse_file_info_compat *); member in struct:fuse_operations_compat22
144 int (*open) (const char *, int); member in struct:fuse_operations_compat2
192 int (*open) (const char *, int); member in struct:fuse_operations_compat1
H A Dfuse.h150 /** File open operation
153 * will be passed to open(). Open should check if the operation
154 * is permitted for the given flags. Optionally open may also
160 int (*open) (const char *, struct fuse_file_info *); member in struct:fuse_operations
162 /** Read data from an open file
176 /** Write data to an open file
208 * open(). This happens if more than one file descriptor refers
221 /** Release an open file
223 * Release is called when there are no more references to an open
227 * For every open() cal
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPing.pm528 # host specific, we have to open and close each connection here. We
529 # can't just leave a socket open. Because of the robust nature of
809 # already open, it opens it. It then sends some data and waits for
810 # a reply. It leaves the stream open on exit.
819 # Open the stream if it's not already open
833 sub open subroutine
837 $timeout # Seconds after which open times out
846 croak("socket is already open");
1585 =item $p->open($host);
1591 first ping. If you don't call C<open()>, th
[all...]
/osnet-11/usr/src/lib/libsum/common/
H A Dsumlib.c48 Sum_t* (*open)(const struct Method_s*, const char*); member in struct:Method_s
270 * open sum method name
288 return (*methods[n].open)(&methods[n], name);
347 * close an open sum handle

Completed in 93 milliseconds

12