HomeSort by: relevance | last modified time | path
    Searched refs:LT_PATHMAX (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 5590 # define LT_PATHMAX PATH_MAX
5592 # define LT_PATHMAX MAXPATHLEN
5594 # define LT_PATHMAX 1024
6008 char tmp[LT_PATHMAX + 1];
6065 if (getcwd (tmp, LT_PATHMAX) == NULL)
6091 if (getcwd (tmp, LT_PATHMAX) == NULL)
6112 char buf[LT_PATHMAX];
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 4217 # define LT_PATHMAX PATH_MAX
4219 # define LT_PATHMAX MAXPATHLEN
4221 # define LT_PATHMAX 1024
4630 char tmp[LT_PATHMAX + 1];
4687 if (getcwd (tmp, LT_PATHMAX) == NULL)
4713 if (getcwd (tmp, LT_PATHMAX) == NULL)
4734 char buf[LT_PATHMAX];

Completed in 25 milliseconds