Searched refs:buflen (Results 126 - 150 of 360) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dloop_unicode.h167 static void uc_to_mb_write_replacement (const char *buf, size_t buflen, argument
175 if (plocals->l_outbytesleft < buflen)
178 memcpy(plocals->l_outbuf, buf, buflen);
179 plocals->l_outbuf += buflen;
180 plocals->l_outbytesleft -= buflen;
192 static void mb_to_uc_write_replacement (const unsigned int *buf, size_t buflen, argument
203 for (; buflen > 0; buf++, buflen--) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-tcl.c364 static size_t buflen; variable
369 buflen = 0;
375 if (buflen >= bufmax)
380 buffer[buflen++] = c;
386 while (buflen >= 1
387 && (buffer[buflen - 1] == ' ' || buffer[buflen - 1] == '\t'))
388 --buflen;
389 if (buflen >= bufmax)
394 buffer[buflen]
[all...]
H A Dx-awk.c174 size_t buflen; local
181 buflen = 0;
189 if (!(buflen == 0 && (c == ' ' || c == '\t')))
191 if (buflen >= bufmax)
196 buffer[buflen++] = c;
199 if (buflen >= bufmax)
204 buffer[buflen] = '\0';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dxdr.c130 xdr->buflen += len;
141 unsigned int buflen = head->iov_len; local
150 tail->iov_len = buflen - offset;
152 xdr->buflen += len;
367 buf->buflen -= len;
369 if (buf->len > buf->buflen)
370 buf->len = buf->buflen;
400 buf->buflen -= len;
410 buf->buflen -= len;
412 if (buf->len > buf->buflen)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dhtml-ostream.oo.c46 size_t buflen; member in struct:ostream
98 inbufcount = stream->buflen;
197 stream->buflen = insize;
274 stream->buflen = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dhtml-ostream.oo.c46 size_t buflen; member in struct:ostream
98 inbufcount = stream->buflen;
197 stream->buflen = insize;
274 stream->buflen = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_paramhlp.c66 size_t buflen; local
74 buflen = strlen(buffer);
75 if((ptr = realloc(string, stringlen+buflen+1)) == NULL) {
81 stringlen += buflen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad.h72 extern int convert_dots_encoding(const afpvol_t *svol, const afpvol_t *dvol, char *path, size_t buflen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dof.c235 const int buflen)
237 return call_prom("getprop", 4, 1, phandle, name, buf, buflen);
241 const int buflen)
243 return call_prom("setprop", 4, 1, phandle, name, buf, buflen);
234 of_getprop(const void *phandle, const char *name, void *buf, const int buflen) argument
240 of_setprop(const void *phandle, const char *name, const void *buf, const int buflen) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_ixp4xx_cf.c53 unsigned int buflen, int write_data)
56 unsigned int words = buflen >> 1;
78 if (unlikely(buflen & 0x01)) {
80 unsigned char *trailing_buf = buf + buflen - 1;
52 ixp4xx_mmio_data_xfer(struct ata_device *adev, unsigned char *buf, unsigned int buflen, int write_data) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dmd5-gnu.h89 md5_uint32 buflen; member in struct:md5_ctx
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/bcmcrypto/
H A Ddh.h124 int DH_compute_key(unsigned char *key, unsigned char *pubbuf, int buflen, DH *dh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dlink.c220 cifs_readlink(struct dentry *direntry, char __user *pBuffer, int buflen) argument
252 ("Full path: %s inode = 0x%p pBuffer = 0x%p buflen = %d",
253 full_path, inode, pBuffer, buflen));
254 if(buflen > PATH_MAX)
257 len = buflen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dcal.c69 static void blank_string(char *buf, size_t buflen);
279 static void blank_string(char *buf, size_t buflen) argument
281 memset(buf, ' ', buflen);
282 buf[buflen-1] = '\0';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dhndpci.h34 uint8 req_cap_id, uchar *buf, uint32 *buflen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad.h70 extern int convert_dots_encoding(const afpvol_t *svol, const afpvol_t *dvol, char *path, size_t buflen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dxfuncs.c318 char *utoa_to_buf(unsigned n, char *buf, unsigned buflen) argument
323 if (buflen) {
328 if (!--buflen) break;
339 char *itoa_to_buf(int n, char *buf, unsigned buflen) argument
341 if (buflen && n<0) {
344 buflen--;
346 return utoa_to_buf((unsigned)n, buf, buflen);
H A Dmd5.c35 ctx->buflen = 0;
390 int i = 64 - ctx->buflen;
395 memcpy(ctx->buffer + ctx->buflen, buf, i);
397 ctx->buflen += i;
402 if (ctx->buflen == 64) {
404 ctx->buflen = 0;
424 buf[ctx->buflen++] = 0x80;
425 memset(buf + ctx->buflen, 0, 128 - ctx->buflen);
429 if (ctx->buflen > 5
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/b2c2/
H A Dflexcop-usb.c97 u8 *pbBuffer,u32 buflen)
131 wAddress,wIndex,buflen);
139 buflen,
144 return len == buflen ? 0 : -EIO;
147 #define bytes_left_to_read_on_page(paddr,buflen) \
148 ((V8_MEMORY_PAGE_SIZE - (paddr & V8_MEMORY_PAGE_MASK)) > buflen \
149 ? buflen : (V8_MEMORY_PAGE_SIZE - (paddr & V8_MEMORY_PAGE_MASK)))
191 flexcop_i2c_port_t port, u8 chipaddr, u8 addr, u8 *buf, u8 buflen)
232 buflen,
235 return len == buflen
95 flexcop_usb_v8_memory_req(struct flexcop_usb *fc_usb, flexcop_usb_request_t req, u8 page, u16 wAddress, u8 *pbBuffer,u32 buflen) argument
189 flexcop_usb_i2c_req(struct flexcop_usb *fc_usb, flexcop_usb_request_t req, flexcop_usb_i2c_function_t func, flexcop_i2c_port_t port, u8 chipaddr, u8 addr, u8 *buf, u8 buflen) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dcompr_rubin.c31 unsigned int buflen; member in struct:pushpull
46 static inline void init_pushpull(struct pushpull *pp, char *buf, unsigned buflen, unsigned ofs, unsigned reserve) argument
49 pp->buflen = buflen;
56 if (pp->ofs >= pp->buflen - (use_reserved?0:pp->reserve)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/accounting/
H A Dgetdelays.c123 int r, buflen; local
142 buflen = msg.n.nlmsg_len ;
145 while ((r = sendto(sd, buf, buflen, 0, (struct sockaddr *) &nladdr,
146 sizeof(nladdr))) < buflen) {
149 buflen -= r;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dpkbench.c104 size_t buflen; local
120 buflen = st.st_size;
121 buf = gcry_xmalloc (buflen+1);
122 if (fread (buf, buflen, 1, fp) != 1)
132 *r_length = buflen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/keys/
H A Dkeyring.c56 char __user *buffer, size_t buflen);
193 char __user *buffer, size_t buflen)
207 if (buffer && buflen > 0) {
208 if (buflen > qty)
209 buflen = qty;
219 if (tmp > buflen)
220 tmp = buflen;
227 buflen -= tmp;
228 if (buflen == 0)
192 keyring_read(const struct key *keyring, char __user *buffer, size_t buflen) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Da_strex.c163 static int do_buf(unsigned char *buf, int buflen, argument
170 q = buf + buflen;
193 i = UTF8_getc(p, buflen, &c);
224 static int do_hex_dump(char_io *io_ch, void *arg, unsigned char *buf, int buflen) argument
231 q = buf + buflen;
239 return buflen << 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dappl.c150 int buflen = 12 + MAXPATHLEN + 1;
173 if ((uname = cnid_resolve(vol->v_cdb, &cnid, buffer, buflen)) == NULL ) {
360 size_t buflen; local
481 buflen = *rbuflen - sizeof( bitmap ) - sizeof( appltag );
483 sizeof( appltag ), &buflen ) != AFP_OK ) {
488 *rbuflen = buflen + sizeof( bitmap ) + sizeof( appltag );

Completed in 230 milliseconds

1234567891011>>