Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cron/
H A Dcron.h59 #define UNAMESIZE 32 /* max chars in a user name */ macro
61 #define FLEN UNAMESIZE
62 #define LLEN UNAMESIZE
H A Dpermit.c98 char line[UNAMESIZE];
104 while (fgets(line, UNAMESIZE, cap) != NULL) {
H A Datrm.c51 char login[UNAMESIZE];
52 char login_authchk[UNAMESIZE]; /* used for authorization checks */
H A Dcrontab.c109 static char login[UNAMESIZE];
135 char real_login[UNAMESIZE]; in main()