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

1 2

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stropts.h 51 extern int getmsg (int __fildes, struct strbuf *__restrict __ctlptr,
52 struct strbuf *__restrict __dataptr,
60 extern int getpmsg (int __fildes, struct strbuf *__restrict __ctlptr,
61 struct strbuf *__restrict __dataptr,
73 extern int putmsg (int __fildes, __const struct strbuf *__ctlptr,
74 __const struct strbuf *__dataptr, int __flags);
80 extern int putpmsg (int __fildes, __const struct strbuf *__ctlptr,
81 __const struct strbuf *__dataptr, int __band, int __flags);
  /external/iproute2/tc/
emp_ematch.l 39 static char *strbuf;
46 strbuf = realloc(strbuf, strbuf_size);
53 strbuf[strbuf_index++] = c;
60 memcpy(strbuf + strbuf_index, s, strlen(s));
73 if (strbuf == NULL) {
75 strbuf = calloc(1, strbuf_size);
76 if (strbuf == NULL)
86 yylval.b = bstr_new(strbuf, strbuf_index);
  /system/core/toolbox/
date.c 49 char strbuf[260]; local
84 strftime(strbuf, sizeof(strbuf),
89 strftime(strbuf, sizeof(strbuf),
93 printf("%s\n", strbuf);
alarm.c 19 char strbuf[26]; local
89 asctime_r(&tm, strbuf);
90 printf("%s", strbuf);
100 asctime_r(&tm, strbuf);
101 printf("Now: %s", strbuf);
123 asctime_r(&tm, strbuf);
124 printf("Requested %s", strbuf);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stropts.h 180 struct strbuf struct
189 struct strbuf ctlbuf;
190 struct strbuf databuf;
196 struct strbuf ctlbuf;
197 struct strbuf databuf;
  /external/nist-sip/java/gov/nist/javax/sip/message/
MultipartMimeContentImpl.java 106 StringBuffer strbuf = new StringBuffer(nextPart); local
107 while (strbuf.length() > 0
108 && (strbuf.charAt(0) == '\r' || strbuf.charAt(0) == '\n'))
109 strbuf.deleteCharAt(0);
111 if (strbuf.length() == 0)
113 nextPart = strbuf.toString();
  /external/openssl/crypto/asn1/
a_mbstr.c 100 char strbuf[32]; local
148 BIO_snprintf(strbuf, sizeof strbuf, "%ld", minsize);
149 ERR_add_error_data(2, "minsize=", strbuf);
155 BIO_snprintf(strbuf, sizeof strbuf, "%ld", maxsize);
156 ERR_add_error_data(2, "maxsize=", strbuf);
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_proto.h 80 extern void dhd_prot_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf);
dhd_bus.h 78 extern void dhd_bus_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf);
dhd_common.c 159 struct bcmstrbuf *strbuf = &b; local
161 bcm_binit(strbuf, buf, buflen);
164 bcm_bprintf(strbuf, "%s\n", dhd_version);
165 bcm_bprintf(strbuf, "\n");
166 bcm_bprintf(strbuf, "pub.up %d pub.txoff %d pub.busstate %d\n",
168 bcm_bprintf(strbuf, "pub.hdrlen %d pub.maxctl %d pub.rxsz %d\n",
170 bcm_bprintf(strbuf, "pub.iswl %d pub.drv_version %ld pub.mac %s\n",
172 bcm_bprintf(strbuf, "pub.bcmerror %d tickcnt %d\n", dhdp->bcmerror, dhdp->tickcnt);
174 bcm_bprintf(strbuf, "dongle stats:\n");
175 bcm_bprintf(strbuf, "tx_packets %ld tx_bytes %ld tx_errors %ld tx_dropped %ld\n"
    [all...]
dhd_sdio.c 1747 struct bcmstrbuf strbuf; local
    [all...]
dhd_cdc.c 321 dhd_prot_dump(dhd_pub_t *dhdp, struct bcmstrbuf *strbuf)
323 bcm_bprintf(strbuf, "Protocol CDC: reqid %d\n", dhdp->prot->reqid);
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 81 void strgetmsg(int fd, struct strbuf *ctlp, struct strbuf *datap, int *flagsp, char *caller);
670 struct strbuf data;
770 struct strbuf ctl;
782 if (putmsg(fd, &ctl, (struct strbuf*) NULL, flags) < 0)
790 struct strbuf ctl;
801 if (putmsg(fd, &ctl, (struct strbuf*) NULL, flags) < 0)
809 struct strbuf data, ctl;
836 struct strbuf ctl;
843 strgetmsg(fd, &ctl, (struct strbuf*)NULL, &flags, "dlinfoack")
    [all...]
  /external/openssl/apps/
enc.c 109 char *strbuf=NULL; local
374 strbuf=OPENSSL_malloc(SIZE);
376 if ((buff == NULL) || (strbuf == NULL))
429 strbuf[0]='\0';
430 i=EVP_read_pw_string((char *)strbuf,SIZE,buf,enc);
433 if (strbuf[0] == '\0')
438 str=strbuf;
558 if (str == strbuf)
675 if (strbuf != NULL) OPENSSL_free(strbuf);
    [all...]
  /external/netperf/
nettest_dlpi.c 155 struct strbuf send_message;
705 struct strbuf recv_message;
    [all...]
netlib.c 255 struct strbuf control_message = {DLPI_DATA_SIZE, 0, (char *)control_data};
    [all...]
  /external/libpcap/
pcap-dlpi.c 237 static struct strbuf ctl = {
256 struct strbuf data;
1123 struct strbuf ctl;
1131 if (putmsg(fd, &ctl, (struct strbuf *) NULL, flags) < 0) {
1144 struct strbuf ctl;
1159 if (getmsg(fd, &ctl, (struct strbuf*)NULL, &flags) < 0) {
    [all...]
pcap-snit.c 210 struct strbuf ctl, data;
  /external/ppp/pppd/
srp-entry.c 105 char strbuf[MAXB64PARAMLEN]; local
185 pwval.pebuf.index, t_tob64(strbuf,
sys-solaris.c     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
BearerData.java 1119 StringBuffer strbuf = new StringBuffer(dataLen); local
    [all...]
  /libcore/luni/src/main/java/java/lang/
String.java     [all...]
  /external/strace/
stream.c 57 struct strbuf { struct
82 struct strbuf *sbp;
103 struct strbuf buf;
  /external/tcpdump/
configure     [all...]
  /external/qemu/
net-android.c 1193 struct strbuf sbuf;
    [all...]

Completed in 1755 milliseconds

1 2