Home
last modified time | relevance | path

Searched refs:bufp (Results 1 – 25 of 44) sorted by relevance

12

/external/elfutils/libcpu/
Di386_data.h127 d->bufp[(*d->bufcntp)++] = '%'; in data_prefix()
128 d->bufp[(*d->bufcntp)++] = ch; in data_prefix()
129 d->bufp[(*d->bufcntp)++] = 's'; in data_prefix()
130 d->bufp[(*d->bufcntp)++] = ':'; in data_prefix()
165 char *bufp = d->bufp; in general_mod$r_m() local
207 memcpy (&bufp[*bufcntp], tmpbuf, n + 1); in general_mod$r_m()
281 memcpy (&bufp[*bufcntp], tmpbuf, n + 1); in general_mod$r_m()
379 memcpy (&bufp[*bufcntp], tmpbuf, cp - tmpbuf); in general_mod$r_m()
400 char *buf = d->bufp + *bufcntp; in FCT_MOD$R_M()
431 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%xmm%" PRIxFAST8, in FCT_Mod$R_m()
[all …]
/external/libpcap/
Ddlpisubs.c122 int count, u_char *bufp, int len) in pcap_process_pkts() argument
136 ep = bufp + len; in pcap_process_pkts()
140 while (bufp < ep) { in pcap_process_pkts()
155 p->bp = bufp; in pcap_process_pkts()
156 p->cc = ep - bufp; in pcap_process_pkts()
161 if ((long)bufp & 3) { in pcap_process_pkts()
163 memcpy(sbp, bufp, sizeof(*sbp)); in pcap_process_pkts()
166 sbp = (struct sb_hdr *)bufp; in pcap_process_pkts()
168 pk = bufp + sizeof(*sbp); in pcap_process_pkts()
169 bufp += sbp->sbh_totlen; in pcap_process_pkts()
[all …]
Dpcap-libdlpi.c318 u_char *bufp; in pcap_read_libdlpi() local
324 bufp = p->bp; in pcap_read_libdlpi()
340 bufp = p->buffer + p->offset; in pcap_read_libdlpi()
342 retv = dlpi_recv(pd->dlpi_hd, NULL, NULL, bufp, in pcap_read_libdlpi()
362 return (pcap_process_pkts(p, callback, user, count, bufp, len)); in pcap_read_libdlpi()
Dpcap-dlpi.c1027 recv_ack(int fd, int size, const char *what, char *bufp, char *ebuf, int *uerror) argument
1042 ctl.buf = bufp;
1329 dlbindack(int fd, char *bufp, char *ebuf, int *uerror) argument
1332 return (recv_ack(fd, DL_BIND_ACK_SIZE, "bind", bufp, ebuf, uerror));
1336 dlokack(int fd, const char *what, char *bufp, char *ebuf) argument
1339 return (recv_ack(fd, DL_OK_ACK_SIZE, what, bufp, ebuf, NULL));
1354 dlinfoack(int fd, char *bufp, char *ebuf) argument
1357 return (recv_ack(fd, DL_INFO_ACK_SIZE, "info", bufp, ebuf, NULL));
/external/selinux/policycoreutils/sestatus/
Dsestatus.c92 char buf[255], *bufp; in load_checks() local
110 bufp = buf; in load_checks()
111 while (*bufp && isspace(*bufp)) { in load_checks()
112 bufp++; in load_checks()
116 if (*bufp == '#') in load_checks()
120 if (*bufp) { in load_checks()
121 if (!(*bufp)) in load_checks()
124 if (strncmp(bufp, PROCS, proclen) == 0) in load_checks()
126 else if (strncmp(bufp, FILES, filelen) == 0) in load_checks()
136 memcpy(pc[*npc], bufp, buf_len); in load_checks()
[all …]
/external/icu/icu4c/source/test/letest/
Dgendata.cpp100 le_int32 bufp = 0; in dumpLongs() local
105 if (i % 8 == 0 && bufp != 0) { in dumpLongs()
107 bufp = 0; in dumpLongs()
110 bufp += sprintf(&lineBuffer[bufp], "0x%8.8X, ", longs[i]); in dumpLongs()
113 if (bufp != 0) { in dumpLongs()
114 lineBuffer[bufp - 2] = '\0'; in dumpLongs()
123 le_int32 bufp = 0; in dumpFloats() local
128 if (i % 8 == 0 && bufp != 0) { in dumpFloats()
130 bufp = 0; in dumpFloats()
133 bufp += sprintf(&lineBuffer[bufp], "%f, ", floats[i]); in dumpFloats()
[all …]
/external/autotest/client/tests/monotonic_time/src/
Dcpuset.c112 char *bufp = buf; in show_cpu_set() local
125 if ((n = show_range(bufp, len, sep, start, end)) < 0) in show_cpu_set()
128 bufp += n; in show_cpu_set()
136 if ((n = show_range(bufp, len, sep, start, end)) < 0) in show_cpu_set()
138 bufp += n; in show_cpu_set()
141 return bufp - buf; in show_cpu_set()
/external/selinux/policycoreutils/run_init/
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);
/external/ppp/pppd/
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/libselinux/src/
Dinit.c33 char *bufp; in init_selinuxmnt() local
56 while ((bufp = fgets(buf, sizeof buf - 1, fp)) != NULL) { in init_selinuxmnt()
74 while ((bufp = fgets(buf, sizeof buf - 1, fp)) != NULL) { in init_selinuxmnt()
90 if (bufp) in init_selinuxmnt()
/external/boringssl/src/crypto/asn1/
Df_int.c107 unsigned char *bufp; in a2i_ASN1_INTEGER() local
138 bufp=(unsigned char *)buf; in a2i_ASN1_INTEGER()
142 if ((bufp[0] == '0') && (buf[1] == '0')) in a2i_ASN1_INTEGER()
144 bufp+=2; in a2i_ASN1_INTEGER()
175 m=bufp[k+n]; in a2i_ASN1_INTEGER()
Df_enum.c102 unsigned char *bufp; in a2i_ASN1_ENUMERATED() local
133 bufp=(unsigned char *)buf; in a2i_ASN1_ENUMERATED()
137 if ((bufp[0] == '0') && (buf[1] == '0')) in a2i_ASN1_ENUMERATED()
139 bufp+=2; in a2i_ASN1_ENUMERATED()
171 m=bufp[k+n]; in a2i_ASN1_ENUMERATED()
Df_string.c102 unsigned char *bufp; in a2i_ASN1_STRING() local
139 bufp=(unsigned char *)buf; in a2i_ASN1_STRING()
169 m=bufp[k+n]; in a2i_ASN1_STRING()
/external/elfutils/libasm/
Ddisasm_str.c63 GElf_Addr addr, const char *fmt, char **bufp, size_t len, in disasm_str() argument
66 struct buffer buffer = { .buf = *bufp, .len = len }; in disasm_str()
70 *bufp = buffer.buf; in disasm_str()
/external/curl/src/
Dtool_easysrc.c111 char *bufp; in easysrc_addf() local
114 bufp = curlx_mvaprintf(fmt, ap); in easysrc_addf()
116 if(! bufp) { in easysrc_addf()
120 ret = easysrc_add(plist, bufp); in easysrc_addf()
121 curl_free(bufp); in easysrc_addf()
Dtool_paramhlp.h28 ParameterError file2string(char **bufp, FILE *file);
30 ParameterError file2memory(char **bufp, size_t *size, FILE *file);
Dtool_paramhlp.c59 ParameterError file2string(char **bufp, FILE *file) in file2string() argument
83 *bufp = string; in file2string()
87 ParameterError file2memory(char **bufp, size_t *size, FILE *file) in file2memory() argument
130 *bufp = buffer; in file2memory()
/external/ltrace/
Dglob.c80 append(char **bufp, const char *str, size_t str_size, in append() argument
88 char *nbuf = realloc(*bufp, nalloc); in append()
92 *bufp = nbuf; in append()
95 memcpy(*bufp + *sizep, str, str_size); in append()
/external/openssh/
Dsshbuf-getput-basic.c376 sshbuf_froms(struct sshbuf *buf, struct sshbuf **bufp) in sshbuf_froms() argument
383 if (buf == NULL || bufp == NULL) in sshbuf_froms()
385 *bufp = NULL; in sshbuf_froms()
395 *bufp = ret; in sshbuf_froms()
/external/curl/lib/
Dasyn-ares.c494 char *bufp; in Curl_resolver_getaddrinfo() local
533 bufp = strdup(hostname); in Curl_resolver_getaddrinfo()
534 if(bufp) { in Curl_resolver_getaddrinfo()
537 conn->async.hostname = bufp; in Curl_resolver_getaddrinfo()
/external/libedit/src/
Dterminal.c459 Char **bufp; in terminal_free_display() local
464 for (bufp = b; *bufp != NULL; bufp++) in terminal_free_display()
465 el_free(*bufp); in terminal_free_display()
471 for (bufp = b; *bufp != NULL; bufp++) in terminal_free_display()
472 el_free(*bufp); in terminal_free_display()
/external/llvm/test/CodeGen/PowerPC/
Dmask64.ll7 define i32 @xre_search_2(%struct.re_pattern_buffer* %bufp, i32 %range) nounwind {
/external/libunwind/doc/
Dunw_get_proc_name.tex15 \Type{int} \Func{unw\_get\_proc\_name}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{char~*}\Var{bufp}, \T…
21 \Var{cp}. The \Var{bufp} argument is a pointer to a character buffer
/external/boringssl/src/crypto/obj/
Dobj.c367 const unsigned char *bufp; in OBJ_txt2obj() local
401 bufp = buf; in OBJ_txt2obj()
402 op = d2i_ASN1_OBJECT(NULL, &bufp, total_len); in OBJ_txt2obj()
/external/llvm/test/CodeGen/X86/
Dpostra-licm.ll148 define void @t2(i8* nocapture %bufp, i8* nocapture %data, i32 %dsize) nounwind ssp {
165 %scevgep13 = getelementptr i8, i8* %bufp, i64 %tmp12 ; <i8*> [#uses=1]
167 %scevgep16 = getelementptr i8, i8* %bufp, i64 %tmp15 ; <i8*> [#uses=1]

12