Home
last modified time | relevance | path

Searched defs:dn (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_comp.c178 const char *dn in res_hnok()
210 const char *dn in res_ownok()
228 const char *dn in res_mailok()
259 const char *dn in res_dnok()
Dns_name.c93 char *dn, *eom; in ns_name_ntop() local
591 const u_char *dn, *cp, *sp; in dn_find() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Ddumpnode.c297 Node * dn(Node * p) in dn() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
D_codecs_iso2022.c76 #define STATE_SETG(dn, v) ((state)->c[dn]) = (v); argument
77 #define STATE_GETG(dn) ((state)->c[dn]) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
D_codecs_iso2022.c76 #define STATE_SETG(dn, v) ((state)->c[dn]) = (v); argument
77 #define STATE_GETG(dn) ((state)->c[dn]) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_ssl.c581 PyObject *dn = NULL; /* tuple which represents the "distinguished name" */ in _create_tuple_for_X509_NAME() local