Home | History | Annotate | Download | only in src

Lines Matching refs:LT_PATHMAX

3188 # define LT_PATHMAX PATH_MAX
3190 # define LT_PATHMAX MAXPATHLEN
3192 # define LT_PATHMAX 1024
3671 char tmp[LT_PATHMAX + 1];
3728 if (getcwd (tmp, LT_PATHMAX) == NULL)
3753 if (getcwd (tmp, LT_PATHMAX) == NULL)
3773 char buf[LT_PATHMAX];