Home
last modified time | relevance | path

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

/dragonfly/games/larn/
H A Dtok.c227 if (strlen(i) >= LOGNAMESIZE) i[LOGNAMESIZE - 1] = 0; in readopts()
H A Ddata.c129 char logname[LOGNAMESIZE]; /* players name storage for scoring */
H A Dheader.h327 #define LOGNAMESIZE 40 /* max size of the players name */ macro
/dragonfly/usr.sbin/pw/
H A Dpw_user.c44 #define LOGNAMESIZE (MAXLOGNAME-1) macro
1207 if (!gecos && (ch - name) > LOGNAMESIZE) in pw_checkname()
1209 LOGNAMESIZE); in pw_checkname()