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

  /bionic/libc/string/
strndup.c 31 char* strndup(const char* s, size_t n) function
  /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/bison/lib/
strndup.c 25 # include "strndup.h"
40 # undef strndup macro
44 # define __strndup strndup
65 weak_alias (__strndup, strndup)
  /external/linux-tools-perf/host-darwin-fixup/
AndroidFixup.h 27 #define strndup(str, size) strdup(str) macro
  /external/elfutils/host-darwin-fixup/
AndroidFixup.h 91 #define strndup(str, size) strdup(str) macro
  /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...]

Completed in 2345 milliseconds