/openbsd/usr.bin/tic/ |
H A D | progs.priv.h | 213 # define PATH_MAX _POSIX_PATH_MAX macro 215 # define PATH_MAX MAXPATHLEN macro 217 # define PATH_MAX 255 /* the Posix minimum pathsize */ macro
|
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | system.h | 218 # define PATH_MAX MAXPATHLEN macro 223 # define PATH_MAX PATHSIZE macro 226 # define PATH_MAX _POSIX_PATH_MAX macro 228 # define PATH_MAX 1024 macro
|
/openbsd/gnu/usr.bin/binutils/intl/ |
H A D | dcgettext.c | 125 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : pathconf ("/", _PC_PATH_MAX)) macro 134 # define PATH_MAX MAXPATHLEN macro 138 # define PATH_MAX _POSIX_PATH_MAX macro
|
/openbsd/gnu/usr.bin/binutils-2.17/intl/ |
H A D | dcgettext.c | 125 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : pathconf ("/", _PC_PATH_MAX)) macro 134 # define PATH_MAX MAXPATHLEN macro 138 # define PATH_MAX _POSIX_PATH_MAX macro
|
/openbsd/sys/sys/ |
H A D | syslimits.h | 46 #define PATH_MAX 1024 /* max bytes in pathname */ macro
|
/openbsd/gnu/gcc/intl/ |
H A D | dcigettext.c | 177 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : pathconf ("/", _PC_PATH_MAX)) macro 186 # define PATH_MAX MAXPATHLEN macro 190 # define PATH_MAX _POSIX_PATH_MAX macro
|
/openbsd/gnu/usr.bin/gcc/gcc/intl/ |
H A D | dcigettext.c | 166 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : pathconf ("/", _PC_PATH_MAX)) macro 175 # define PATH_MAX MAXPATHLEN macro 179 # define PATH_MAX _POSIX_PATH_MAX macro
|
/openbsd/gnu/llvm/lldb/include/lldb/Host/windows/ |
H A D | PosixApi.h | 25 #define PATH_MAX 32768 macro
|
/openbsd/gnu/usr.bin/texinfo/intl/ |
H A D | dcigettext.c | 181 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : pathconf ("/", _PC_PATH_MAX)) macro 190 # define PATH_MAX MAXPATHLEN macro 194 # define PATH_MAX _POSIX_PATH_MAX macro
|
/openbsd/gnu/llvm/lldb/tools/driver/ |
H A D | Platform.h | 64 #define PATH_MAX MAX_PATH macro
|
/openbsd/gnu/usr.bin/binutils/gprof/ |
H A D | gprof.h | 54 #define PATH_MAX 1024 macro
|
/openbsd/gnu/usr.bin/binutils-2.17/gprof/ |
H A D | gprof.h | 54 #define PATH_MAX 1024 macro
|
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | cvs.h | 111 #define PATH_MAX MAXPATHLEN+2 macro 113 #define PATH_MAX 1024+2 macro
|
/openbsd/gnu/usr.bin/texinfo/lib/ |
H A D | system.h | 118 #define PATH_MAX _POSIX_PATH_MAX macro
|
/openbsd/gnu/usr.bin/texinfo/info/ |
H A D | pcterm.c | 648 # define PATH_MAX 512 macro
|
/openbsd/gnu/lib/libreadline/examples/ |
H A D | rlfe.c | 815 # define PATH_MAX 1024 macro
|
/openbsd/usr.bin/rsync/ |
H A D | flist.c | 431 char last[PATH_MAX]) in flist_recv_name()
|
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | lldb-vscode.cpp | 65 #define PATH_MAX MAX_PATH macro
|
/openbsd/lib/libcurses/ |
H A D | curses.priv.h | 96 # define PATH_MAX _POSIX_PATH_MAX macro
|