Searched refs:bufp (Results 1 - 25 of 69) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dconv.c198 static void buf_get_qid(struct cbuf *bufp, struct v9fs_qid *qid) argument
200 qid->type = buf_get_int8(bufp);
201 qid->version = buf_get_int32(bufp);
202 qid->path = buf_get_int64(bufp);
256 * @bufp: buffer to deserialize
263 buf_get_stat(struct cbuf *bufp, struct v9fs_stat *stat, int extended) argument
265 stat->size = buf_get_int16(bufp);
266 stat->type = buf_get_int16(bufp);
267 stat->dev = buf_get_int32(bufp);
268 stat->qid.type = buf_get_int8(bufp);
303 struct cbuf *bufp = &buffer; local
332 struct cbuf *bufp = &buffer; local
411 v9fs_put_int8(struct cbuf *bufp, u8 val, u8 * p) argument
417 v9fs_put_int16(struct cbuf *bufp, u16 val, u16 * p) argument
423 v9fs_put_int32(struct cbuf *bufp, u32 val, u32 * p) argument
429 v9fs_put_int64(struct cbuf *bufp, u64 val, u64 * p) argument
436 v9fs_put_str(struct cbuf *bufp, char *data, struct v9fs_str *str) argument
454 v9fs_put_user_data(struct cbuf *bufp, const char __user * data, int count, unsigned char **pdata) argument
462 v9fs_put_wstat(struct cbuf *bufp, struct v9fs_wstat *wstat, struct v9fs_stat *stat, int statsz, int extended) argument
490 v9fs_create_common(struct cbuf *bufp, u32 size, u8 id) argument
520 struct cbuf *bufp = &buffer; local
545 struct cbuf *bufp = &buffer; local
566 struct cbuf *bufp = &buffer; local
589 struct cbuf *bufp = &buffer; local
625 struct cbuf *bufp = &buffer; local
649 struct cbuf *bufp = &buffer; local
681 struct cbuf *bufp = &buffer; local
706 struct cbuf *bufp = &buffer; local
735 struct cbuf *bufp = &buffer; local
757 struct cbuf *bufp = &buffer; local
779 struct cbuf *bufp = &buffer; local
802 struct cbuf *bufp = &buffer; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dmemory-ostream.oo.h32 void contents (memory_ostream_t stream, const void **bufp, size_t *buflenp); member in struct:memory_ostream
H A Dmemory-ostream.oo.c82 const void **bufp, size_t *buflenp)
84 *bufp = stream->buffer;
81 contents(memory_ostream_t stream, const void **bufp, size_t *buflenp) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_setopt.c40 char *bufp; local
97 bufp = curlx_maprintf("%s set to a %s", name, value);
99 bufp = curlx_maprintf("curl_easy_setopt(hnd, %s, %s);", name, value);
101 if(!bufp)
105 curl_slist_append(remark?easysrc_remarks:easysrc, bufp);
107 curl_free(bufp);
H A Dtool_paramhlp.h28 ParameterError file2string(char **bufp, FILE *file);
30 ParameterError file2memory(char **bufp, size_t *size, FILE *file);
H A Dtool_paramhlp.c60 ParameterError file2string(char **bufp, FILE *file) argument
84 *bufp = string;
88 ParameterError file2memory(char **bufp, size_t *size, FILE *file) argument
131 *bufp = buffer;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/freevxfs/
H A Dvxfs_super.c95 * @bufp: output buffer
98 * vxfs_statfs fills the statfs buffer @bufp with information
111 vxfs_statfs(struct dentry *dentry, struct kstatfs *bufp) argument
115 bufp->f_type = VXFS_SUPER_MAGIC;
116 bufp->f_bsize = dentry->d_sb->s_blocksize;
117 bufp->f_blocks = infp->vsi_raw->vs_dsize;
118 bufp->f_bfree = infp->vsi_raw->vs_free;
119 bufp->f_bavail = 0;
120 bufp->f_files = 0;
121 bufp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dkcore.c115 static char *storenote(struct memelfnote *men, char *bufp) argument
119 #define DUMP_WRITE(addr,nr) do { memcpy(bufp,addr,nr); bufp += nr; } while(0)
128 bufp = (char*) roundup((unsigned long)bufp,4);
130 bufp = (char*) roundup((unsigned long)bufp,4);
134 return bufp;
141 static void elf_kcore_store_hdr(char *bufp, int nphdr, int dataoff) argument
152 elf = (struct elfhdr *) bufp;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Df_enum.c104 unsigned char *bufp; local
135 bufp=(unsigned char *)buf;
139 if ((bufp[0] == '0') && (buf[1] == '0'))
141 bufp+=2;
174 m=bufp[k+n];
H A Df_int.c108 unsigned char *bufp; local
148 bufp=(unsigned char *)buf;
152 if ((bufp[0] == '0') && (buf[1] == '0'))
154 bufp+=2;
186 m=bufp[k+n];
H A Df_string.c102 unsigned char *bufp; local
148 bufp=(unsigned char *)buf;
179 m=bufp[k+n];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Df_enum.c104 unsigned char *bufp; local
135 bufp=(unsigned char *)buf;
139 if ((bufp[0] == '0') && (buf[1] == '0'))
141 bufp+=2;
174 m=bufp[k+n];
H A Df_int.c108 unsigned char *bufp; local
148 bufp=(unsigned char *)buf;
152 if ((bufp[0] == '0') && (buf[1] == '0'))
154 bufp+=2;
186 m=bufp[k+n];
H A Df_string.c102 unsigned char *bufp; local
148 bufp=(unsigned char *)buf;
179 m=bufp[k+n];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dregex.c68 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
69 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
70 # define re_match(bufp, string, size, pos, regs) \
71 __re_match (bufp, string, size, pos, regs)
72 # define re_search(bufp, string, size, startpos, range, regs) \
73 __re_search (bufp, string, size, startpos, range, regs)
74 # define re_compile_pattern(pattern, length, bufp) \
75 __re_compile_pattern (pattern, length, bufp)
77 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \
78 __re_search_2 (bufp, st
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dcbcp.c369 u_char *bufp = buf; local
388 PUTCHAR(CB_CONF_USER, bufp);
390 PUTCHAR(len , bufp);
391 PUTCHAR(5, bufp); /* delay */
392 PUTCHAR(1, bufp);
393 BCOPY(us->us_number, bufp, slen + 1);
400 PUTCHAR(CB_CONF_ADMIN, bufp);
402 PUTCHAR(len, bufp);
403 PUTCHAR(5, bufp); /* delay */
410 PUTCHAR(CB_CONF_NO, bufp);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Dmem_dbg.c594 char *bufp = buf; local
600 #define BUF_REMAIN (sizeof buf - (size_t)(bufp - buf))
609 BIO_snprintf(bufp, BUF_REMAIN, "[%02d:%02d:%02d] ",
611 bufp += strlen(bufp);
614 BIO_snprintf(bufp, BUF_REMAIN, "%5lu file=%s, line=%d, ",
616 bufp += strlen(bufp);
620 BIO_snprintf(bufp, BUF_REMAIN, "thread=%lu, ", m->thread);
621 bufp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dmem_dbg.c602 char *bufp = buf; local
608 #define BUF_REMAIN (sizeof buf - (size_t)(bufp - buf))
617 BIO_snprintf(bufp, BUF_REMAIN, "[%02d:%02d:%02d] ",
619 bufp += strlen(bufp);
622 BIO_snprintf(bufp, BUF_REMAIN, "%5lu file=%s, line=%d, ",
624 bufp += strlen(bufp);
628 BIO_snprintf(bufp, BUF_REMAIN, "thread=%lu, ", m->thread);
629 bufp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c57 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
58 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
59 # define re_match(bufp, string, size, pos, regs) \
60 __re_match (bufp, string, size, pos, regs)
61 # define re_search(bufp, string, size, startpos, range, regs) \
62 __re_search (bufp, string, size, startpos, range, regs)
63 # define re_compile_pattern(pattern, length, bufp) \
64 __re_compile_pattern (pattern, length, bufp)
66 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \
67 __re_search_2 (bufp, st
1085 print_compiled_pattern(struct re_pattern_buffer *bufp) argument
2286 regex_compile(const char *ARG_PREFIX(pattern), size_t ARG_PREFIX(size), reg_syntax_t syntax, struct re_pattern_buffer *bufp) argument
4537 re_compile_fastmap(struct re_pattern_buffer *bufp) argument
4856 re_compile_fastmap(struct re_pattern_buffer *bufp) argument
5009 re_search_2(struct re_pattern_buffer *bufp, const char *string1, int size1, const char *string2, int size2, int startpos, int range, struct re_registers *regs, int stop) argument
5454 re_match_2(struct re_pattern_buffer *bufp, const char *string1, int size1, const char *string2, int size2, int pos, struct re_registers *regs, int stop) argument
5535 wcs_re_match_2_internal(struct re_pattern_buffer *bufp, const char *cstring1, int csize1, const char *cstring2, int csize2, int pos, struct re_registers *regs, int stop, wchar_t *string1, int size1, wchar_t *string2, int size2, int *mbs_offset1, int *mbs_offset2) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dssluse.c1915 BN_bn2bin(pubkey->pkey._type->_name, (unsigned char*)bufp); \
1916 bufp[len] = 0; \
1917 pubkey_show(data, _num, #_type, #_name, (unsigned char*)bufp, len); \
2047 char *bufp; local
2051 bufp = malloc(CERTBUFFERSIZE);
2052 if(!bufp)
2057 free(bufp);
2063 free(bufp);
2085 (void)x509_name_oneline(X509_get_subject_name(x), bufp, CERTBUFFERSIZE); local
2086 infof(data, "%2d Subject: %s\n", i, bufp);
2089 (void)x509_name_oneline(X509_get_issuer_name(x), bufp, CERTBUFFERSIZE); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad_find.c142 char *bufp = resbuf; local
145 memcpy(&cnid, bufp, sizeof(cnid_t));
146 bufp += sizeof(cnid_t);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_find.c142 char *bufp = resbuf; local
145 memcpy(&cnid, bufp, sizeof(cnid_t));
146 bufp += sizeof(cnid_t);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dinterface.c97 static int INET_getsock(char *bufp, struct sockaddr *sap) argument
99 char *sp = bufp, *bp;
135 return (sp - bufp);
139 static int INET_input(/*int type,*/ const char *bufp, struct sockaddr *sap) argument
141 return INET_resolve(bufp, (struct sockaddr_in *) sap, 0);
145 return (INET_getsock(bufp, sap));
147 return (INET_resolve(bufp, (struct sockaddr_in *) sap, 1));
149 return (INET_resolve(bufp, (struct sockaddr_in *) sap, 0));
179 static int INET6_getsock(char *bufp, struct sockaddr *sap) argument
187 if (inet_pton(AF_INET6, bufp, sin
194 INET6_input( const char *bufp, struct sockaddr *sap) argument
725 in_ether(const char *bufp, struct sockaddr *sap) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hysdn/
H A Dhysdn_boot.c72 unsigned char *bufp = boot->buf.BootBuf; local
76 *bufp++ ^= (unsigned char)boot->Cryptor;
271 pof_write_open(hysdn_card * card, unsigned char **bufp) argument
304 *bufp = boot->buf.BootBuf; /* point to buffer */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_rtalloc.c934 xfs_rtword_t *bufp; /* starting word in buffer */ local
953 bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp);
958 b = &bufp[word];
1004 b = bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp);
1050 b = bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp);
1150 xfs_rtword_t *bufp; /* starting word in buffer */ local
1168 bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp);
1173 b = &bufp[word];
1220 bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp);
1222 b = &bufp[wor
1325 xfs_rtword_t *bufp; /* starting word in buffer */ local
1638 xfs_rtword_t *bufp; /* starting word in buffer */ local
[all...]

Completed in 243 milliseconds

123