Searched defs:bufp (Results 26 - 47 of 47) sorted by relevance

12

/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/sestatus/
H A Dsestatus.c92 char buf[255], *bufp; local
110 bufp = buf;
111 while (*bufp && isspace(*bufp)) {
112 bufp++;
116 if (*bufp == '#')
120 if (*bufp) {
121 if (!(*bufp))
124 if (strncmp(bufp, PROCS, proclen) == 0)
126 else if (strncmp(bufp, FILE
[all...]
/external/syslinux/mtools/
H A Dsyslinux.c66 char *bufp = (char *)buf; local
71 rv = pread(fd, bufp, count, offset);
81 bufp += rv;
93 const char *bufp = (const char *)buf; local
98 rv = pwrite(fd, bufp, count, offset);
108 bufp += rv;
/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/curl/lib/
H A Dasyn-ares.c494 char *bufp; local
533 bufp = strdup(hostname);
534 if(bufp) {
537 conn->async.hostname = bufp;
/external/curl/src/
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/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/libpcap/
H A Dsockutils.c713 char *bufp = buffer; local
729 bufp = (char *) buffer;
737 nread = recv(sock, bufp, remaining, 0);
771 bufp += nread;
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));
/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/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/syslinux/com32/rosh/
H A Drosh.c927 char *bufp, *bufeol, *bufeol2; /* Pointer to current and next local
937 bufp = buf + bufpos;
938 bufeol = bufp;
961 bufcnt = bufeol - bufp;
963 memcpy(scrbuf, bufp, bufcnt);
966 bufp = bufeol;
/external/valgrind/coregrind/m_gdbserver/
H A Dremote-utils.c946 static unsigned char *bufp; local
950 return *bufp++;
991 bufp = buf;
1000 return *bufp++;
/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/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 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/toybox/toys/pending/
H A Dfdisk.c275 const unsigned char *bufp = (const unsigned char *)MBRbuf; local
277 if (!(validate_part_buff((char*)bufp))) return;
280 p = part_offset((char*)bufp, i);
/external/valgrind/coregrind/
H A Dvgdb.c565 static unsigned char *bufp; local
566 // unsigned bufp to e.g. avoid having 255 converted to int -1
569 return *bufp++;
583 bufp = (unsigned char *)buf;
585 return *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/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);

Completed in 4725 milliseconds

12