Home
last modified time | relevance | path

Searched refs:strndup (Results 1 – 14 of 14) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/m4/
Dstrndup.m41 # 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])
[all …]
Dgnulib-comp.m4114 gl_STRING_MODULE_INDICATOR([strndup])
337 lib/strndup.c
428 m4/strndup.m4
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstring.in.h207 # undef strndup
208 # define strndup rpl_strndup macro
211 extern char *strndup (char const *__string, size_t __n);
214 # undef strndup
215 # define strndup(a,n) \ macro
218 strndup (a, n))
Dxstrndup.c32 char *s = strndup (string, n); in xstrndup()
Dstrndup.c29 strndup (char const *s, size_t n) in strndup() function
Dgnulib.mk856 EXTRA_DIST += strndup.c
858 EXTRA_libsed_a_SOURCES += strndup.c
DMakefile.in84 $(top_srcdir)/m4/string_h.m4 $(top_srcdir)/m4/strndup.m4 \
614 strndup.c strnlen.c strverscmp.c sys_stat.in.h sys_time.in.h \
649 strerror.c strndup.c strnlen.c strverscmp.c tempname.c \
749 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strndup.Po@am__quote@
/ndk/sources/host-tools/sed-4.2.1/sed/
DMakefile.in73 $(top_srcdir)/m4/string_h.m4 $(top_srcdir)/m4/strndup.m4 \
/ndk/sources/host-tools/sed-4.2.1/
Dconfig_h.in235 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
453 /* Define if you have the strndup() function and it works. */
DMakefile.in78 $(top_srcdir)/m4/string_h.m4 $(top_srcdir)/m4/strndup.m4 \
Dconfigure22056 /* Define strndup to an innocuous variant, in case <limits.h> declares strndup.
22061 which can conflict with char strndup (); below.
22079 char strndup ();
22090 return strndup ();
22170 extern char *strndup (const char *, size_t);
22173 s = strndup ("some longer string", 15);
22175 s = strndup ("shorter string", 13);
Daclocal.m4942 m4_include([m4/strndup.m4])
/ndk/sources/host-tools/sed-4.2.1/doc/
DMakefile.in74 $(top_srcdir)/m4/string_h.m4 $(top_srcdir)/m4/strndup.m4 \
/ndk/sources/host-tools/sed-4.2.1/testsuite/
DMakefile.in82 $(top_srcdir)/m4/string_h.m4 $(top_srcdir)/m4/strndup.m4 \