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

/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dstring.c37 #define int_strspn strspn macro
39 static int int_strspn( const char *str, const char *delim ) function
97 str += int_strspn( str, delim );

Completed in 76 milliseconds