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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c78 #if !defined(PATH_MAX)
80 #define PATH_MAX MAXPATHLEN macro
82 #define PATH_MAX 1024 macro
84 #endif /* !PATH_MAX */
666 if (l > PATH_MAX) { \
672 if (strlen(s) + l > PATH_MAX) { \
701 result = xf86confmalloc(PATH_MAX + 1);

Completed in 13 milliseconds