Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acct/lib/
H A Dnamtouid.c42 } ul[A_USIZE];
64 if (usize < A_USIZE) {
/illumos-gate/usr/src/cmd/acct/
H A Dacctdef.h44 #define A_USIZE 20001 /* max num of distinct login names in 1 acct run */ macro
50 #define A_USIZE 2001 /* max num of distinct login names in 1 acct run */ macro
H A Dacctprc1.c53 int a_usize = A_USIZE;
202 a_usize = a_usize + A_USIZE; in readctmp()
208 up = &ur[a_usize - A_USIZE]; in readctmp()