Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wsreg_components_equal(3wsreg) [sunos man page]

wsreg_components_equal(3WSREG)			    Product Install Registry Library Functions			    wsreg_components_equal(3WSREG)

NAME
wsreg_components_equal - determine equality of two components SYNOPSIS
cc [flag ...] file ...-lwsreg [library ...] #include <wsreg.h> int wsreg_components_equal(const Wsreg_component *comp1, const Wsreg_component *comp2); DESCRIPTION
The wsreg_components_equal() function determines if the component specified by the comp1 argument is equal to the component specified by the comp2 argument. Equality is evaluated based only on the content of the two components, not the order in which data was set into the components. RETURN VALUES
The wsreg_components_equal() function returns a non-zero value if the component specified by the comp1 argument is equal to the component specified by the comp2 argument. Otherwise, 0 is returned. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
wsreg_clone_component(3WSREG), wsreg_create_component(3WSREG), wsreg_initialize(3WSREG), attributes(5) SunOS 5.10 22 Sep 2000 wsreg_components_equal(3WSREG)

Check Out this Related Man Page

wsreg_clone_component(3WSREG)			    Product Install Registry Library Functions			     wsreg_clone_component(3WSREG)

NAME
wsreg_clone_component - clone a component SYNOPSIS
cc [flag ...] file ...-lwsreg [library ...] #include <wsreg.h> Wsreg_component *wsreg_clone_component(const Wsreg_component *comp); DESCRIPTION
The wsreg_clone_component() function clones the component specified by comp. RETURN VALUES
The wsreg_clone_component() returns a pointer to a component that is configured exactly the same as the component specified by comp. USAGE
The resulting component must be released through a call to wsreg_free_component() by the caller. See wsreg_create_component(3WSREG). ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
wsreg_create_component(3WSREG), wsreg_initialize(3WSREG), wsreg_get(3WSREG), attributes(5) SunOS 5.10 22 Sep 2000 wsreg_clone_component(3WSREG)
Man Page