Searched refs:bufsize (Results 276 - 300 of 419) sorted by relevance

<<11121314151617

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap_r/
H A Dthr_debug.c614 thread_name( char *buf, int bufsize, ldap_pvt_thread_t thread ) argument
617 --bufsize;
618 if( bufsize > 2*sizeof(thread) )
619 bufsize = 2*sizeof(thread);
620 for( i = 0; i < bufsize; i += 2 )
/macosx-10.10.1/cups-408/cups/cups/
H A Dutil.c785 size_t bufsize) /* I - Size of filename buffer */
806 "bufsize=%d)", http, name, modtime,
807 modtime ? (int)*modtime : 0, buffer, (int)bufsize));
821 if (!buffer || bufsize <= 1)
904 snprintf(buffer, bufsize, "%s/%08lx%05lx", tmpdir,
1046 strlcpy(buffer, tempfile, bufsize);
781 cupsGetPPD3(http_t *http, const char *name, time_t *modtime, char *buffer, size_t bufsize) argument
H A Dhttp.h605 char *buffer, size_t bufsize)
630 extern size_t httpCredentialsString(cups_array_t *credentials, char *buffer, size_t bufsize) _CUPS_API_2_0;
642 extern const char *httpResolveHostname(http_t *http, char *buffer, size_t bufsize) _CUPS_API_2_0;
H A Dtls-sspi.c62 static const char *http_sspi_strerror(char *buffer, size_t bufsize, DWORD code);
319 size_t bufsize) /* I - Size of buffer */
326 DEBUG_printf(("httpCredentialsString(credentials=%p, buffer=%p, bufsize=" CUPS_LLFMT ")", credentials, buffer, CUPS_LLCAST bufsize));
331 if (buffer && bufsize > 0)
373 snprintf(buffer, bufsize, "%s / %s / %02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X", cert_name, httpGetDateString(expiration), md5_digest[0], md5_digest[1], md5_digest[2], md5_digest[3], md5_digest[4], md5_digest[5], md5_digest[6], md5_digest[7], md5_digest[8], md5_digest[9], md5_digest[10], md5_digest[11], md5_digest[12], md5_digest[13], md5_digest[14], md5_digest[15]);
2226 size_t bufsize, /* I - Size of buffer */
2229 if (FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, NULL, code, 0, buffer, bufsize, NULL))
2244 snprintf(buffer, bufsize, "Unknown error %x", code);
316 httpCredentialsString( cups_array_t *credentials, char *buffer, size_t bufsize) argument
2225 http_sspi_strerror(char *buffer, size_t bufsize, DWORD code) argument
/macosx-10.10.1/curl-83.1.2/curl/packages/OS400/
H A Dos400sys.c695 const char * ebcdicbuf, int bufsize, const char * * buffer)
708 if(!(asciibuf = malloc(bufsize + 1))) {
712 QadrtConvertE2A(asciibuf, ebcdicbuf, bufsize, bufsize);
713 asciibuf[bufsize] = '\0';
694 cachestring(struct Curl_gsk_descriptor * p, const char * ebcdicbuf, int bufsize, const char * * buffer) argument
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dpop.c568 int *IDs, *sizes, bufsize, fromcount = 0, cp = 0; local
592 bufsize = sizes[0] + (markfrom ? 5 : 0);
593 ptr = (char *)malloc (bufsize);
618 bufsize += 5;
619 ptr = (char *)realloc (ptr, bufsize);
/macosx-10.10.1/gssd-64/
H A Dgssd_util.c778 strlncat(char *buf, const char *s, size_t bufsize, size_t slen) argument
784 if (slen + n >= bufsize)
788 for (i = 0; i < slen && *s && (n + i < bufsize - 1); i++) {
797 strlncpy(char *buf, const char *s, size_t bufsize, size_t slen) argument
800 return (strlncat(buf, s, bufsize, slen));
/macosx-10.10.1/libpcap-48/libpcap/
H A Dsf-pcap-ng.c338 if (p->bufsize < bhdr.total_length) {
837 p->bufsize = 2048;
838 if (p->bufsize < total_length)
839 p->bufsize = total_length;
840 p->buffer = malloc(p->bufsize);
H A Dpcap-netfilter-linux.c96 len = recv(handle->fd, handle->buffer, handle->bufsize, 0);
478 handle->bufsize = 128 + handle->snapshot;
508 handle->buffer = malloc(handle->bufsize);
H A Dpcap-win32.c609 p->bufsize = WIN32_DEFAULT_USER_BUFFER_SIZE;
636 p->buffer = (u_char *)malloc(p->bufsize);
643 PacketInitPacket(p->Packet,(BYTE*)p->buffer,p->bufsize);
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dtcp_input.c4905 u_int32_t bufsize; local
5059 bufsize = rt->rt_rmx.rmx_sendpipe;
5060 if (bufsize < so->so_snd.sb_hiwat)
5062 bufsize = so->so_snd.sb_hiwat;
5063 if (bufsize < mss)
5064 mss = bufsize;
5066 bufsize = (((bufsize + (u_int64_t)mss - 1) / (u_int64_t)mss) * (u_int64_t)mss);
5067 if (bufsize > sb_max_corrected)
5068 bufsize
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/db/
H A Ddb_overflow.c430 u_int32_t bufsize, cmp_bytes, key_left; local
443 bufsize = 0;
446 &local_dbt, tlen, pgno, &buf, &bufsize)) != 0)
/macosx-10.10.1/bind9-45.101/bind9/bin/dig/
H A Dhost.c209 unsigned int bufsize = BUFSIZ; local
213 result = isc_buffer_allocate(mctx, &b, bufsize);
218 bufsize *= 2;
/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A Dkxld_sect.c43 u_long bufsize);
398 export_macho(const KXLDSect *sect, u_char *buf, u_long offset, u_long bufsize) argument
417 require_action(sect->size <= bufsize - offset, finish,
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftp/
H A Dftp.c586 static size_t bufsize; local
641 buf = alloc_buffer (buf, &bufsize,
646 while ((n = read (fileno (from), buf, bufsize)) > 0) {
904 static size_t bufsize; local
1028 buf = alloc_buffer (buf, &bufsize,
1046 while ((c = sec_read (fileno (din), buf, bufsize)) > 0) {
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dgetifaddrs.c333 size_t bufsize = 65536, lastbufsize = 0; local
339 void *newbuff = realloc(buff, bufsize);
340 if (newbuff == NULL || bufsize < lastbufsize) {
345 result = read_size = nl_recvmsg(sd, request, seq, buff, bufsize, &msg_flags);
347 lastbufsize = bufsize;
348 bufsize *= 2;
/macosx-10.10.1/bind9-45.101/bind9/contrib/queryperf/
H A Dqueryperf.c244 " [-b bufsize] [-t timeout] [-n] [-l limit] [-f family] [-1]\n"
744 int bufsize; local
783 bufsize = 1024 * socket_bufsize;
786 (char *) &bufsize, sizeof(bufsize));
791 (char *) &bufsize, sizeof(bufsize));
/macosx-10.10.1/cups-408/cups/backend/
H A Dusb-libusb.c137 size_t bufsize);
1047 size_t bufsize) /* I - Number of bytes in buffer */
1057 (unsigned char *)buffer, bufsize, 5000) < 0)
1078 if (length > bufsize || length < 14)
1081 if (length > bufsize)
1082 length = bufsize;
1045 get_device_id(usb_printer_t *printer, char *buffer, size_t bufsize) argument
/macosx-10.10.1/awk-20/src/
H A Dproto.h121 extern int readrec(char **buf, int *bufsize, FILE *inf);
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/termcap/
H A Dtermcap.c92 #define BUFSIZE bufsize
94 int bufsize = 128; variable
/macosx-10.10.1/emacs-93/emacs/nt/
H A Dcmdproxy.c226 search_dir (char *dir, char *exec, int bufsize, char *buffer) argument
236 rc = SearchPath (dir, exec, exts[i], bufsize, buffer, &dummy);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dtermcap.c79 #define BUFSIZE bufsize
81 int bufsize = 128; variable
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxmlschemastypes.c5728 int bufsize; local
5732 bufsize = dec.total + 2;
5734 bufsize++;
5737 bufsize++;
5738 buf = xmlMalloc(bufsize);
5749 snprintf(offs, bufsize - (offs - buf),
5752 snprintf(offs, bufsize - (offs - buf),
5755 snprintf(offs, bufsize - (offs - buf),
5782 offs = buf + bufsize - 1;
5808 int bufsize local
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemastypes.c5721 int bufsize; local
5725 bufsize = dec.total + 2;
5727 bufsize++;
5730 bufsize++;
5731 buf = xmlMalloc(bufsize);
5742 snprintf(offs, bufsize - (offs - buf),
5745 snprintf(offs, bufsize - (offs - buf),
5748 snprintf(offs, bufsize - (offs - buf),
5775 offs = buf + bufsize - 1;
5801 int bufsize local
[all...]
/macosx-10.10.1/rsync-45/rsync/
H A Drsync.h851 size_t strlcpy(char *d, const char *s, size_t bufsize);
855 size_t strlcat(char *d, const char *s, size_t bufsize);

Completed in 556 milliseconds

<<11121314151617