HomeSort by: relevance | last modified time | path
    Searched refs:LDAP_LIBC_F (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/include/ac/
unistd.h 37 LDAP_LIBC_F(char*)(getpassphrase)();
string.h 63 LDAP_LIBC_F(char *) (strdup) LDAP_P((const char *s));
73 LDAP_LIBC_F(int) (strcasecmp) LDAP_P((const char *s1, const char *s2));
74 LDAP_LIBC_F(int) (strncasecmp) LDAP_P((const char *s1, const char *s2, size_t n));
  /src/external/bsd/openldap/dist/include/
ldap_cdefs.h 243 # define LDAP_LIBC_F(type) extern __declspec(dllimport) type
246 # define LDAP_LIBC_F(type) extern type

Completed in 29 milliseconds