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

  /external/bison/lib/
xstrndup.c 21 #include "xstrndup.h"
30 xstrndup (const char *string, size_t n) function
  /external/elfutils/lib/
xstrndup.c 39 xstrndup (const char *string, size_t n) function
  /toolchain/binutils/binutils-2.25/libiberty/
xstrndup.c 1 /* Implement the xstrndup function.
23 @deftypefn Replacement char* xstrndup (const char *@var{s}, size_t @var{n})
48 xstrndup (const char *s, size_t n) function
  /external/toybox/lib/
xwrap.c 89 char *xstrndup(char *s, size_t n) function
93 if (!ret) error_exit("xstrndup");
102 return xstrndup(s, strlen(s));

Completed in 4898 milliseconds