Searched refs:scratch_obj (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libexacct/common/
H A Dexacct_ops.c863 ea_object_t scratch_obj; local
886 bzero(&scratch_obj, sizeof (ea_object_t));
887 if (ea_get_object(ef, &scratch_obj) == -1) {
892 switch (scratch_obj.eo_catalog) {
894 if (scratch_obj.eo_item.ei_uint32 != EXACCT_VERSION) {
901 if (strcmp(scratch_obj.eo_item.ei_string,
910 ea_strdup(scratch_obj.eo_item.ei_string);
920 ea_strdup(scratch_obj.eo_item.ei_string);
931 (void) ea_free_item(&scratch_obj, EUP_ALLOC);
944 (void) ea_free_item(&scratch_obj, EUP_ALLO
[all...]

Completed in 65 milliseconds