Searched refs:bufsz (Results 26 - 40 of 40) sorted by relevance

12

/macosx-10.10.1/kext_tools-384.1.4/
H A Dkextd_watchvol.c2133 size_t bufsz; local
2141 bufsz = nfsys * sizeof(struct statfs);
2142 if (!(mounts = malloc(bufsz))) goto finish;
2143 if (-1 == getfsstat(mounts, (int)bufsz, MNT_NOWAIT)) goto finish;
H A Dupdate_boot.c1957 int bufsz; local
1964 bufsz = nfsys * sizeof(struct statfs);
1965 if (!(mounts = malloc(bufsz))) {
1968 if (-1 == getfsstat(mounts, bufsz, MNT_NOWAIT)) {
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dmisc.c624 read_keyfile_line(FILE *f, const char *filename, char *buf, size_t bufsz, argument
627 while (fgets(buf, bufsz, f) != NULL) {
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_proxy_html.c91 size_t bufsz; member in struct:__anon5941
180 ctx->avail += ctx->cfg->bufsz;
959 ret->bufsz = 8192;
998 conf->bufsz = add->bufsz;
1211 (void*)APR_OFFSETOF(proxy_html_conf, bufsz),
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dinit.c397 size_t bufsz = sizeof(_dispatch_build); local
399 sysctl(mib, 2, _dispatch_build, &bufsz, NULL, 0);
/macosx-10.10.1/BerkeleyDB-21/db/rep/
H A Drep_backup.c999 u_int32_t bufsz, filecnt, fvers, mvers, zero; local
1055 bufsz = (u_int32_t)(updlen + filelen);
1070 (ret = __os_write(env, fhp, &bufsz, sizeof(bufsz), &cnt)) != 0 ||
1071 (ret = __os_write(env, fhp, buf, bufsz, &cnt)) != 0 ||
/macosx-10.10.1/bind9-45.101/bind9/bin/nsupdate/
H A Dnsupdate.c1851 int bufsz; local
1857 bufsz = INITTEXT;
1859 if (bufsz > MAXTEXT) {
1866 result = isc_buffer_allocate(mctx, &buf, bufsz);
1869 bufsz *= 2;
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DmDNSMacOSX.c4110 mDNSlocal mStatus UpdateLLQStatus(const mDNS *const m, char *buffer, int bufsz, const DomainAuthInfo *const info) argument
4123 if (status == mStatus_NoError) mDNS_snprintf(buffer, bufsz, "Success");
4124 else if (status == mStatus_NoSuchRecord) mDNS_snprintf(buffer, bufsz, "GetZoneData %s: %##s", worst_q->nta ? "not yet complete" : "failed", worst_q->qname.c);
4125 else if (status == mStatus_PollingMode) mDNS_snprintf(buffer, bufsz, "Query polling %##s", worst_q->qname.c);
4126 else if (status == mStatus_TransientErr) mDNS_snprintf(buffer, bufsz, "Query not yet established %##s", worst_q->qname.c);
4130 mDNSlocal mStatus UpdateRRStatus(const mDNS *const m, char *buffer, int bufsz, const DomainAuthInfo *const info) argument
4150 mDNS_snprintf(buffer, bufsz, "Resource record update failed for %##s", r->resrec.name);
6522 mDNSlocal int AddOneItem(char *buf, int bufsz, char *data, int *currlen) argument
6526 len = strlcpy(buf + *currlen, data, bufsz - *currlen);
6527 if (len >= (bufsz
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dw32fns.c5312 int bufsz;
5335 bufsz = decoding_buffer_size (&coding, LF_FACESIZE);
5337 fontname = alloca(sizeof(*fontname) * bufsz);
5339 strlen(lplogfont->lfFaceName), bufsz - 1);
5300 int bufsz; local
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delflink.c6572 const int bufsz = 4096;
6573 char symbuf [bufsz];
6580 if (len < 1 || len > bufsz)
6605 if ((symend < sym) || ((symlen + 1) > bufsz))
6562 const int bufsz = 4096; local
/macosx-10.10.1/ncurses-44/ncurses/include/
H A DCaps294 buffer_capacity bufsz num Ya - - ----- numbers of bytes buffered before printing
H A DCaps.aix4294 buffer_capacity bufsz num Ya - - ----- numbers of bytes buffered before printing
H A DCaps.hpux11296 buffer_capacity bufsz num Ya - - ----- numbers of bytes buffered before printing
H A DCaps.keys296 buffer_capacity bufsz num Ya - - ----- numbers of bytes buffered before printing
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/
H A Dcustom.mm5024 size_t bufsz = sizeof(os_build);
5025 sysctl(mib, 2, os_build, &bufsz, NULL, 0);

Completed in 520 milliseconds

12