Searched refs:MAXPATHLEN (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libtksh/include/
H A DtclPort.h23 #ifndef MAXPATHLEN
25 # define MAXPATHLEN PATH_MAX macro
27 # define MAXPATHLEN 2048 macro
/ast/src/cmd/mailx/
H A Dlocal.h122 #ifndef MAXPATHLEN
123 #define MAXPATHLEN PATH_MAX macro
H A Dmailx.h155 #define PATHSIZE MAXPATHLEN /* Size of pathnames throughout */
/ast/src/lib/libtksh/tcl/
H A DtclUnixFile.c203 char buffer[MAXPATHLEN+1];
210 if (getcwd(buffer, MAXPATHLEN+1) == NULL) {
H A DtclCmdAH.c880 char linkValue[MAXPATHLEN+1];
/ast/src/lib/libast/uwin/
H A Drcmd.c355 char pbuf[MAXPATHLEN];
/ast/src/lib/libtksh/src/
H A Dfilecmd.c245 char linkValue[MAXPATHLEN+1];

Completed in 33 milliseconds