Searched refs:m_pathmax (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_pathma.c30 * m_pathmax: mks specific library routine.
49 #ifdef m_pathmax
50 #undef m_pathmax /* in case its #define'd in mks.h */ macro
54 * m_pathmax()
64 m_pathmax(path) function
83 printf("m_pathmax(): Assert failure: ");
96 printf("m_pathmax(): Assert failure: ");
121 x = m_pathmax(argv[1]);
122 printf("m_pathmax('%s') returns %d\n", argv[1], x );
H A Dm_pathca.c55 * note: if PATH_MAX has to be retrieved by m_pathmax(dir),
76 l = m_pathmax(dir);
78 return (NULL); /* Errno is set by m_pathmax() */
/osnet-11/usr/src/lib/libxcurses/h/
H A Dmks.h493 #define m_pathmax(path) PATH_MAX macro
495 LEXTERN int m_pathmax (char *path);
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c444 if ((path_max = m_pathmax(terminfo)) == -1 || path_max < len

Completed in 17 milliseconds