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

1 2 3

  /bionic/libc/string/
strsep.c 39 * Writes NULs into the string at *stringp to end tokens.
  /external/chromium/net/socket/
ssl_client_socket.h 53 // 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/tcpdump/missing/
strsep.c 51 * Writes NULs into the string at *stringp to end tokens.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
inotify.h 31 uint32_t len; /* Length (including NULs) of name. */
  /external/chromium/base/
string_piece.h 49 // data() may return a pointer to a buffer with embedded NULs, and the
  /external/chromium/third_party/icu/public/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
ucnv.h     [all...]
  /external/gtest/test/
gtest-message_test.cc 106 // 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.
  /frameworks/base/core/java/com/android/internal/http/multipart/
StringPart.java 91 throw new IllegalArgumentException("NULs may not be present in string parts");
  /external/bluetooth/glib/glib/
gstring.c 636 * nuls and need not be nul-terminated. If @pos is -1,
825 * provided, @val may contain embedded nuls and need not
912 * embedded nuls and need not be nul-terminated.
1142 * This function will work with embedded nuls.
    [all...]
  /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
ucnv.h     [all...]
  /external/openssl/crypto/bio/
b_dump.c 152 BIO_snprintf(buf,sizeof buf,"%s%04x - <SPACES/NULS>\n",str,
  /external/chromium/third_party/icu/source/common/
uresdata.h 219 * Modifies the contents of *path (replacing separators with NULs),
  /external/webkit/WebCore/platform/graphics/gtk/
FontGtk.cpp 74 /* Pango doesn't correctly handle nuls. We convert them to 0xff. */
  /bionic/libc/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/icu4c/common/
uresdata.h 379 * Modifies the contents of *path (replacing separators with NULs),
  /external/webkit/JavaScriptCore/icu/unicode/
ucnv.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
ucnv.h     [all...]
  /external/webkit/WebCore/icu/unicode/
ucnv.h     [all...]

Completed in 462 milliseconds

1 2 3