HomeSort by relevance Sort by last modified time
    Searched refs:bufp (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /system/core/include/cutils/
open_memstream.h 28 FILE* open_memstream(char** bufp, size_t* sizep);
  /external/elfutils/src/libcpu/
i386_data.h 127 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 + *bufcntp
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...]
  /external/elfutils/src/libasm/
disasm_str.c 63 GElf_Addr addr, const char *fmt, char **bufp, size_t len,
66 struct buffer buffer = { .buf = *bufp, .len = len };
70 *bufp = buffer.buf;
libasm.h 190 char **bufp, size_t len, void *symcbarg);
  /system/core/libcutils/
open_memstream.c 28 * - The values at "*bufp" and "*sizep" should be considered read-only,
38 * - After fclose(), the caller must eventually free(*bufp).
66 char** bufp; /* pointer to buffer pointer */ member in struct:__anon69920
104 stream->bufp, *stream->bufp, newSize));
105 char* newBuf = (char*) realloc(*stream->bufp, newSize);
109 *stream->bufp = newBuf;
132 memset(*stream->bufp + stream->eof, '\0',
137 memcpy(*stream->bufp + stream->offset, buf, size);
148 *(*stream->bufp + stream->offset), stream->offset))
    [all...]
  /external/libpcap/
dlpisubs.c 126 int count, u_char *bufp, int len)
140 ep = bufp + len;
144 while (bufp < ep) {
159 p->bp = bufp;
160 p->cc = ep - bufp;
165 if ((long)bufp & 3) {
167 memcpy(sbp, bufp, sizeof(*sbp));
170 sbp = (struct sb_hdr *)bufp;
172 pk = bufp + sizeof(*sbp);
173 bufp += sbp->sbh_totlen
    [all...]
pcap-libdlpi.c 306 u_char *bufp; local
312 bufp = p->bp;
328 bufp = p->buffer + p->offset;
330 retv = dlpi_recv(pd->dlpi_hd, NULL, NULL, bufp,
350 return (pcap_process_pkts(p, callback, user, count, bufp, len));
pcap-dlpi.c 988 recv_ack(int fd, int size, const char *what, char *bufp, char *ebuf, int *uerror)
1003 ctl.buf = bufp;
1290 dlbindack(int fd, char *bufp, char *ebuf, int *uerror)
1293 return (recv_ack(fd, DL_BIND_ACK_SIZE, "bind", bufp, ebuf, uerror));
1297 dlokack(int fd, const char *what, char *bufp, char *ebuf)
1300 return (recv_ack(fd, DL_OK_ACK_SIZE, what, bufp, ebuf, NULL));
    [all...]
  /external/selinux/policycoreutils/sestatus/
sestatus.c 92 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, FILES, filelen) == 0
    [all...]
  /external/libselinux/src/
init.c 33 char *bufp; local
56 while ((bufp = fgets(buf, sizeof buf - 1, fp)) != NULL) {
74 while ((bufp = fgets(buf, sizeof buf - 1, fp)) != NULL) {
90 if (bufp)
  /external/selinux/policycoreutils/run_init/
run_init.c 302 char buf[255], *bufp; local
322 bufp = buf;
323 while (*bufp && isspace(*bufp))
324 bufp++;
326 if (*bufp) {
327 *context = strdup(bufp);
  /external/icu/icu4c/source/test/letest/
gendata.cpp 100 le_int32 bufp = 0; local
105 if (i % 8 == 0 && bufp != 0) {
107 bufp = 0;
110 bufp += sprintf(&lineBuffer[bufp], "0x%8.8X, ", longs[i]);
113 if (bufp != 0) {
114 lineBuffer[bufp - 2] = '\0';
123 le_int32 bufp = 0; local
128 if (i % 8 == 0 && bufp != 0) {
130 bufp = 0
    [all...]
  /external/ppp/pppd/
cbcp.c 369 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/boringssl/src/crypto/asn1/
f_enum.c 102 unsigned char *bufp; local
133 bufp=(unsigned char *)buf;
137 if ((bufp[0] == '0') && (buf[1] == '0'))
139 bufp+=2;
171 m=bufp[k+n];
f_int.c 107 unsigned char *bufp; local
138 bufp=(unsigned char *)buf;
142 if ((bufp[0] == '0') && (buf[1] == '0'))
144 bufp+=2;
175 m=bufp[k+n];
f_string.c 102 unsigned char *bufp; local
139 bufp=(unsigned char *)buf;
169 m=bufp[k+n];
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 1216 char *bufp, *countptr;
1454 char *bufp; local
1555 char *bufp; local
    [all...]
  /external/ltrace/
glob.c 80 append(char **bufp, const char *str, size_t str_size,
88 char *nbuf = realloc(*bufp, nalloc);
92 *bufp = nbuf;
95 memcpy(*bufp + *sizep, str, str_size);
  /frameworks/native/cmds/installd/
commands.cpp 1384 int bufp, bufe, bufi, readlen; local
    [all...]
  /bootable/recovery/mtdutils/
mtdutils.c 74 const char *bufp; local
129 bufp = buf;
137 matches = sscanf(bufp, "mtd%d: %x %x \"%63[^\"]",
157 while (nbytes > 0 && *bufp != '\n') {
158 bufp++;
162 bufp++;
  /external/openssh/
sshbuf-getput-basic.c 376 sshbuf_froms(struct sshbuf *buf, struct sshbuf **bufp)
383 if (buf == NULL || bufp == NULL)
385 *bufp = NULL;
395 *bufp = ret;
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_video.c 55 char bufp[BUFF_SIZE_128]; local
63 snprintf(bufp, BUFF_SIZE_128, "/data/v_%d.yuv", v_cnt);
67 file_fdp = open(bufp, O_RDWR | O_CREAT, 0777);
70 CDBG("cannot open file %s\n", bufp);
74 CDBG("%s:dump frame to '%s'\n", __func__, bufp);
  /external/libunwind/doc/
unw_get_proc_name.tex 15 \Type{int} \Func{unw\_get\_proc\_name}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{char~*}\Var{bufp}, \Type{size\_t} \Var{len}, \Type{unw\_word\_t~*}\Var{offp});\\
21 \Var{cp}. The \Var{bufp} argument is a pointer to a character buffer
  /ndk/sources/host-tools/make-3.81/
variable.h 121 extern void install_variable_buffer PARAMS ((char **bufp, unsigned int *lenp));
expand.c 571 install_variable_buffer (char **bufp, unsigned int *lenp)
573 *bufp = variable_buffer;

Completed in 744 milliseconds

1 2 3 4 5