Home | History | Annotate | Download | only in libexif

Lines Matching refs:LT_PATHMAX

4214 # define LT_PATHMAX PATH_MAX
4216 # define LT_PATHMAX MAXPATHLEN
4218 # define LT_PATHMAX 1024
4627 char tmp[LT_PATHMAX + 1];
4684 if (getcwd (tmp, LT_PATHMAX) == NULL)
4710 if (getcwd (tmp, LT_PATHMAX) == NULL)
4731 char buf[LT_PATHMAX];