Lines Matching refs:dnt
916 char *dnt, *odnt; in mapToLDAP() local
922 dnt = map1qToLDAP(tp[n], in mapToLDAP()
928 if (dnt == 0) in mapToLDAP()
934 sfree(dnt); in mapToLDAP()
950 myself, NIL(tp[n]->dbId), dnt); in mapToLDAP()
951 sfree(dnt); in mapToLDAP()
962 if ((iq == 0 || !firstOnly) && dnt != 0) { in mapToLDAP()
965 dni->item.name = dnt; in mapToLDAP()
971 myself, dnt); in mapToLDAP()
972 sfree(dnt); in mapToLDAP()
973 dnt = 0; in mapToLDAP()
975 if (dnt != 0) { in mapToLDAP()
976 dn[idx+n] = dnt; in mapToLDAP()
984 } else if (dnt != 0) { in mapToLDAP()
985 sfree(dnt); in mapToLDAP()