Lines Matching defs:rec
434 ent->comment = FALSE; /* data rec */
483 * int _putdgrptabrec(stream, rec)
485 * struct dgrptabent *rec
488 * struct dgrptab structure <rec> to the current position of the
493 * rec The structure containing the information to write
502 struct dgrptabent *rec) /* Record to write */
514 if (rec->comment)
515 count = fputs(rec->dataspace, stream);
523 size = (int)strlen(rec->name) + 1; /* "name:" */
524 if ((mem = rec->membership) != NULL)
540 q = rec->name;
545 if ((mem = rec->membership) != NULL) do {