Searched defs:ufncomp (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dufn.c57 static int ldap_ufn_search_ctx( LDAP *ld, char **ufncomp, int ncomp,
79 * ufncomp the exploded user friendly name to look for
80 * ncomp number of elements in ufncomp
94 * char *ufncomp[] = { "howes", "umich", "us", 0 }
96 * error = ldap_ufn_search_ctx( ld, ufncomp, 3, NULL, attrs, attrsonly,
102 ldap_ufn_search_ctx( LDAP *ld, char **ufncomp, int ncomp, char *prefix, argument
136 if ( *ufncomp[ncomp] == '"' ) {
139 if ( (quote = strrchr( ufncomp[ncomp], '"' )) != NULL )
141 (void) strcpy( ufncomp[ncomp], ufncomp[ncom
282 char **ufncomp, **prefixcomp; local
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dufn.c47 static int ldap_ufn_search_ctx( LDAP *ld, char **ufncomp, int ncomp,
61 * ufncomp the exploded user friendly name to look for
62 * ncomp number of elements in ufncomp
76 * char *ufncomp[] = { "howes", "umich", "us", 0 }
78 * error = ldap_ufn_search_ctx( ld, ufncomp, 3, NULL, attrs, attrsonly,
86 char **ufncomp,
125 if ( *ufncomp[ncomp] == '"' ) {
128 if ( (quote = strrchr( ufncomp[ncomp], '"' )) != NULL )
130 strcpy( ufncomp[ncomp], ufncomp[ncom
84 ldap_ufn_search_ctx( LDAP *ld, char **ufncomp, int ncomp, char *prefix, char **attrs, int attrsonly, LDAPMessage **res, LDAP_CANCELPROC_CALLBACK *cancelproc, void *cancelparm, char *tag1, char *tag2, char *tag3 ) argument
259 char **ufncomp, **prefixcomp; local
[all...]

Completed in 20 milliseconds