Home | History | Annotate | Download | only in build-scripts

Lines Matching refs:LT_PATHMAX

3181 # define LT_PATHMAX PATH_MAX
3183 # define LT_PATHMAX MAXPATHLEN
3185 # define LT_PATHMAX 1024
3665 char tmp[LT_PATHMAX + 1];
3722 if (getcwd (tmp, LT_PATHMAX) == NULL)
3747 if (getcwd (tmp, LT_PATHMAX) == NULL)
3767 char buf[LT_PATHMAX];