Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ cs_oid_cmp(3) — Tru64 UNIX 5.1b

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

Functions:  cs_oid_set_cmp(3)

cs_oid_cmp(3)  —  Subroutines

NAME

cs_oid_cmp − compare two object identifiers (OIDs)

SYNOPSIS

#include <gssapi/gssapi.h>
int cs_oid_cmp(
        const cs_oid_t oid1,
        const cs_oid_t oid2 );

PARAMETERS

oid1The first OID in the comparison. 

oid2The second OID in the comparison. 

DESCRIPTION

The cs_oid_cmp() function compares two OIDs and returns an integer that indicates whether the two OIDs are equal. 

A NULL value may be passed as either or both parameters.  Two NULL pointers are equal. 

RETURN VALUES

The function returns 0 if the OIDs are not equal; the function returns 1 if the OIDs are equal. 

PORTABILITY CONSIDERATIONS

This function is an extension of the GSS-API standard that is not supported by other GSS-API implementations. 

SEE ALSO

Functions:  cs_oid_set_cmp(3)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026