Home | History | Annotate | Download | only in libmtp

Lines Matching refs:LT_PATHMAX

3181 # define LT_PATHMAX PATH_MAX
3183 # define LT_PATHMAX MAXPATHLEN
3185 # define LT_PATHMAX 1024
3664 char tmp[LT_PATHMAX + 1];
3721 if (getcwd (tmp, LT_PATHMAX) == NULL)
3746 if (getcwd (tmp, LT_PATHMAX) == NULL)
3766 char buf[LT_PATHMAX];