Searched refs:strndup (Results 1 – 14 of 14) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | strndup.m4 | 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]) [all …]
|
D | gnulib-comp.m4 | 114 gl_STRING_MODULE_INDICATOR([strndup]) 337 lib/strndup.c 428 m4/strndup.m4
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | string.in.h | 207 # 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))
|
D | xstrndup.c | 32 char *s = strndup (string, n); in xstrndup()
|
D | strndup.c | 29 strndup (char const *s, size_t n) in strndup() function
|
D | gnulib.mk | 856 EXTRA_DIST += strndup.c 858 EXTRA_libsed_a_SOURCES += strndup.c
|
D | Makefile.in | 84 $(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/ |
D | Makefile.in | 73 $(top_srcdir)/m4/string_h.m4 $(top_srcdir)/m4/strndup.m4 \
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | config_h.in | 235 /* 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. */
|
D | Makefile.in | 78 $(top_srcdir)/m4/string_h.m4 $(top_srcdir)/m4/strndup.m4 \
|
D | configure | 22056 /* 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);
|
D | aclocal.m4 | 942 m4_include([m4/strndup.m4])
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | Makefile.in | 74 $(top_srcdir)/m4/string_h.m4 $(top_srcdir)/m4/strndup.m4 \
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | Makefile.in | 82 $(top_srcdir)/m4/string_h.m4 $(top_srcdir)/m4/strndup.m4 \
|