Searched defs:strndup (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/util/
H A Dstrndup.c27 #include "strndup.h"
30 strndup(const char *str, size_t max) function
/external/syslinux/com32/lib/
H A Dstrndup.c2 * strndup.c
8 char *strndup(const char *s, size_t n) function
/external/clang/test/Sema/
H A Dbuiltins-gnu-mode.c9 int strndup; variable
/external/clang/test/Analysis/
H A Dmalloc-interprocedural.c105 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/libmtp/src/
H A Dutil.c138 char *strndup (const char *s, size_t n) function
/external/syslinux/gpxe/src/core/
H A Dstring.c338 char * strndup(const char *s, size_t n) function
354 return strndup(s, ~((size_t)0));
/external/vulkan-validation-layers/demos/
H A Dvulkaninfo.c31 #define strndup(p, n) strdup(p) macro
2125 return strndup(buf, kBufferSize);

Completed in 278 milliseconds