Searched refs:strsep (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dstring.h206 #define strsep isc_string_separate macro
/bind-9.6-ESV-R11/bin/named/unix/
H A Dos.c807 res = strsep(stringp, delim);
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c381 res = strsep(stringp, delim);
/bind-9.6-ESV-R11/bin/named/
H A Dserver.c4699 res = strsep(stringp, delim);
/bind-9.6-ESV-R11/
H A Dconfigure16164 # We test for strsep() using AC_TRY_LINK instead of AC_CHECK_FUNC
16166 # reportedly defines strsep() without declaring it in <string.h> when
16170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for correctly declared strsep()" >&5
16171 $as_echo_n "checking for correctly declared strsep()... " >&6; }
16178 char *sp; char *foo = strsep(&sp, ".");

Completed in 73 milliseconds