HomeSort by relevance Sort by last modified time
    Searched defs:strndup (Results 1 - 13 of 13) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/string/
strndup.c 1 /* $OpenBSD: strndup.c,v 1.1 2010/05/18 22:24:55 tedu Exp $ */
26 strndup(const char *str, size_t maxlen) function
  /external/bison/lib/
strndup.c 1 /* A replacement function, for systems that lack strndup.
26 strndup (char const *s, size_t n) function
string.in.h 400 # undef strndup macro
401 # define strndup rpl_strndup macro
403 _GL_FUNCDECL_RPL (strndup, char *, (char const *__string, size_t __n)
405 _GL_CXXALIAS_RPL (strndup, char *, (char const *__string, size_t __n));
408 _GL_FUNCDECL_SYS (strndup, char *, (char const *__string, size_t __n)
411 _GL_CXXALIAS_SYS (strndup, char *, (char const *__string, size_t __n));
413 _GL_CXXALIASWARN (strndup); variable
415 # undef strndup macro
417 _GL_WARN_ON_USE (strndup, "strndup is unportable -
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
strndup.c 1 /* Implement the strndup function.
23 @deftypefn Extension char* strndup (const char *@var{s}, size_t @var{n})
41 strndup (const char *s, size_t n) function
  /external/clang/test/Sema/
builtins-gnu-mode.c 9 int strndup; variable
  /external/clang/test/Analysis/
malloc-interprocedural.c 105 char *strndup(const char *str, size_t n) { function
126 (void)strndup(0, 20); // no-warning
129 (void)strndup("hi there", n); // no-warning
132 (void)strndup("hi there", n);
  /external/bison/darwin-lib/
string.h 712 # undef strndup
713 # define strndup rpl_strndup
715 _GL_FUNCDECL_RPL (strndup, char *, (char const *__string, size_t __n)
717 _GL_CXXALIAS_RPL (strndup, char *, (char const *__string, size_t __n));
720 _GL_FUNCDECL_SYS (strndup, char *, (char const *__string, size_t __n)
723 _GL_CXXALIAS_SYS (strndup, char *, (char const *__string, size_t __n));
725 _GL_CXXALIASWARN (strndup); variable
727 # undef strndup macro
729 _GL_WARN_ON_USE (strndup, "strndup is unportable -
    [all...]
  /external/bison/linux-lib/
string.h 712 # undef strndup
713 # define strndup rpl_strndup
715 _GL_FUNCDECL_RPL (strndup, char *, (char const *__string, size_t __n)
717 _GL_CXXALIAS_RPL (strndup, char *, (char const *__string, size_t __n));
720 _GL_FUNCDECL_SYS (strndup, char *, (char const *__string, size_t __n)
723 _GL_CXXALIAS_SYS (strndup, char *, (char const *__string, size_t __n));
725 _GL_CXXALIASWARN (strndup); variable
727 # undef strndup macro
729 _GL_WARN_ON_USE (strndup, "strndup is unportable -
    [all...]
  /art/tools/dmtracedump/
createtesttrace.cc 82 /* Mac OS doesn't have strndup(), so implement it here.
84 char* strndup(const char* src, size_t len) { function
208 records[nextRecord].fullName = strndup(save_cp, len);
217 if (len > 0) records[nextRecord].className = strndup(save_cp, len);
223 records[nextRecord].methodName = strndup(save_cp, len);
229 records[nextRecord].signature = strndup(save_cp, len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
string2.h 1344 # define strndup macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string2.h 1344 # define strndup macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string2.h 1344 # define strndup macro
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 663 milliseconds