Lines Matching refs:strndup
1 # strndup.m4 serial 16
9 dnl Persuade glibc <string.h> to declare strndup().
13 AC_CHECK_DECLS_ONCE([strndup])
19 AC_CACHE_CHECK([for working strndup], [gl_cv_func_strndup],
24 extern char *strndup (const char *, size_t);
27 s = strndup ("some longer string", 15);
29 s = strndup ("shorter string", 13);
33 [AC_CHECK_FUNC([strndup],
44 [Define if you have the strndup() function and it works.])
47 AC_LIBOBJ([strndup])
52 # Prerequisites of lib/strndup.c.