Lines Matching defs:creator
860 validate_header(ea_file_t *ef, const char *creator)
935 if (creator && strcmp(f->ef_creator, creator) != 0) {
1048 ea_fdopen(ea_file_t *ef, int fd, const char *creator, int aflags, int oflags)
1067 if (creator == NULL) {
1071 if ((f->ef_creator = ea_strdup(creator)) == NULL) {
1095 if (validate_header(ef, creator) < 0) {
1125 if (validate_header(ef, creator) == -1) {
1157 ea_open(ea_file_t *ef, const char *name, const char *creator,
1174 if (ea_fdopen(ef, fd, creator, aflags, oflags) == -1) {