Searched refs:buffer (Results 426 - 441 of 441) sorted by relevance

<<1112131415161718

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DPerlIO.pm79 access to the buffer for C<sv_gets> which implements perl's readline/E<lt>E<gt>
112 using that as PerlIO's "buffer". This I<may> be faster in certain
H A DCPAN.pm5647 my($buffer,$fhw);
5652 $gz->gzwrite($buffer)
5653 while read($fhw,$buffer,4096) > 0 ;
5667 my($buffer,$fhw);
5672 $fhw->print($buffer)
5673 while $gz->gzread($buffer) > 0 ;
5691 my($buffer,$len);
5697 while ($gz->gzread($buffer) > 0 ){
5698 $len += length($buffer);
5699 $buffer
[all...]
H A Dperl5db.pl410 The typeahead buffer, used by C<DB::readline>.
1414 # return pre/postprompt actions and typeahead buffer
3009 # with that command in the buffer.
3056 # Found it. Put it in the buffer, print it, and process it.
6033 First, we handle stuff in the typeahead buffer. If there is any, we shift off
6037 If there's nothing in the typeahead buffer, check the command filehandle stack.
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc744 void monitor(int (*alowpc)(), int (*ahighpc)(), WORD *buffer,
1086 char *_ttyname_dev(dev_t rdev, char *buffer, size_t buflen);
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s31 * (dstsize being the size of the string buffer dst) from src
326 ! n expired, i.e. end of destination buffer reached. Force null
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL736 typically be $filename or a pointer to a buffer containing $filename.
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c5534 char *buffer = NULL; local
5597 (const char *) *dn, &buffer);
5604 * If mapped attr is found(buffer != NULL)
5612 if (buffer != NULL) {
5614 *dn = buffer;
5711 start = start + (cur - dn); /* move cursor in buffer */
5718 start = start + orig_len; /* move cursor in buffer */
/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c1400 * is copied to this buffer.
4811 nfslogtab_add(char *dir, char *buffer, char *tag) argument
4849 * Remove entries matching buffer and sharepoint since we're
4852 if (logtab_rement(f, buffer, dir, NULL, -1)) {
4871 lep.le_buffer = buffer;
4877 * Add new sharepoint / buffer location to nfslogtab
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_addr.c1606 * regardless of whether it could fit everything into the buffer it was
1607 * provided. In cases where the buffer was insufficient, the callback
1623 * determine the actual buffer size required.
1686 * Check whether the provided buffer was of sufficient size to
3687 const void *buffer = NULL; local
3697 buffer = addr->ipadm_reqhost;
3705 request = dhcp_ipc_alloc_request(type, ifname, buffer, buffer_size,
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s573 cmp %o2, ALIGNED4_FPCOPY_THRESHOLD ! limit to store buffer size
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.c1580 Expands the character buffer in the SV. If necessary, uses C<sv_unref> and
1581 upgrades the SV to C<SVt_PV>. Returns a pointer to the character buffer.
4304 Efficient removal of characters from the beginning of the string buffer.
4306 the string buffer. The C<ptr> becomes the first character of the adjusted
6178 char *buffer; local
6182 buffer = SvGROW(sv, (STRLEN)(recsize + append + 1)) + append;
6190 bytesread = PerlLIO_read(PerlIO_fileno(fp), buffer, recsize);
6192 bytesread = PerlIO_read(fp, buffer, recsize);
6197 buffer[bytesread] = '\0';
6256 * buffer, s
[all...]
H A Dconfig_h.SH1056 * be retained, and the output buffer.
1137 * This is the buffer type to be used with Sigsetjmp and Siglongjmp.
1162 * of the stdio FILE structure can be used to access the stdio buffer
1206 * stdio FILE structure can be used to access the stdio buffer for
1210 * to determine the number of bytes in the buffer. USE_STDIO_BASE
1220 * buffer pointed to by _base field (or equivalent) of the FILE
H A Dproto.h144 PERL_CALLCONV I32 Perl_filter_read(pTHX_ int idx, SV* buffer, int maxlen);
H A Dtoke.c277 * If it's called with (char *)NULL then it cauterizes the line buffer.
578 /* only continue to recharge the buffer if we're at the end
579 * of the buffer, we're not reading from a source filter, and
586 /* try to recharge the buffer */
754 * char *start : buffer position (must be within PL_linestr)
5022 /* remember buffer pos'n for later force_word */
6720 takes: current position in input buffer
6721 returns: new position in input buffer
6738 register char *s = start; /* current position in buffer */
6880 takes: start position in buffer
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c3475 * 'hostidp' is NULL, Z_TOO_BIG if 'hostidp' refers to a string buffer
3502 * characters) and that the whole string fits within a buffer of size
5522 * class specified by the pool will be stored in the buffer to which 'class'
5523 * points. 'clsize' is the byte size of the buffer to which 'class' points.
5526 * thread scheduling class into the buffer to which 'class' points. It returns
5529 * does not exist. The function returns Z_TOO_BIG if the buffer to which
7004 * expected name for the zone) in the zonename buffer, and thus the function
7005 * doesn't touch this buffer on failure.
8518 get_doorname(const char *zone_name, char *buffer) argument
8520 return (snprintf(buffer, PATH_MA
[all...]
/osnet-11/usr/src/grub/grub2/
H A Dconfigure21877 /* Test result for a NULL buffer and a zero size.
21886 /* Test result for a NULL buffer and a non-zero size.
22298 /* Test result for a NULL buffer and a zero size.
22307 /* Test result for a NULL buffer and a non-zero size.
22442 /* Test result for a NULL buffer and a zero size.
22451 /* Test result for a NULL buffer and a non-zero size.
[all...]

Completed in 176 milliseconds

<<1112131415161718