Home | History | Annotate | Download | only in protobuf

Lines Matching refs:LT_PATHMAX

2966 # define LT_PATHMAX PATH_MAX
2968 # define LT_PATHMAX MAXPATHLEN
2970 # define LT_PATHMAX 1024
3317 char tmp[LT_PATHMAX + 1];
3374 if (getcwd (tmp, LT_PATHMAX) == NULL)
3399 if (getcwd (tmp, LT_PATHMAX) == NULL)
3419 char buf[LT_PATHMAX];