Searched refs:bufsize (Results 51 - 75 of 390) sorted by relevance

1234567891011>>

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.cleanpath.d29 #pragma D option bufsize=1000
H A Dtst.ddi_pathname.d29 #pragma D option bufsize=1000
H A Dtst.dirname.d29 #pragma D option bufsize=1000
H A Dtst.msgdsize.d34 * Options and Tunables/bufsize;
39 #pragma D option bufsize=1000
H A Dtst.msgsize.d34 * Options and Tunables/bufsize;
39 #pragma D option bufsize=1000
H A Dtst.null.d33 * SECTION: Options and Tunables/bufsize;
42 #pragma D option bufsize=16
H A Dtst.strjoin.d29 #pragma D option bufsize=1000
H A Dtst.strstr.d29 #pragma D option bufsize=1000
H A Dtst.strtok.d29 #pragma D option bufsize=1000
H A Dtst.substr.d29 #pragma D option bufsize=1000
H A Dtst.vahole.d35 #pragma D option bufsize=16
/freebsd-9.3-release/crypto/openssl/demos/
H A Db64.c83 unsigned char *buff = NULL, *bufsize = NULL; local
123 else if (strcmp(*argv, "-bufsize") == 0) {
126 bufsize = (unsigned char *)*(++argv);
135 BIO_printf(bio_err, "%-14s buffer size\n", "-bufsize <n>");
143 if (bufsize != NULL) {
147 for (n = 0; *bufsize; bufsize++) {
148 i = *bufsize;
153 bufsize++;
157 if (*bufsize !
[all...]
/freebsd-9.3-release/lib/libc/gdtoa/
H A D_hdtoa.c77 int bufsize; local
111 bufsize = (ndigits > 0) ? ndigits : SIGFIGS;
112 s0 = rv_alloc(bufsize);
127 for (s = s0 + 1; s < s0 + bufsize; s++) {
/freebsd-9.3-release/sys/dev/sound/isa/
H A Dsndbuf_dma.c69 isa_dmastart(b->dir | ISADMA_RAW, b->buf, b->bufsize, b->dmachan);
75 isa_dmadone(b->dir | ISADMA_RAW, b->buf, b->bufsize, b->dmachan);
97 return b->bufsize - i;
/freebsd-9.3-release/cddl/compat/opensolaris/lib/libumem/
H A Dumem.c38 size_t bufsize; member in struct:umem_cache
106 umem_cache_t *umem_cache_create(char *debug_name, size_t bufsize, size_t align, umem_constructor_t *constructor, umem_destructor_t *destructor, umem_reclaim_t *reclaim, void *callback_data, void *source, int cflags) argument
117 cache->bufsize = bufsize;
127 void *buf = malloc(cache->bufsize);
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Df_string.c99 int i, j, k, m, n, again, bufsize; local
104 bufsize = BIO_gets(bp, buf, size);
106 if (bufsize < 1) {
114 i = bufsize;
196 bufsize = BIO_gets(bp, buf, size);
H A Df_enum.c101 int i, j, k, m, n, again, bufsize; local
108 bufsize = BIO_gets(bp, buf, size);
110 if (bufsize < 1)
112 i = bufsize;
190 bufsize = BIO_gets(bp, buf, size);
/freebsd-9.3-release/contrib/gdtoa/
H A Dg_ddfmt.c36 g_ddfmt(buf, dd0, ndig, bufsize) char *buf; double *dd0; int ndig; size_t bufsize;
38 g_ddfmt(char *buf, double *dd0, int ndig, size_t bufsize)
63 if (bufsize < 10 || bufsize < ndig + 8)
155 if (bufsize < (int)(fpi.nbits * .301029995664) + 10) {
167 b = g__fmt(buf, s, se, decpt, z->sign, bufsize);
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Difiter_sysctl.c50 unsigned int bufsize; /* Bytes allocated. */ member in struct:isc_interfaceiter
71 size_t bufsize; local
89 bufsize = 0;
90 if (sysctl(mib, 6, NULL, &bufsize, NULL, (size_t) 0) < 0) {
102 iter->bufsize = bufsize;
104 iter->buf = isc_mem_get(iter->mctx, iter->bufsize);
110 bufused = bufsize;
124 INSIST(iter->bufused <= iter->bufsize);
139 isc_mem_put(mctx, iter->buf, iter->bufsize);
[all...]
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Ds390-dis.c113 int status, opsize, bufsize; local
127 for (bufsize = 0; bufsize < 6; bufsize++)
128 if ((*info->read_memory_func) (memaddr, buffer, bufsize + 1, info) != 0)
130 if (bufsize <= 0)
139 status = opsize > bufsize;
143 bufsize = 6;
230 if (bufsize >= 4)
239 else if (bufsize >
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Difiter_sysctl.c50 unsigned int bufsize; /* Bytes allocated. */ member in struct:isc_interfaceiter
71 size_t bufsize; local
89 bufsize = 0;
90 if (sysctl(mib, 6, NULL, &bufsize, NULL, (size_t) 0) < 0) {
102 iter->bufsize = bufsize;
104 iter->buf = isc_mem_get(iter->mctx, iter->bufsize);
110 bufused = bufsize;
124 INSIST(iter->bufused <= iter->bufsize);
139 isc_mem_put(mctx, iter->buf, iter->bufsize);
[all...]
/freebsd-9.3-release/contrib/ipfilter/ipsd/
H A Dsbpf.c67 static u_int bufsize = 32768, timeout = 1; variable
101 while ((cc = read(fd, buf, bufsize)) >= 0) {
191 if (ioctl(fd, BIOCSBLEN, &bufsize) == -1)
193 if (ioctl(fd, BIOCGBLEN, &bufsize) == -1)
198 printf("BPF buffer size: %d\n", bufsize);
199 buf = (u_char*)malloc(bufsize);
/freebsd-9.3-release/contrib/libpcap/tests/
H A Dopentest.c54 int dorfmon, dopromisc, snaplen, useactivate, bufsize; local
63 bufsize = 0;
100 bufsize = atoi(optarg)*1024;
101 if (bufsize <= 0)
103 useactivate = 1; /* required for bufsize */
140 if (bufsize != 0) {
141 status = pcap_set_buffer_size(pd, bufsize);
177 "Usage: %s [ -Ipa ] [ -i interface ] [ -s snaplen ] [ -B bufsize ]\n",
/freebsd-9.3-release/lib/libelf/
H A Dlibelf_ar_util.c80 _libelf_ar_get_string(const char *buf, size_t bufsize, int rawname) argument
87 sz = bufsize + 1;
90 for (q = buf + bufsize - 1; q >= buf && *q == ' '; --q)
129 _libelf_ar_get_name(char *buf, size_t bufsize, Elf *e) argument
143 if (_libelf_ar_get_number(buf + 1, bufsize - 1, 10,
175 return (_libelf_ar_get_string(buf, bufsize, 0));
/freebsd-9.3-release/sbin/mount_unionfs/
H A Dmount_unionfs.c91 parse_gid(const char *s, char *buf, size_t bufsize) argument
97 snprintf(buf, bufsize, "%d", gr->gr_gid);
104 strncpy(buf, s, bufsize);
110 parse_uid(const char *s, char *buf, size_t bufsize) argument
116 snprintf(buf, bufsize, "%d", pw->pw_uid);
123 strncpy(buf, s, bufsize);

Completed in 125 milliseconds

1234567891011>>