Searched defs:bufp (Results 1 - 25 of 47) sorted by path

12

/external/autotest/client/tests/monotonic_time/src/
H A Dcpuset.c112 char *bufp = buf; local
125 if ((n = show_range(bufp, len, sep, start, end)) < 0)
128 bufp += n;
136 if ((n = show_range(bufp, len, sep, start, end)) < 0)
138 bufp += n;
141 return bufp - buf;
/external/boringssl/src/crypto/obj/
H A Dobj.c381 const unsigned char *bufp; local
415 bufp = buf;
416 op = d2i_ASN1_OBJECT(NULL, &bufp, total_len);
/external/c-ares/
H A Dares_mkquery.c89 int rd, unsigned char **bufp, int *buflenp)
99 *bufp = NULL;
186 *bufp = buf;
88 ares_mkquery(const char *name, int dnsclass, int type, unsigned short id, int rd, unsigned char **bufp, int *buflenp) argument
/external/curl/lib/
H A Dasyn-ares.c494 char *bufp; local
533 bufp = strdup(hostname);
534 if(bufp) {
537 conn->async.hostname = bufp;
/external/curl/packages/OS400/
H A Dccsidcurl.c370 char * * bufp, int * left, unsigned int ccsid)
374 Result is stored in the `*left'-byte buffer at `*bufp'.
375 `*bufp' and `*left' are updated accordingly.
379 int l = convert(*bufp, *left, ccsid, *stringp, -1, ASCII_CCSID);
384 *stringp = *bufp;
385 *bufp += l;
369 convert_version_info_string(const char * * stringp, char * * bufp, int * left, unsigned int ccsid) argument
/external/curl/src/
H A Dtool_easysrc.c111 char *bufp; local
114 bufp = curlx_mvaprintf(fmt, ap);
116 if(! bufp) {
120 ret = easysrc_add(plist, bufp);
121 curl_free(bufp);
H A Dtool_paramhlp.c59 ParameterError file2string(char **bufp, FILE *file) argument
83 *bufp = string;
87 ParameterError file2memory(char **bufp, size_t *size, FILE *file) argument
130 *bufp = buffer;
/external/elfutils/libasm/
H A Ddisasm_str.c63 GElf_Addr addr, const char *fmt, char **bufp, size_t len,
66 struct buffer buffer = { .buf = *bufp, .len = len };
70 *bufp = buffer.buf;
62 disasm_str(DisasmCtx_t *ctx, const uint8_t **startp, const uint8_t *end, GElf_Addr addr, const char *fmt, char **bufp, size_t len, void *symcbarg) argument
/external/elfutils/libcpu/
H A Di386_data.h127 d->bufp[(*d->bufcntp)++] = '%';
128 d->bufp[(*d->bufcntp)++] = ch;
129 d->bufp[(*d->bufcntp)++] = 's';
130 d->bufp[(*d->bufcntp)++] = ':';
165 char *bufp = d->bufp; local
207 memcpy (&bufp[*bufcntp], tmpbuf, n + 1);
281 memcpy (&bufp[*bufcntp], tmpbuf, n + 1);
379 memcpy (&bufp[*bufcntp], tmpbuf, cp - tmpbuf);
400 char *buf = d->bufp
508 char *bufp = d->bufp; local
535 char *bufp = d->bufp; local
946 char *bufp = d->bufp; local
1025 char *bufp = d->bufp; local
1093 char *bufp = d->bufp; local
1362 char *bufp = d->bufp; local
1385 char *bufp = d->bufp; local
[all...]
H A Di386_disasm.c264 char *bufp; member in struct:output_data
333 .bufp = buf,
470 output_data.bufp = buf;
/external/icu/icu4c/source/extra/uconv/
H A Duconv.cpp599 char *bufp; local
916 // Again 'bufp' will be placed behind the last converted character
924 bufp = outbuf;
929 ucnv_fromUnicode(convto, &bufp, outbuf + bufsz,
984 ferroffset = (int32_t)(outfoffset + (bufp - outbuf));
1024 size_t outlen = (size_t) (bufp - outbuf);
/external/icu/icu4c/source/test/letest/
H A Dgendata.cpp102 le_int32 bufp = 0; local
107 if (i % 8 == 0 && bufp != 0) {
109 bufp = 0;
112 bufp += sprintf(&lineBuffer[bufp], "0x%8.8X, ", longs[i]);
115 if (bufp != 0) {
116 lineBuffer[bufp - 2] = '\0';
125 le_int32 bufp = 0; local
130 if (i % 8 == 0 && bufp != 0) {
132 bufp
[all...]
/external/libedit/src/
H A Dterminal.c459 Char **bufp; local
464 for (bufp = b; *bufp != NULL; bufp++)
465 el_free(*bufp);
471 for (bufp = b; *bufp != NULL; bufp++)
472 el_free(*bufp);
/external/libmtp/src/
H A Dptp-pack.c1283 uint32_t bufp = 0; local
1309 htod32a(&opldata[bufp],noitems);
1310 bufp += 4;
1315 htod32a(&opldata[bufp],packedobjecthandles[i]);
1316 bufp += sizeof(uint32_t);
1317 htod16a(&opldata[bufp],packedpropsids[i]);
1318 bufp += sizeof(uint16_t);
1319 htod16a(&opldata[bufp],packedpropstypes[i]);
1320 bufp += sizeof(uint16_t);
1322 memcpy(&opldata[bufp], packedprop
[all...]
/external/libpcap/
H A Ddlpisubs.c122 int count, u_char *bufp, int len)
136 ep = bufp + len;
140 while (bufp < ep) {
155 p->bp = bufp;
156 p->cc = ep - bufp;
161 if ((long)bufp & 3) {
163 memcpy(sbp, bufp, sizeof(*sbp));
166 sbp = (struct sb_hdr *)bufp;
168 pk = bufp + sizeof(*sbp);
169 bufp
121 pcap_process_pkts(pcap_t *p, pcap_handler callback, u_char *user, int count, u_char *bufp, int len) argument
[all...]
H A Dpcap-dlpi.c1100 recv_ack(int fd, int size, const char *what, char *bufp, char *ebuf, int *uerror) argument
1117 ctl.buf = bufp;
1402 dlbindack(int fd, char *bufp, char *ebuf, int *uerror) argument
1405 return (recv_ack(fd, DL_BIND_ACK_SIZE, "bind", bufp, ebuf, uerror));
1409 dlokack(int fd, const char *what, char *bufp, char *ebuf) argument
1412 return (recv_ack(fd, DL_OK_ACK_SIZE, what, bufp, ebuf, NULL));
1427 dlinfoack(int fd, char *bufp, char *ebuf) argument
1430 return (recv_ack(fd, DL_INFO_ACK_SIZE, "info", bufp, ebuf, NULL));
H A Dpcap-libdlpi.c335 u_char *bufp; local
341 bufp = p->bp;
357 bufp = (u_char *)p->buffer + p->offset;
359 retv = dlpi_recv(pd->dlpi_hd, NULL, NULL, bufp,
379 return (pcap_process_pkts(p, callback, user, count, bufp, len));
H A Dsockutils.c713 char *bufp = buffer; local
729 bufp = (char *) buffer;
737 nread = recv(sock, bufp, remaining, 0);
771 bufp += nread;
/external/ltp/testcases/kernel/fs/dmapi/
H A Devent.c58 void LogEventMsgs(void *bufp) argument
61 dm_eventmsg_t *em = (dm_eventmsg_t *) bufp;
77 dm_eventmsg_t *GetSyncEventMsg(void *bufp) argument
79 dm_eventmsg_t *em = (dm_eventmsg_t *) bufp;
92 int GetNumEventMsg(void *bufp) argument
94 dm_eventmsg_t *em = (dm_eventmsg_t *) bufp;
178 * TEST : dm_get_events - invalid bufp
1555 DMLOG_PRINT(DMLVL_DEBUG, "%s(invalid bufp)\n", szFuncName);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c1900 LLVMValueRef addr, bufp; local
1921 bufp = build_indexed_load_const(ctx, ptr, index);
1923 bufp = load_const_buffer_desc(ctx, buf);
1935 result = buffer_load_const(ctx, bufp, addr);
1944 result2 = buffer_load_const(ctx, bufp, addr2);
/external/opencv/cv/src/
H A Dcvimgwarp.cpp2206 CvMat bufx, bufy, bufp, bufa; local
2213 bufp = cvMat( 1, dsize.width, CV_32F, buf + dsize.width*2 );
2228 cvCartToPolar( &bufx, &bufy, &bufp, &bufa );
2231 bufp.data.fl[x] += 1.f;
2233 cvLog( &bufp, &bufp );
2237 double rho = bufp.data.fl[x]*M;
/external/openssh/
H A Dsshbuf-getput-basic.c378 sshbuf_froms(struct sshbuf *buf, struct sshbuf **bufp) argument
385 if (buf == NULL || bufp == NULL)
387 *bufp = NULL;
397 *bufp = ret;
H A Dumac.c181 * 'nbytes' bytes to the memory pointed at by 'bufp'. Each distinct
184 static void kdf(void *bufp, aes_int_key key, UINT8 ndx, int nbytes) argument
188 UINT8 *dst_buf = (UINT8 *)bufp;
/external/ppp/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...]
/external/selinux/policycoreutils/run_init/
H A Drun_init.c302 char buf[255], *bufp; local
322 bufp = buf;
323 while (*bufp && isspace(*bufp))
324 bufp++;
326 if (*bufp) {
327 *context = strdup(bufp);

Completed in 762 milliseconds

12