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

/opensolaris-onvv-gate/usr/src/head/
H A Dexacct_impl.h46 char *ef_creator; /* file creator */ member in struct:_ea_file_impl
/opensolaris-onvv-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.c909 f->ef_creator =
911 if (f->ef_creator == NULL) {
935 if (creator && strcmp(f->ef_creator, creator) != 0) {
948 ea_strfree(f->ef_creator);
981 f->ef_creator, strlen(f->ef_creator)) == -1 ||
1038 return ((const char *)((ea_file_impl_t *)ef)->ef_creator);
1071 if ((f->ef_creator = ea_strdup(creator)) == NULL) {
1148 ea_strfree(f->ef_creator);
1191 if (f->ef_creator !
[all...]

Completed in 105 milliseconds