Lines Matching refs:strndup
2470 ac_func_list="$ac_func_list strndup"
6952 # Code from module strndup:
19469 for gl_func in memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul strdup strncat strndup strnlen strpbrk strsep strcasestr strtok_r strsignal strverscmp; do
19677 { $as_echo "$as_me:$LINENO: checking whether strndup is declared" >&5
19678 $as_echo_n "checking whether strndup is declared... " >&6; }
19692 #ifndef strndup
19693 (void) strndup;
29869 # Code from module strndup:
29890 { $as_echo "$as_me:$LINENO: checking for working strndup" >&5
29891 $as_echo_n "checking for working strndup... " >&6; }
29917 extern char *strndup (const char *, size_t);
29920 s = strndup ("some longer string", 15);
29922 s = strndup ("shorter string", 13);
29978 gl_LIBOBJS="$gl_LIBOBJS strndup.$ac_objext"
29991 gl_LIBOBJS="$gl_LIBOBJS strndup.$ac_objext"