Searched refs:urec (Results 1 – 1 of 1) sorted by relevance
55 struct urec { /* 1 for each distinct uid/name */ struct62 struct urec *urlast; argument90 if ((ur = (struct urec *) calloc(a_usize, in main()91 sizeof (struct urec))) == NULL) { in main()179 struct urec *up; in readctmp()204 if ((ur = (struct urec *) realloc(ur, a_usize * in readctmp()205 sizeof (struct urec))) == NULL) { in readctmp()252 struct urec *up; in getnamc()