/external/bison/lib/ |
strndup.h | 20 /* Get strndup() declaration. */ 28 extern char *strndup (const char *string, size_t n);
|
xstrndup.c | 26 #include "strndup.h" 35 char *s = strndup (string, n);
|
strndup.c | 25 # include "strndup.h" 40 # undef strndup macro 44 # define __strndup strndup 65 weak_alias (__strndup, strndup)
|
Makefile | 45 strdup.c strdup.h strerror.c strndup.c strndup.h strnlen.c \ 69 $(top_srcdir)/m4/strndup.m4 $(top_srcdir)/m4/strnlen.m4 \ 391 include $(DEPDIR)/strndup.Po
|
/bionic/libc/string/ |
strndup.c | 31 char* strndup(const char* s, size_t n) function
|
/bionic/libc/include/ |
string.h | 71 extern char* strndup(const char *, size_t);
|
/ndk/build/platforms/android-3/arch-arm/usr/include/ |
string.h | 71 extern char* strndup(const char *, size_t);
|
/ndk/build/platforms/android-4/arch-arm/usr/include/ |
string.h | 71 extern char* strndup(const char *, size_t);
|
/ndk/build/platforms/android-5/arch-arm/usr/include/ |
string.h | 71 extern char* strndup(const char *, size_t);
|
/ndk/build/platforms/android-5/arch-x86/usr/include/ |
string.h | 71 extern char* strndup(const char *, size_t);
|
/ndk/build/platforms/android-8/arch-arm/usr/include/ |
string.h | 71 extern char* strndup(const char *, size_t);
|
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
string.h | 71 extern char* strndup(const char *, size_t);
|
/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);
|
/system/extras/tests/fstest/ |
perm_checker.c | 118 pr->rule_text = strndup(rule_text_buf, sizeof(rule_text_buf)); 121 pr->spec = strndup(spec, strlen(spec) - 3); 124 pr->spec = strndup(spec, strlen(spec) - 1);
|
/external/bison/ |
config.hin | 114 /* Define to 1 if you have the declaration of `strndup', and to 0 if you 224 /* Define if you have the strndup() function and it works. */ 403 #undef strndup
|
Makefile | 64 $(top_srcdir)/m4/strndup.m4 $(top_srcdir)/m4/strnlen.m4 \
|
/external/iproute2/misc/ |
lnstat_util.c | 304 file = strndup(name, colon-name);
|
/external/webkit/WebCore/bridge/jni/v8/ |
JNIUtilityPrivate.cpp | 409 const char* v = strndup(&c, 1);
|
/external/bison/build-aux/ |
Makefile | 62 $(top_srcdir)/m4/strndup.m4 $(top_srcdir)/m4/strnlen.m4 \
|
/external/bison/data/ |
Makefile | 62 $(top_srcdir)/m4/strndup.m4 $(top_srcdir)/m4/strnlen.m4 \
|
/external/bison/src/ |
Makefile | 64 $(top_srcdir)/m4/strndup.m4 $(top_srcdir)/m4/strnlen.m4 \
|
/external/bison/tests/ |
Makefile | 61 $(top_srcdir)/m4/strndup.m4 $(top_srcdir)/m4/strnlen.m4 \
|
/external/bluetooth/bluez/common/ |
sdp-xml.c | 332 strBuf = strndup(value->val.str, value->unitSize - 1);
|
/system/core/liblog/ |
logprint.c | 276 tagName = strndup(filterExpression, tagNameLength);
|
/bionic/libc/ |
Android.mk | 201 string/strndup.c \
|