Searched defs:ID (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libsocket/inet/
H A Druserpass.c65 #define ID 10 macro
177 if (token() != ID || strcmp(host, d->tokval))
265 return (ID);
/osnet-11/usr/src/lib/libparted/common/libparted/fs/amiga/
H A Damiga.h24 uint32_t pb_HostID; /* SCSI Target ID of host, not really used */
64 uint32_t ID; member in struct:AmigaIds
/osnet-11/usr/src/lib/libldap4/include/
H A Dentry.h71 typedef unsigned int ID; typedef
81 ID e_id; /* not used in libentry */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2py.c216 #define ID(x) return (yylval=string(x,0),expectterm = FALSE,bufptr = s,idtype) macro
417 ID("0");
469 ID(d);
476 ID(d);
500 ID(d);
509 ID(d);
536 ID(d);
549 ID(tokenbuf);
565 ID(d);
580 ID(
[all...]
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c712 GetIDFromSPKI(KMF_X509_SPKI *spki, KMF_DATA *ID) argument
720 if (ID == NULL || spki == NULL)
723 ID->Data = (uchar_t *)malloc(SHA1_HASH_LENGTH);
724 if (ID->Data == NULL)
727 ID->Length = SHA1_HASH_LENGTH;
739 create_id_hash(&KeyParts[KMF_RSA_MODULUS], ID);
741 create_id_hash(&KeyParts[KMF_DSA_PUBLIC_VALUE], ID);
744 create_id_hash(&KeyParts[KMF_ECDSA_POINT], ID);
755 if (rv != KMF_OK && ID->Data != NULL) {
756 free(ID
[all...]
H A Dcertgetsetop.c1636 kmf_get_cert_id_data(const KMF_DATA *SignedCert, KMF_DATA *ID) argument
1641 if (SignedCert == NULL || ID == NULL)
1648 ret = GetIDFromSPKI(&cert->certificate.subjectPublicKeyInfo, ID);
1659 KMF_DATA ID = {NULL, 0}; local
1666 ret = kmf_get_cert_id_data(SignedCert, &ID);
1668 kmf_free_data(&ID);
1673 for (i = 0; i < ID.Length; i++) {
1676 "%02x", (uchar_t)ID.Data[i]);
1677 if ((i+1) < ID.Length)
1684 kmf_free_data(&ID);
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Drdb.c93 uint32_t ID; member in struct:AmigaIds
103 newid->ID = id;
122 if (id == current->ID)
192 uint32_t rdb_HostID; /* SCSI Target ID of host, not really used */
264 uint32_t pb_HostID; /* SCSI Target ID of host, not really used */
312 uint32_t pb_HostID; /* SCSI Target ID of host, not really used */
319 uint32_t lk2_HostID; /* SCSI Target ID of host, not really used */
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c163 #define ID ast.id macro
180 if (cat != (const char*)ID && D(msg))
181 cat = (const char*)ID;
187 static char ID[] = "ast"; variable
700 x = T(NiL, ID, t);
1098 p->catalog = ID;
1612 o = T(NiL, ID, "options");
1624 sfprintf(sp, "%*.*s%s%s%s[%s%s%s]", OPT_USAGE - 1, OPT_USAGE - 1, T(NiL, ID, "Or:"), b, a, b, b, o, b);
1875 par = item(sp, w, about, level, style, ip, version, id, ID);
1957 sfprintf(sp, "[%-.*s %s] ", conformlen, conform, T(NiL, ID, "conformanc
[all...]

Completed in 42 milliseconds