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

1 2 3

  /external/clang/test/CodeGen/
compound.c 17 void foo(char *strbuf) {
19 strbuf += stufflen;
  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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/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/wpa_supplicant_8/src/utils/
wpa_debug.c 279 char *strbuf = NULL; local
289 strbuf = os_malloc(1 + 3 * slen);
290 if (strbuf == NULL) {
297 os_snprintf(&strbuf[i * 3], 4, " %02x",
300 display = strbuf;
310 bin_clear_free(strbuf, 1 + 3 * slen);
317 char *strbuf = NULL;
324 strbuf = os_malloc(1 + 3 * len);
325 if (strbuf == NULL) {
332 os_snprintf(&strbuf[i * 3], 4, " %02x"
    [all...]
  /external/boringssl/src/crypto/asn1/
a_mbstr.c 101 char strbuf[32]; local
146 BIO_snprintf(strbuf, sizeof strbuf, "%ld", minsize);
147 ERR_add_error_data(2, "minsize=", strbuf);
153 BIO_snprintf(strbuf, sizeof strbuf, "%ld", maxsize);
154 ERR_add_error_data(2, "maxsize=", strbuf);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stropts.h 180 struct strbuf struct
189 struct strbuf ctlbuf;
190 struct strbuf databuf;
196 struct strbuf ctlbuf;
197 struct strbuf databuf;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stropts.h 180 struct strbuf struct
189 struct strbuf ctlbuf;
190 struct strbuf databuf;
196 struct strbuf ctlbuf;
197 struct strbuf databuf;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
SelectFormatAPITest.java 139 StringBuffer strBuf = new StringBuffer("AppendHere-");
142 , (selFmt1.format("other", strBuf, new FieldPosition(0))).toString());
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
SelectFormatAPITest.java 135 StringBuffer strBuf = new StringBuffer("AppendHere-");
138 , (selFmt1.format("other", strBuf, new FieldPosition(0))).toString());
  /frameworks/native/vulkan/tools/
vkinfo.cpp 492 std::ostringstream strbuf; local
506 strbuf << "DEVICE_LOCAL";
510 info.memory.memoryHeaps[heap].size, strbuf.str().c_str());
511 strbuf.str(std::string());
519 strbuf << " DEVICE_LOCAL";
521 strbuf << " HOST_VISIBLE";
523 strbuf << " COHERENT";
525 strbuf << " CACHED";
527 strbuf << " LAZILY_ALLOCATED";
529 strbuf.str().c_str())
570 std::ostringstream strbuf; local
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/jni/
wifi_hal_mock.cpp 100 rapidjson::StringBuffer strbuf; local
101 rapidjson::Writer < rapidjson::StringBuffer > writer(strbuf);
103 return strbuf.GetString();
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 437 char strBuf[200];
438 u_strToUTF8(strBuf,200,NULL,buf,trial+1,&setupStatus);
440 fFile,fLine,getName(),strBuf,fCStr, u_errorName(setupStatus));
561 char strBuf[200];
562 u_strToUTF8(strBuf,200,NULL,buf,trial+1,&setupStatus);
564 fFile,fLine,getName(),strBuf,trial,fCStr,fLen, u_errorName(setupStatus));
652 char strBuf[200];
653 u_strToUTF8(strBuf,200,NULL,buf.getTerminatedBuffer(),buf.length()+1,&setupStatus);
655 fFile,fLine,getName(),strBuf,buf.length(),fCStr,fLen, u_errorName(setupStatus));
  /external/harfbuzz_ng/src/
hb-common.cc 306 char strbuf[64]; local
307 len = MIN (len, (int) sizeof (strbuf) - 1);
308 memcpy (strbuf, str, len);
309 strbuf[len] = '\0';
310 item = lang_find_or_insert (strbuf);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
BearerData.java 1243 StringBuffer strbuf = new StringBuffer(dataLen); local
    [all...]
  /external/ppp/pppd/
srp-entry.c 105 char strbuf[MAXB64PARAMLEN]; local
185 pwval.pebuf.index, t_tob64(strbuf,
  /external/libpcap/
pcap-dlpi.c 171 static struct strbuf ctl = {
189 struct strbuf data;
1009 struct strbuf ctl;
1017 if (putmsg(fd, &ctl, (struct strbuf *) NULL, flags) < 0) {
1030 struct strbuf ctl;
1045 if (getmsg(fd, &ctl, (struct strbuf*)NULL, &flags) < 0) {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.cpp     [all...]
xfa_fm2jscontext.h 295 CFX_ByteTextBuf& strBuf);
298 CFX_ByteTextBuf& strBuf);
  /external/clang/tools/libclang/
IndexingContext.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 233 SmallString<10> StrBuf;
234 llvm::raw_svector_ostream OS(StrBuf);
  /external/netperf/src/
nettest_dlpi.c 56 struct strbuf control_message = {DLPI_DATA_SIZE, 0, (char *)control_data};
219 struct strbuf data_message;
396 struct strbuf send_message;
946 struct strbuf recv_message;
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
ldmacho.go 365 strbuf := make([]byte, symtab.strsize)
366 if obj.Bseek(m.f, m.base+int64(symtab.stroff), 0) < 0 || obj.Bread(m.f, strbuf) != len(strbuf) {
389 s.name = cstring(strbuf[v:])
401 symtab.str = strbuf

Completed in 997 milliseconds

1 2 3