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

  /bionic/libc/bionic/
strndup.c 31 char* strndup(const char* s, size_t n) 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...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
strndup.c 3 /* A replacement function, for systems that lack strndup.
29 strndup (char const *s, size_t n) function
string.in.h 207 # undef strndup macro
208 # define strndup rpl_strndup macro
211 extern char *strndup (char const *__string, size_t __n);
214 # undef strndup macro
215 # define strndup(a,n) \ macro
216 (GL_LINK_WARNING ("strndup is unportable - " \
217 "use gnulib module strndup for portability"), \
218 strndup (a, n))
  /external/linux-tools-perf/host-darwin-fixup/
AndroidFixup.h 27 #define strndup(str, size) strdup(str) macro
  /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/elfutils/host-darwin-fixup/
AndroidFixup.h 91 #define strndup(str, size) strdup(str) macro
  /external/clang/test/Sema/
builtins-gnu-mode.c 9 int strndup; variable
  /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...]
  /dalvik/tools/dmtracedump/
CreateTestTrace.c 84 /* Mac OS doesn't have strndup(), so implement it here.
86 char *strndup(const char *src, size_t len) function
224 records[nextRecord].fullName = strndup(save_cp, len);
234 records[nextRecord].className = strndup(save_cp, len);
241 records[nextRecord].methodName = strndup(save_cp, len);
248 records[nextRecord].signature = strndup(save_cp, len);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string2.h 1345 # define strndup macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h 1345 # define strndup macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h 1345 # define strndup macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 546 /// char *strndup(const char *s1, size_t n);
547 strndup, enumerator in enum:llvm::LibFunc::Func

Completed in 1797 milliseconds