Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/acct/lib/
H A Dnamtouid.c42 } ul[A_USIZE];
64 if (usize < A_USIZE) {
/titanic_41/usr/src/cmd/acct/
H A Dacctdef.h46 #define A_USIZE 20001 /* max num of distinct login names in 1 acct run */ macro
52 #define A_USIZE 2001 /* max num of distinct login names in 1 acct run */ macro
H A Dacctprc1.c54 int a_usize = A_USIZE;
203 a_usize = a_usize + A_USIZE; in readctmp()
209 up = &ur[a_usize - A_USIZE]; in readctmp()