/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/ |
H A D | TieIn.pm | 7 sub write { subroutine
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/FTP/ |
H A D | I.pm | 2 ## 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 D | A.pm | 2 ## 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 D | StderrLog.java | 39 * 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 D | Syslog.java | 42 * 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 D | slpd.java | 160 * 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 D | geom_dal.h | 47 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 D | Packlist.pm | 118 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 D | recordmarking.py | 104 def write(self, buffer, last): member in class:RecordMarkingSocket 105 """ Simple non-buffered write routine """
|
/osnet-11/usr/src/lib/libpicltree/ |
H A D | picltree.h | 69 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 D | solaris.py | 146 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 D | bootinfo.py | 107 def write(self, inst, alt_dir=None): member in class:BootVariables
|
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/ |
H A D | device.h | 18 * 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 D | scsi.h | 71 grub_err_t (*write) (struct grub_scsi *scsi, grub_size_t cmdsize, char *cmd, member in struct:grub_scsi_dev
|
H A D | disk.h | 86 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 D | Handle.pm | 134 =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 D | device.h | 112 int (*write) (PedDevice* dev, const void* buffer, member in struct:_PedDeviceArchOps
|
/osnet-11/usr/src/lib/libfuse/common/ |
H A D | fuse_compat.h | 37 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 D | error.h | 128 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 D | error.h | 119 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 D | error.h | 128 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 D | error.h | 128 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 D | error.h | 128 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 D | search.c | 918 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 D | ext2.h | 97 int (*write)(void *cookie, void *ptr, blk_t block, blk_t num); member in struct:ext2_dev_ops
|