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

1 2 3

  /external/llvm/test/Transforms/GVN/
2011-04-27-phioperands.ll 5 @nuls = external global [10 x i8]
30 store i8* getelementptr inbounds ([10 x i8]* @nuls, i64 0, i64 0), i8** undef, align 8
  /bionic/libc/string/
strsep.c 39 * Writes NULs into the string at *stringp to end tokens.
  /external/openssh/openbsd-compat/
strsep.c 45 * Writes NULs into the string at *stringp to end tokens.
port-aix.c 152 /* A SEC_LIST is concatenated strings, ending with two NULs. */
  /external/chromium/net/socket/
ssl_client_socket.h 82 // embedded NULs).
  /external/dropbear/
cli-algo.c 58 /* Iterate through, replacing ','s with NULs, to split it into
svr-algo.c 59 /* Iterate through, replacing ','s with NULs, to split it into
  /external/mdnsresponder/Clients/
ClientCommon.c 62 // Note that although ascii nuls are possible in DNS labels
  /external/tcpdump/missing/
strsep.c 51 * Writes NULs into the string at *stringp to end tokens.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
inotify.h 31 uint32_t len; /* Length (including NULs) of name. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
inotify.h 31 uint32_t len; /* Length (including NULs) of name. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
inotify.h 31 uint32_t len; /* Length (including NULs) of name. */
  /external/chromium/base/
string_piece.h 57 // data() may return a pointer to a buffer with embedded NULs, and the
  /external/chromium/testing/gtest/test/
gtest-message_test.cc 117 // Tests that we can output strings containing embedded NULs.
  /external/gtest/test/
gtest-message_test.cc 117 // Tests that we can output strings containing embedded NULs.
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest-message_test.cc 117 // Tests that we can output strings containing embedded NULs.
  /external/protobuf/gtest/test/
gtest-message_test.cc 106 // Tests that we can output strings containing embedded NULs.
  /external/regex-re2/re2/
stringpiece.h 45 // data() may return a pointer to a buffer with embedded NULs, and the
  /frameworks/base/core/java/com/android/internal/http/multipart/
StringPart.java 91 throw new IllegalArgumentException("NULs may not be present in string parts");
  /external/icu4c/common/unicode/
stringpiece.h 104 * data() may return a pointer to a buffer with embedded NULs, and the
strenum.h 43 * length, counting the embedded NULs but not counting the terminating
  /external/openssl/crypto/bio/
b_dump.c 152 BIO_snprintf(buf,sizeof buf,"%s%04x - <SPACES/NULS>\n",str,
  /external/llvm/lib/Support/
regcomp.c 108 static char nuls[10]; /* place to point scanner in event of error */ variable
1049 p->next = nuls; /* try to bring things to a halt */
1050 p->end = nuls;
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 107 static char nuls[10]; /* place to point scanner in event of error */ variable
1013 p->next = nuls; /* try to bring things to a halt */
1014 p->end = nuls;
    [all...]
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 75 /// nul value and contains no other nuls in it. Note that this is more general

Completed in 1101 milliseconds

1 2 3