HomeSort by relevance Sort by last modified time
    Searched full:sbuf (Results 101 - 125 of 159) sorted by null

1 2 3 45 6 7

  /art/runtime/
dex_file.cc 167 struct stat sbuf; local
168 memset(&sbuf, 0, sizeof(sbuf));
169 if (fstat(fd, &sbuf) == -1) {
174 if (S_ISDIR(sbuf.st_mode)) {
178 size_t length = sbuf.st_size;
    [all...]
  /bionic/libc/netbsd/resolv/
res_send.c 1277 char sbuf[NI_MAXSERV]; local
    [all...]
res_init.c 343 char sbuf[NI_MAXSERV]; local
356 sprintf(sbuf, "%u", NAMESERVER_PORT);
357 if (getaddrinfo(cp, sbuf, &hints, &ai) == 0 &&
  /external/qemu/slirp/
tcp_subr.c 634 struct sbuf *so_rcv = &so->so_rcv;
679 struct sbuf *so_snd = &so->so_snd;
680 struct sbuf *so_rcv = &so->so_rcv;
763 struct sbuf *so_snd = &so->so_snd;
764 struct sbuf *so_rcv = &so->so_rcv;
874 struct sbuf *so_snd = &so->so_snd;
875 struct sbuf *so_rcv = &so->so_rcv;
    [all...]
slirp.h 212 #include "sbuf.h"
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 546 SmallString<128> sbuf; local
547 llvm::raw_svector_ostream os(sbuf);
569 SmallString<128> sbuf; local
570 llvm::raw_svector_ostream os(sbuf);
BasicObjCFoundationChecks.cpp 146 SmallString<128> sbuf; local
147 llvm::raw_svector_ostream os(sbuf);
465 SmallString<128> sbuf; local
466 llvm::raw_svector_ostream os(sbuf);
765 SmallString<128> sbuf; local
766 llvm::raw_svector_ostream os(sbuf);
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_prng.h 41 sbuf; /* partial word encryption buffer */ member in struct:sober128_prng
  /external/javassist/src/main/javassist/bytecode/
AnnotationsAttribute.java 295 StringBuilder sbuf = new StringBuilder(); local
298 sbuf.append(a[i++].toString());
300 sbuf.append(", ");
303 return sbuf.toString();
  /external/qemu/slirp-android/
slirp.h 165 #include "sbuf.h"
  /external/iproute2/ip/
ipxfrm.c 871 char sbuf[STRBUF_SIZE]; local
873 memcpy(sbuf, buf, sizeof(sbuf));
874 STRBUF_CAT(sbuf, "sel ");
876 xfrm_selector_print(&xsinfo->sel, xsinfo->family, fp, sbuf);
  /external/ipsec-tools/src/racoon/
isakmp.c     [all...]
handler.c 932 add_recvdpkt(remote, local, sbuf, rbuf)
934 vchar_t *sbuf, *rbuf;
971 new->sendbuf = vdup(sbuf);
  /external/chromium_org/third_party/icu/source/i18n/
nfrule.cpp 128 UnicodeString sbuf; local
178 sbuf.append(description, 0, brack1);
180 sbuf.append(description, brack2 + 1, description.length() - brack2 - 1);
182 rule2->ruleText.setTo(sbuf);
189 sbuf.setTo(description, 0, brack1);
190 sbuf.append(description, brack1 + 1, brack2 - brack1 - 1);
192 sbuf.append(description, brack2 + 1, description.length() - brack2 - 1);
194 rule1->ruleText.setTo(sbuf);
    [all...]
  /external/icu4c/i18n/
nfrule.cpp 126 UnicodeString sbuf; local
176 sbuf.append(description, 0, brack1);
178 sbuf.append(description, brack2 + 1, description.length() - brack2 - 1);
180 rule2->ruleText.setTo(sbuf);
187 sbuf.setTo(description, 0, brack1);
188 sbuf.append(description, brack1 + 1, brack2 - brack1 - 1);
190 sbuf.append(description, brack2 + 1, description.length() - brack2 - 1);
192 rule1->ruleText.setTo(sbuf);
    [all...]
  /external/llvm/test/CodeGen/Thumb/
asmprinter-bug.ll 11 @sbuf = common global [1000 x i16] zeroinitializer ; <[1000 x i16]*> [#uses=1]
267 tail call void @adpcm_decoder(i8* getelementptr ([500 x i8]* @abuf, i32 0, i32 0), i16* getelementptr ([1000 x i16]* @sbuf, i32 0, i32 0), i32 %3, %struct.adpcm_state* @state) nounwind
269 %5 = tail call i32 (...)* @write(i32 1, i16* getelementptr ([1000 x i16]* @sbuf, i32 0, i32 0), i32 %4) nounwind ; <i32> [#uses=0]
  /external/wpa_supplicant_8/src/tls/
x509v3.c 1225 char sbuf[128]; local
1314 x509_name_string(&cert->issuer, sbuf, sizeof(sbuf));
1315 wpa_printf(MSG_MSGDUMP, "X509: issuer %s", sbuf);
1324 x509_name_string(&cert->subject, sbuf, sizeof(sbuf));
1325 wpa_printf(MSG_MSGDUMP, "X509: subject %s", sbuf);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 606 std::string sbuf; local
607 llvm::raw_string_ostream os(sbuf);
619 std::string sbuf; local
620 llvm::raw_string_ostream os(sbuf);
679 std::string sbuf; local
680 llvm::raw_string_ostream os(sbuf);
690 std::string sbuf; local
691 llvm::raw_string_ostream os(sbuf);
715 std::string sbuf; local
716 llvm::raw_string_ostream os(sbuf);
764 std::string sbuf; local
792 std::string sbuf; local
    [all...]
HTMLDiagnostics.cpp 318 std::string sbuf; local
319 llvm::raw_string_ostream os(sbuf);
  /external/ppp/pppd/
sys-solaris.c     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
callcoll.c 236 uint8_t sBuf[16384], tBuf[16384];
248 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status);
256 partialSKResult = memcmp(sBuf, tBuf, pieceSize);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
mttest.c 422 static char cbuf[200],sbuf[200]; local
588 i=BIO_read(s_bio,sbuf,100);
618 fwrite(sbuf,1,i,stdout);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
VertexBuffer.java 638 ShortBuffer sbuf = (ShortBuffer) data; local
639 sbuf.limit(total);
641 snewBuf.put(sbuf);
    [all...]
  /external/libpcap/
pcap-bpf.c 429 struct stat sbuf; local
465 rc = stat(BPF_NODE "0", &sbuf);
473 if (rc == -1 || getmajor(sbuf.st_rdev) != major) {
  /external/openssl/crypto/threads/
mttest.c 422 static char cbuf[200],sbuf[200]; local
588 i=BIO_read(s_bio,sbuf,100);
618 fwrite(sbuf,1,i,stdout);

Completed in 1478 milliseconds

1 2 3 45 6 7