Home
last modified time | relevance | path

Searched refs:urec (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/acct/
H A Dacctprc1.c54 struct urec { /* 1 for each distinct uid/name */ struct
61 struct urec *urlast; argument
89 if ((ur = (struct urec *) calloc(a_usize, in main()
90 sizeof (struct urec))) == NULL) { in main()
178 struct urec *up; in readctmp()
203 if ((ur = (struct urec *) realloc(ur, a_usize * in readctmp()
204 sizeof (struct urec))) == NULL) { in readctmp()
251 struct urec *up; in getnamc()