Home
last modified time | relevance | path

Searched refs: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) in utmpxname()
845 char name[MAXFILE+1]; in utmpname()
847 if (strlen(newfile) > MAXFILE) in utmpname()
892 char xfile[MAXFILE + 1]; in updwtmp()