fn_attr_get_ids(3N)
NAME
fn_attr_get_ids − get a list of the identifiers of all attributes associated with named object
SYNOPSIS
cc [ flag ... ] file ... −lxfn [ library ... ]
#include <xfn/xfn.h>
FN_attrset_t ∗fn_attr_get_ids(FN_ctx_t ∗ctx, const FN_composite_name_t ∗name,
FN_status_t ∗status);
MT-LEVEL
Safe.
DESCRIPTION
This operation returns a list of the attribute identifiers of all attributes associated with the object named by name relative to the context ctx. If name is empty, the attribute identifiers associated with ctx are returned.
RETURN VALUE
This operation returns a pointer to an object of type FN_attrset_t; if the operation fails, a NULL pointer (0) is returned.
ERRORS
This operation sets status as described in FN_status_t(3N) and xfn_status_codes(3N).
APPLICATION USAGE
The attributes in the returned set do not contain the syntax or values of the attributes, only their identifiers.
SEE ALSO
FN_attrset_t(3N), FN_attribute_t(3N), FN_composite_name_t(3N), FN_ctx_t(3N), FN_status_t(3N), fn_attr_get(3N), fn_attr_multi_get(3N), xfn_attributes(3N), xfn_status_codes(3N), xfn(3N)
SunOS 5.5 — Last change: 4 Nov 1994