Lines Matching defs:urec
55 struct urec { /* 1 for each distinct uid/name */
62 struct urec *urlast;
90 if ((ur = (struct urec *) calloc(a_usize,
91 sizeof (struct urec))) == NULL) {
172 * read ctmp file, build up urec-srec data structures for
179 struct urec *up;
204 if ((ur = (struct urec *) realloc(ur, a_usize *
205 sizeof (struct urec))) == NULL) {
240 * using urec-srec data (if any), make best guess at login name
243 * for any urec having same uid as uid, search array of associated
252 struct urec *up;