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

/illumos-gate/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 );
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dmks.h494 #define m_pathmax(path) PATH_MAX macro
496 LEXTERN int m_pathmax (char *path);

Completed in 58 milliseconds