Lines Matching defs:fulldn
2833 const char *fulldn,
2850 if (rdn == NULL || fulldn == NULL || attrlist == NULL ||
2908 rc = __ns_ldap_addAttr(service, fulldn, aptr, cred, flags,
3794 char *rdn = NULL, *fulldn = NULL;
3884 fulldn = (char *)calloc(i, 1);
3885 if (fulldn == NULL) {
3890 (void) snprintf(fulldn, i, "%s%s", trdn,
3894 fulldn = strdup(trdn);
3895 if (fulldn == NULL) {
3902 fulldn = (char *)calloc(i, 1);
3903 if (fulldn == NULL) {
3907 (void) snprintf(fulldn, i, "%s,%s", rdn, basedn);
3932 rc = __ns_ldap_addAttr(service, fulldn, modattrlist,
3935 rc = __ns_ldap_repAttr(service, fulldn, modattrlist,
3940 rc = __ns_ldap_addEntry(service, fulldn,
3950 rc = __ns_ldap_addEntry(service, fulldn, entry,
3956 rc = modify_ethers_bootp(service, rdn, fulldn,
3962 if (fulldn != NULL)
3963 free(fulldn);