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

/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Catalog/
H A DCatalog.pm6 # Catalog.pm contains perl code for exacct catalog tag manipulation.
13 package Sun::Solaris::Exacct::Catalog;
43 # Sun::Solaris::Exacct::Catalog->register("FROB", 0x01, 1,
104 # Create a new Catalog object. Arguments are either an integer, an existing
105 # Catalog object or a (type, catalog, id) triplet.
152 # Get the value of a Catalog object. In a scalar context it returns the 32-bit
191 # Fetch the type field of the Catalog object. The return value is a dual-typed
208 # Fetch the catalog field of the Catalog object. (see type()).
222 # Fetch the id field of the Catalog object. (see type()).

Completed in 38 milliseconds