Searched refs:MAXFILE (Results 1 – 1 of 1) sorted by relevance
68 #define MAXFILE 79 /* Maximum pathname length for "utmpx" file */ macro126 static char utmpxfile[MAXFILE+1] = UTMPX_FILE; /* Name of the current */127 char _compat_utmpfile[MAXFILE+1];797 if ((len = strlen(newfile)) > MAXFILE-1) in utmpxname()845 char name[MAXFILE+1]; in utmpname()847 if (strlen(newfile) > MAXFILE) in utmpname()893 char xfile[MAXFILE + 1]; in updwtmp()