Home | History | Annotate | Download | only in cpp

Lines Matching refs:LT_PATHMAX

3682 # define LT_PATHMAX PATH_MAX
3684 # define LT_PATHMAX MAXPATHLEN
3686 # define LT_PATHMAX 1024
4165 char tmp[LT_PATHMAX + 1];
4222 if (getcwd (tmp, LT_PATHMAX) == NULL)
4247 if (getcwd (tmp, LT_PATHMAX) == NULL)
4267 char buf[LT_PATHMAX];