Searched defs:write (Results 1 - 25 of 46) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/
H A DTieIn.pm7 sub write { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/FTP/
H A DI.pm2 ## Package to read/write on BINARY data connections
47 sub write { subroutine
50 my $size = shift || croak 'write($buf,$size,[$timeout])';
54 # when we write. This can happen if the disk on the remote server fills up
H A DA.pm2 ## Package to read/write on ASCII data connections
68 sub write { subroutine
71 my $size = shift || croak 'write($buf,$size,[$timeout])';
77 # when we write. This can happen if the disk on the remote server fills up
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DStderrLog.java39 * This class does not actually write anything until the flush() method
40 * in invoked; this will write the concatenation of all messages
41 * passed to the write() method since the last invokation of flush().
57 public void write(char[] cbuf, int off, int len) throws IOException { method in class:StderrLog
H A DSyslog.java42 * This class does not actually write anything until the flush() method
43 * in invoked; this will write the concatenation of all messages
44 * passed to the write() method since the last invokation of flush().
67 public void write(char[] cbuf, int off, int len) throws IOException { method in class:Syslog
H A Dslpd.java160 * Log object for SLP to write to GUI. This class follows the
163 * This class does not actually write anything until the flush() method
164 * in invoked; this will write the concatenation of all messages
165 * passed to the write() method since the last invocation of flush().
186 public void write(char[] cbuf, int off, int len) method in class:slpd.SLPLog
/osnet-11/usr/src/lib/libparted/common/libparted/fs/reiserfs/
H A Dgeom_dal.h47 int (*write)(dal_t *, void *, blk_t, blk_t); member in struct:dal_ops
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DPacklist.pm118 sub write($;$) subroutine
180 $pl->write('/a/new/.packlist');
190 Functions are provided to read and write .packlist files. The original
202 scalar, the entry written to the .packlist by any subsequent write() will be a
227 =item write()
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Drecordmarking.py104 def write(self, buffer, last): member in class:RecordMarkingSocket
105 """ Simple non-buffered write routine """
/osnet-11/usr/src/lib/libpicltree/
H A Dpicltree.h69 int (*write)(ptree_warg_t *arg, const void *buf); member in struct:__anon2321
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/bootvars/x86/
H A Dsolaris.py146 def write(self, inst, alt_dir=None): member in class:BootenvBootVariables
177 berc.write('setprop ' + line[0] + ' ' + line[1] + '\n')
179 berc.write(line) # newline is already part of line
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootinfo.py107 def write(self, inst, alt_dir=None): member in class:BootVariables
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Ddevice.h18 * distribution in the file COPYING); if not, write to the Free Software
93 s64 (*write)(struct ntfs_device *dev, const void *buf, s64 count); member in struct:ntfs_device_operations
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dscsi.h71 grub_err_t (*write) (struct grub_scsi *scsi, grub_size_t cmdsize, char *cmd, member in struct:grub_scsi_dev
H A Ddisk.h86 grub_err_t (*write) (struct grub_disk *disk, grub_disk_addr_t sector, member in struct:grub_disk_dev
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm134 =item $io->write ( BUF, LEN [, OFFSET ] )
136 This C<write> is like C<write> found in C, that is it is the
137 opposite of read. The wrapper for the perl C<write> function is
439 sub write { subroutine
440 @_ >= 2 && @_ <= 4 or croak 'usage: $io->write(BUF [, LEN [, OFFSET]])';
569 @_ < 3 || croak 'usage: $io->write( [FORMAT_NAME] )';
573 CORE::write($io);
576 CORE::write($_[0]);
/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Ddevice.h112 int (*write) (PedDevice* dev, const void* buffer, member in struct:_PedDeviceArchOps
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_compat.h37 int (*write) (const char *, const char *, size_t, off_t, member in struct:fuse_operations_compat25
96 int (*write) (const char *, const char *, size_t, off_t, member in struct:fuse_operations_compat22
146 int (*write) (const char *, const char *, size_t, off_t); member in struct:fuse_operations_compat2
194 int (*write) (const char *, const char *, size_t, off_t); member in struct:fuse_operations_compat1
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Derror.h128 int fd; /* write(2) fd */
131 ssize_t (*write) __PROTO__((int, const __V_*, size_t)); /* error output */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libast/common/include/
H A Derror.h119 int fd; /* write(2) fd */
122 ssize_t (*write)(int, const void*, size_t); /* error output */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Derror.h128 int fd; /* write(2) fd */
131 ssize_t (*write) __PROTO__((int, const __V_*, size_t)); /* error output */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Derror.h128 int fd; /* write(2) fd */
131 ssize_t (*write) __PROTO__((int, const __V_*, size_t)); /* error output */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h128 int fd; /* write(2) fd */
131 ssize_t (*write) __PROTO__((int, const __V_*, size_t)); /* error output */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libldap4/common/
H A Dsearch.c918 char *read, *write; local
921 for (read = write = start; *read; *write++ = *read++) {
936 *write = '\0';
937 return (write-start);
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2.h97 int (*write)(void *cookie, void *ptr, blk_t block, blk_t num); member in struct:ext2_dev_ops

Completed in 787 milliseconds

12