 |
Index for Section 3 |
|
 |
Alphabetical listing for C |
|
 |
Bottom of page |
|
cs_oid_in_set(3)
NAME
cs_oid_in_set - determine if an object identifier (OID) is present in an
OID set
SYNOPSIS
#include <gssapi/gssapi.h>
int cs_oid_in_set(
const cs_oid_t aOid,
const cs_oid_set_t aSet );
PARAMETERS
aOid The OID to locate in the set.
aSet The OID set to check for the OID.
DESCRIPTION
The cs_oid_in_set() function searches an OID set for the specified OID.
RETURN VALUES
The function returns 0 if the OID is not in the set; the function returns 1
if the OID is in the set.
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_insert(3)
 |
Index for Section 3 |
|
 |
Alphabetical listing for C |
|
 |
Top of page |
|