Home
last modified time | relevance | path

Searched defs:dn (Results 51 – 75 of 7775) sorted by relevance

12345678910>>...311

/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/
H A DdecNumber.h185 #define decNumberIsCanonical(dn) (1) /* All decNumbers are saintly */ argument
186 #define decNumberIsFinite(dn) (((dn)->bits&DECSPECIAL)==0) argument
187 #define decNumberIsInfinite(dn) (((dn)->bits&DECINF)!=0) argument
188 #define decNumberIsNaN(dn) (((dn)->bits&(DECNAN|DECSNAN))!=0) argument
189 #define decNumberIsNegative(dn) (((dn)->bits&DECNEG)!=0) argument
190 #define decNumberIsQNaN(dn) (((dn)->bits&(DECNAN))!=0) argument
191 #define decNumberIsSNaN(dn) (((dn)->bits&(DECSNAN))!=0) argument
192 #define decNumberIsSpecial(dn) (((dn)->bits&DECSPECIAL)!=0) argument
193 #define decNumberIsZero(dn) (*(dn)->lsu==0 \ argument
196 #define decNumberRadix(dn) (10) argument
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/mplibdir/
H A DdecNumber.h169 #define decNumberIsCanonical(dn) (1) /* All decNumbers are saintly */ argument
170 #define decNumberIsFinite(dn) (((dn)->bits&DECSPECIAL)==0) argument
171 #define decNumberIsInfinite(dn) (((dn)->bits&DECINF)!=0) argument
172 #define decNumberIsNaN(dn) (((dn)->bits&(DECNAN|DECSNAN))!=0) argument
173 #define decNumberIsNegative(dn) (((dn)->bits&DECNEG)!=0) argument
174 #define decNumberIsQNaN(dn) (((dn)->bits&(DECNAN))!=0) argument
175 #define decNumberIsSNaN(dn) (((dn)->bits&(DECSNAN))!=0) argument
176 #define decNumberIsSpecial(dn) (((dn)->bits&DECSPECIAL)!=0) argument
177 #define decNumberIsZero(dn) (*(dn)->lsu==0 \ argument
180 #define decNumberRadix(dn) (10) argument
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/mplibdir/
H A DdecNumber.h169 #define decNumberIsCanonical(dn) (1) /* All decNumbers are saintly */ argument
170 #define decNumberIsFinite(dn) (((dn)->bits&DECSPECIAL)==0) argument
171 #define decNumberIsInfinite(dn) (((dn)->bits&DECINF)!=0) argument
172 #define decNumberIsNaN(dn) (((dn)->bits&(DECNAN|DECSNAN))!=0) argument
173 #define decNumberIsNegative(dn) (((dn)->bits&DECNEG)!=0) argument
174 #define decNumberIsQNaN(dn) (((dn)->bits&(DECNAN))!=0) argument
175 #define decNumberIsSNaN(dn) (((dn)->bits&(DECSNAN))!=0) argument
176 #define decNumberIsSpecial(dn) (((dn)->bits&DECSPECIAL)!=0) argument
177 #define decNumberIsZero(dn) (*(dn)->lsu==0 \ argument
180 #define decNumberRadix(dn) (10) argument
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/mplibdir/
H A DdecNumber.h169 #define decNumberIsCanonical(dn) (1) /* All decNumbers are saintly */ argument
170 #define decNumberIsFinite(dn) (((dn)->bits&DECSPECIAL)==0) argument
171 #define decNumberIsInfinite(dn) (((dn)->bits&DECINF)!=0) argument
172 #define decNumberIsNaN(dn) (((dn)->bits&(DECNAN|DECSNAN))!=0) argument
173 #define decNumberIsNegative(dn) (((dn)->bits&DECNEG)!=0) argument
174 #define decNumberIsQNaN(dn) (((dn)->bits&(DECNAN))!=0) argument
175 #define decNumberIsSNaN(dn) (((dn)->bits&(DECSNAN))!=0) argument
176 #define decNumberIsSpecial(dn) (((dn)->bits&DECSPECIAL)!=0) argument
177 #define decNumberIsZero(dn) (*(dn)->lsu==0 \ argument
180 #define decNumberRadix(dn) (10) argument
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/mplibdir/
H A DdecNumber.h169 #define decNumberIsCanonical(dn) (1) /* All decNumbers are saintly */ argument
170 #define decNumberIsFinite(dn) (((dn)->bits&DECSPECIAL)==0) argument
171 #define decNumberIsInfinite(dn) (((dn)->bits&DECINF)!=0) argument
172 #define decNumberIsNaN(dn) (((dn)->bits&(DECNAN|DECSNAN))!=0) argument
173 #define decNumberIsNegative(dn) (((dn)->bits&DECNEG)!=0) argument
174 #define decNumberIsQNaN(dn) (((dn)->bits&(DECNAN))!=0) argument
175 #define decNumberIsSNaN(dn) (((dn)->bits&(DECSNAN))!=0) argument
176 #define decNumberIsSpecial(dn) (((dn)->bits&DECSPECIAL)!=0) argument
177 #define decNumberIsZero(dn) (*(dn)->lsu==0 \ argument
180 #define decNumberRadix(dn) (10) argument
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/
H A DdecNumber.h183 #define decNumberIsCanonical(dn) (1) /* All decNumbers are saintly */ argument
184 #define decNumberIsFinite(dn) (((dn)->bits&DECSPECIAL)==0) argument
185 #define decNumberIsInfinite(dn) (((dn)->bits&DECINF)!=0) argument
186 #define decNumberIsNaN(dn) (((dn)->bits&(DECNAN|DECSNAN))!=0) argument
187 #define decNumberIsNegative(dn) (((dn)->bits&DECNEG)!=0) argument
188 #define decNumberIsQNaN(dn) (((dn)->bits&(DECNAN))!=0) argument
189 #define decNumberIsSNaN(dn) (((dn)->bits&(DECSNAN))!=0) argument
190 #define decNumberIsSpecial(dn) (((dn)->bits&DECSPECIAL)!=0) argument
191 #define decNumberIsZero(dn) (*(dn)->lsu==0 \ argument
194 #define decNumberRadix(dn) (10) argument
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A DdecNumber.h189 #define decNumberIsCanonical(dn) (1) /* All decNumbers are saintly */ argument
190 #define decNumberIsFinite(dn) (((dn)->bits&DECSPECIAL)==0) argument
191 #define decNumberIsInfinite(dn) (((dn)->bits&DECINF)!=0) argument
192 #define decNumberIsNaN(dn) (((dn)->bits&(DECNAN|DECSNAN))!=0) argument
193 #define decNumberIsNegative(dn) (((dn)->bits&DECNEG)!=0) argument
194 #define decNumberIsQNaN(dn) (((dn)->bits&(DECNAN))!=0) argument
195 #define decNumberIsSNaN(dn) (((dn)->bits&(DECSNAN))!=0) argument
196 #define decNumberIsSpecial(dn) (((dn)->bits&DECSPECIAL)!=0) argument
197 #define decNumberIsZero(dn) (*(dn)->lsu==0 \ argument
200 #define decNumberRadix(dn) (10) argument
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/ldb/common/
H A Dldb_dn.c78 struct ldb_dn *dn; in ldb_dn_new() local
122 struct ldb_dn *dn; in ldb_dn_new_fmt() local
229 static bool ldb_dn_explode(struct ldb_dn *dn) in ldb_dn_explode()
539 bool ldb_dn_validate(struct ldb_dn *dn) in ldb_dn_validate()
544 const char *ldb_dn_get_linearized(struct ldb_dn *dn) in ldb_dn_get_linearized()
649 const char *ldb_dn_get_casefold(struct ldb_dn *dn) in ldb_dn_get_casefold()
1333 int ldb_dn_get_comp_num(struct ldb_dn *dn) in ldb_dn_get_comp_num()
1359 const char *ldb_dn_get_rdn_name(struct ldb_dn *dn) in ldb_dn_get_rdn_name()
1420 bool ldb_dn_is_valid(struct ldb_dn *dn) in ldb_dn_is_valid()
1426 bool ldb_dn_is_special(struct ldb_dn *dn) in ldb_dn_is_special()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/data/ov_name_constraints/
H A Dgenerate-certs.py33 dn = i_o1_o2.get_subject() variable
42 dn = i_o2_o1.get_subject() variable
51 dn = i_o3.get_subject() variable
62 dn = i_bmp_o1.get_subject() variable
70 dn = i_o1_plus_o2.get_subject() variable
79 dn = i_cn.get_subject() variable
175 dn = leaf_no_o.get_subject() variable
183 dn = leaf_o1_o2.get_subject() variable
193 dn = leaf_o1.get_subject() variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/data/ov_name_constraints/
H A Dgenerate-certs.py33 dn = i_o1_o2.get_subject() variable
42 dn = i_o2_o1.get_subject() variable
51 dn = i_o3.get_subject() variable
62 dn = i_bmp_o1.get_subject() variable
70 dn = i_o1_plus_o2.get_subject() variable
79 dn = i_cn.get_subject() variable
175 dn = leaf_no_o.get_subject() variable
183 dn = leaf_o1_o2.get_subject() variable
193 dn = leaf_o1.get_subject() variable
/dports/net/py-ldap/python-ldap-3.4.0/Demo/
H A Dsimplebrowse.py11 dn = "dc=openldap,dc=org" variable
65 dn = "" variable
71 lastdn,dn = dn,lastdn variable
73 dn = ldap.explode_dn(dn)[1:].join(",") variable
74 dn = dn.strip() variable
86 dn = godn variable
/dports/net/samba412/samba-4.12.15/lib/ldb/common/
H A Dldb_dn.c83 static void ldb_dn_mark_invalid(struct ldb_dn *dn) in ldb_dn_mark_invalid()
93 struct ldb_dn *dn; in ldb_dn_from_ldb_val() local
283 static bool ldb_dn_explode(struct ldb_dn *dn) in ldb_dn_explode()
753 bool ldb_dn_validate(struct ldb_dn *dn) in ldb_dn_validate()
1631 bool ldb_dn_add_child_val(struct ldb_dn *dn, in ldb_dn_add_child_val()
1898 int ldb_dn_get_comp_num(struct ldb_dn *dn) in ldb_dn_get_comp_num()
2129 bool ldb_dn_is_valid(struct ldb_dn *dn) in ldb_dn_is_valid()
2135 bool ldb_dn_is_special(struct ldb_dn *dn) in ldb_dn_is_special()
2141 bool ldb_dn_has_extended(struct ldb_dn *dn) in ldb_dn_has_extended()
2154 bool ldb_dn_is_null(struct ldb_dn *dn) in ldb_dn_is_null()
[all …]
/dports/databases/ldb21/ldb-2.1.5/common/
H A Dldb_dn.c83 static void ldb_dn_mark_invalid(struct ldb_dn *dn) in ldb_dn_mark_invalid()
93 struct ldb_dn *dn; in ldb_dn_from_ldb_val() local
283 static bool ldb_dn_explode(struct ldb_dn *dn) in ldb_dn_explode()
753 bool ldb_dn_validate(struct ldb_dn *dn) in ldb_dn_validate()
1631 bool ldb_dn_add_child_val(struct ldb_dn *dn, in ldb_dn_add_child_val()
1898 int ldb_dn_get_comp_num(struct ldb_dn *dn) in ldb_dn_get_comp_num()
2129 bool ldb_dn_is_valid(struct ldb_dn *dn) in ldb_dn_is_valid()
2135 bool ldb_dn_is_special(struct ldb_dn *dn) in ldb_dn_is_special()
2141 bool ldb_dn_has_extended(struct ldb_dn *dn) in ldb_dn_has_extended()
2154 bool ldb_dn_is_null(struct ldb_dn *dn) in ldb_dn_is_null()
[all …]
/dports/databases/ldb22/ldb-2.2.1/common/
H A Dldb_dn.c83 static void ldb_dn_mark_invalid(struct ldb_dn *dn) in ldb_dn_mark_invalid()
93 struct ldb_dn *dn; in ldb_dn_from_ldb_val() local
283 static bool ldb_dn_explode(struct ldb_dn *dn) in ldb_dn_explode()
753 bool ldb_dn_validate(struct ldb_dn *dn) in ldb_dn_validate()
1630 bool ldb_dn_add_child_val(struct ldb_dn *dn, in ldb_dn_add_child_val()
1897 int ldb_dn_get_comp_num(struct ldb_dn *dn) in ldb_dn_get_comp_num()
2126 bool ldb_dn_is_valid(struct ldb_dn *dn) in ldb_dn_is_valid()
2132 bool ldb_dn_is_special(struct ldb_dn *dn) in ldb_dn_is_special()
2138 bool ldb_dn_has_extended(struct ldb_dn *dn) in ldb_dn_has_extended()
2151 bool ldb_dn_is_null(struct ldb_dn *dn) in ldb_dn_is_null()
[all …]
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/templates/3rdParty/pla/lib/
H A Dds_myldap.php687 public function modify($dn,$attrs,$method=null) {
745 public function dnExists($dn,$method=null) {
760 public function getContainerTop($dn) {
780 public function getContainerPath($dn,$path='..') {
824 public function getContainer($dn) {
917 private function explodeDN($dn,$with_attributes=0) {
952 protected function escapeDN($dn) {
990 private function getSchemaDN($method=null,$dn='') {
1498 public function MatchingRules($method=null,$dn='') {
1565 public function SchemaSyntaxes($method=null,$dn='') {
[all …]
/dports/net/phpldapadmin/phpLDAPadmin-1.2.6.3/lib/
H A Dds_ldap.php894 public function modify($dn,$attrs,$method=null) {
967 public function dnExists($dn,$method=null) {
985 public function getContainerTop($dn) {
1011 public function getContainerPath($dn,$path='..') {
1058 public function getContainer($dn) {
1163 private function explodeDN($dn,$with_attributes=0) {
1211 protected function escapeDN($dn) {
1233 private function unescapeDN($dn) {
1277 private function getSchemaDN($method=null,$dn='') {
1969 public function MatchingRules($method=null,$dn='') {
[all …]
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Ddownload.c32 download_file(download_t *dn, const char *filename) in download_file()
98 download_t *dn = hc->hc_aux; in download_fetch_complete() local
142 download_pipe_close(download_t *dn) in download_pipe_close()
160 download_t *dn = aux; in download_pipe_read() local
203 download_pipe(download_t *dn, const char *args) in download_pipe()
241 download_t *dn = aux; in download_fetch() local
301 download_init( download_t *dn, int subsys ) in download_init()
313 download_start( download_t *dn, const char *url, void *aux ) in download_start()
331 download_done( download_t *dn ) in download_done()
/dports/devel/py-opengrok-tools/opengrok-1.3.16/plugins/src/main/java/opengrok/auth/plugin/ldap/
H A DAbstractLdapProvider.java35 private String dn; field in AbstractLdapProvider.LdapSearchResult
38 public LdapSearchResult(String dn, T attrs) { in LdapSearchResult()
61 …public LdapSearchResult<Map<String, Set<String>>> lookupLdapContent(String dn) throws LdapExceptio… in lookupLdapContent()
75 …public LdapSearchResult<Map<String, Set<String>>> lookupLdapContent(String dn, String filter) thro… in lookupLdapContent()
89 …public LdapSearchResult<Map<String, Set<String>>> lookupLdapContent(String dn, String[] values) th… in lookupLdapContent()
102 …public abstract LdapSearchResult<Map<String, Set<String>>> lookupLdapContent(String dn, String fil… in lookupLdapContent()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/pci/hotplug/
H A Drpadlpar_core.c43 struct device_node *dn; in find_vio_slot_node() local
78 struct device_node *dn; in find_dlpar_node() local
110 static struct slot *find_php_slot(struct device_node *dn) in find_php_slot()
137 static void dlpar_pci_add_bus(struct device_node *dn) in dlpar_pci_add_bus()
168 static int dlpar_add_pci_slot(char *drc_name, struct device_node *dn) in dlpar_add_pci_slot()
204 static int dlpar_remove_phb(char *drc_name, struct device_node *dn) in dlpar_remove_phb()
232 static int dlpar_add_phb(char *drc_name, struct device_node *dn) in dlpar_add_phb()
253 static int dlpar_add_vio_slot(char *drc_name, struct device_node *dn) in dlpar_add_vio_slot()
286 struct device_node *dn = NULL; in dlpar_add_slot() local
329 static int dlpar_remove_vio_slot(char *drc_name, struct device_node *dn) in dlpar_remove_vio_slot()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/pci/hotplug/
H A Drpadlpar_core.c43 struct device_node *dn; in find_vio_slot_node() local
78 struct device_node *dn; in find_dlpar_node() local
110 static struct slot *find_php_slot(struct device_node *dn) in find_php_slot()
137 static void dlpar_pci_add_bus(struct device_node *dn) in dlpar_pci_add_bus()
168 static int dlpar_add_pci_slot(char *drc_name, struct device_node *dn) in dlpar_add_pci_slot()
204 static int dlpar_remove_phb(char *drc_name, struct device_node *dn) in dlpar_remove_phb()
232 static int dlpar_add_phb(char *drc_name, struct device_node *dn) in dlpar_add_phb()
253 static int dlpar_add_vio_slot(char *drc_name, struct device_node *dn) in dlpar_add_vio_slot()
286 struct device_node *dn = NULL; in dlpar_add_slot() local
329 static int dlpar_remove_vio_slot(char *drc_name, struct device_node *dn) in dlpar_remove_vio_slot()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/pci/hotplug/
H A Drpadlpar_core.c43 struct device_node *dn; in find_vio_slot_node() local
78 struct device_node *dn; in find_dlpar_node() local
110 static struct slot *find_php_slot(struct device_node *dn) in find_php_slot()
137 static void dlpar_pci_add_bus(struct device_node *dn) in dlpar_pci_add_bus()
168 static int dlpar_add_pci_slot(char *drc_name, struct device_node *dn) in dlpar_add_pci_slot()
204 static int dlpar_remove_phb(char *drc_name, struct device_node *dn) in dlpar_remove_phb()
232 static int dlpar_add_phb(char *drc_name, struct device_node *dn) in dlpar_add_phb()
253 static int dlpar_add_vio_slot(char *drc_name, struct device_node *dn) in dlpar_add_vio_slot()
286 struct device_node *dn = NULL; in dlpar_add_slot() local
329 static int dlpar_remove_vio_slot(char *drc_name, struct device_node *dn) in dlpar_remove_vio_slot()
[all …]
/dports/devel/simgear/simgear-2020.3.11/3rdparty/udns/
H A Dudns_dn.c27 unsigned dns_dnlen(dnscc_t *dn) { in dns_dnlen()
34 unsigned dns_dnlabels(register dnscc_t *dn) { in dns_dnlabels()
43 dnscc_t *dn = dn1; in dns_dnequal() local
68 dnsc_t *dn, unsigned dnsiz, int *isabs) in dns_ptodn()
177 dnsc_t *dn, unsigned dnsiz) { in dns_a4todn()
192 dnsc_t *dn, unsigned dnsiz) { in dns_a4ptodn()
221 dnsc_t *dn, unsigned dnsiz) { in dns_a6todn()
236 dnsc_t *dn, unsigned dnsiz) { in dns_a6ptodn()
250 unsigned dns_dntop_size(dnscc_t *dn) { in dns_dntop_size()
287 int dns_dntop(dnscc_t *dn, char *name, unsigned namesiz) { in dns_dntop()
[all …]
/dports/dns/udns/udns-0.4/
H A Dudns_dn.c27 unsigned dns_dnlen(dnscc_t *dn) { in dns_dnlen()
34 unsigned dns_dnlabels(register dnscc_t *dn) { in dns_dnlabels()
43 dnscc_t *dn = dn1; in dns_dnequal() local
68 dnsc_t *dn, unsigned dnsiz, int *isabs) in dns_ptodn()
177 dnsc_t *dn, unsigned dnsiz) { in dns_a4todn()
192 dnsc_t *dn, unsigned dnsiz) { in dns_a4ptodn()
221 dnsc_t *dn, unsigned dnsiz) { in dns_a6todn()
236 dnsc_t *dn, unsigned dnsiz) { in dns_a6ptodn()
250 unsigned dns_dntop_size(dnscc_t *dn) { in dns_dntop_size()
287 int dns_dntop(dnscc_t *dn, char *name, unsigned namesiz) { in dns_dntop()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap/
H A DLdapConnection.cs1183 public virtual void Bind(System.String dn, System.String passwd) in Bind()
1367 public virtual void Bind(int version, System.String dn, sbyte[] passwd) in Bind()
1579 public virtual bool Compare(System.String dn, LdapAttribute attr) in Compare()
1821 public virtual void Delete(System.String dn) in Delete()
1844 public virtual void Delete(System.String dn, LdapConstraints cons) in Delete()
2179 public virtual void Modify(System.String dn, LdapModification mod) in Modify()
2242 public virtual void Modify(System.String dn, LdapModification[] mods) in Modify()
2454 public virtual LdapEntry Read(System.String dn) in Read()
2477 public virtual LdapEntry Read(System.String dn, LdapSearchConstraints cons) in Read()
2498 public virtual LdapEntry Read(System.String dn, System.String[] attrs) in Read()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/
H A DDirectoryEntryManager.cs16 public DistinguishedName(string dn) in DistinguishedName()
23 public bool Equals(DistinguishedName dn) in Equals()
101 internal DirectoryEntry GetCachedDirectoryEntry(WellKnownDN dn) in GetCachedDirectoryEntry()
155 private DirectoryEntry GetNewDirectoryEntry(string dn) in GetNewDirectoryEntry()
168 internal string ExpandWellKnownDN(WellKnownDN dn) in ExpandWellKnownDN()
236 internal static DirectoryEntry GetDirectoryEntry(DirectoryContext context, WellKnownDN dn) in GetDirectoryEntry()
241 internal static DirectoryEntry GetDirectoryEntry(DirectoryContext context, string dn) in GetDirectoryEntry()
276 internal static string ExpandWellKnownDN(DirectoryContext context, WellKnownDN dn) in ExpandWellKnownDN()

12345678910>>...311