Searched defs:MAXFILE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c68 #define MAXFILE 79 /* Maximum pathname length for "utmpx" file */ macro
126 static char utmpxfile[MAXFILE+1] = UTMPX_FILE; /* Name of the current */
127 char _compat_utmpfile[MAXFILE+1];
797 if ((len = strlen(newfile)) > MAXFILE-1)
845 char name[MAXFILE+1];
847 if (strlen(newfile) > MAXFILE)
893 char xfile[MAXFILE + 1];

Completed in 75 milliseconds