Searched refs:_POSIX_PATH_MAX (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/tools/build/cross-build/include/linux/
H A Dlimits.h107 #ifndef _POSIX_PATH_MAX
108 #define _POSIX_PATH_MAX PATH_MAX macro
/freebsd-13-stable/include/
H A Dlimits.h54 #define _POSIX_PATH_MAX 256 macro
60 #define _POSIX_PATH_MAX 255 macro
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_event_plugin.c59 #elif defined (_POSIX_PATH_MAX)
60 #define OSM_PATH_MAX (_POSIX_PATH_MAX + 1)
/freebsd-13-stable/contrib/ncurses/progs/
H A Dprogs.priv.h201 # if defined(_POSIX_PATH_MAX)
202 # define PATH_MAX _POSIX_PATH_MAX
/freebsd-13-stable/contrib/netbsd-tests/include/
H A Dt_limits.c118 #ifdef _POSIX_PATH_MAX
119 { "_POSIX_PATH_MAX", _POSIX_PATH_MAX, 256 },
/freebsd-13-stable/contrib/ncurses/ncurses/
H A Dcurses.priv.h97 # if defined(_POSIX_PATH_MAX)
98 # define PATH_MAX _POSIX_PATH_MAX
/freebsd-13-stable/usr.bin/pathchk/
H A Dpathchk.c174 pathmax = _POSIX_PATH_MAX;
/freebsd-13-stable/usr.bin/svn/lib/libapr/
H A Dapr.h203 /* header files for PATH_MAX, _POSIX_PATH_MAX */
652 #elif defined(_POSIX_PATH_MAX)
653 #define APR_PATH_MAX _POSIX_PATH_MAX
/freebsd-13-stable/crypto/openssh/
H A Ddefines.h101 # ifdef _POSIX_PATH_MAX
102 # define PATH_MAX _POSIX_PATH_MAX
/freebsd-13-stable/contrib/googletest/googletest/src/
H A Dgtest-filepath.cc58 # define GTEST_PATH_MAX_ _POSIX_PATH_MAX
/freebsd-13-stable/lib/libc/gen/
H A Dgetcap.c195 char pbuf[_POSIX_PATH_MAX];
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dgetcap.c288 char pbuf[_POSIX_PATH_MAX];

Completed in 136 milliseconds