Searched refs:_PC_PATH_MAX (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/tools/tools/tionxcl/ |
| H A D | tionxcl.c | 69 maxpath = pathconf(DEVPATHNAME, _PC_PATH_MAX); in main()
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | lrealpath.c | 115 long path_max = pathconf ("/", _PC_PATH_MAX); in lrealpath()
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | lrealpath.c | 115 long path_max = pathconf ("/", _PC_PATH_MAX); in lrealpath()
|
| /freebsd-12.1/sys/sys/ |
| H A D | unistd.h | 130 #define _PC_PATH_MAX 5 macro
|
| /freebsd-12.1/usr.bin/pathchk/ |
| H A D | pathchk.c | 170 pathmax = pathconf(path, _PC_PATH_MAX); in check()
|
| /freebsd-12.1/usr.bin/getconf/ |
| H A D | pathconf.gperf | 35 PATH_MAX, _PC_PATH_MAX
|
| /freebsd-12.1/contrib/pjdfstest/tests/ |
| H A D | misc.sh | 150 path_max=`${fstest} pathconf . _PC_PATH_MAX`
|
| /freebsd-12.1/usr.sbin/iovctl/ |
| H A D | iovctl.c | 129 path_max = pathconf("/dev", _PC_PATH_MAX); in open_device()
|
| /freebsd-12.1/contrib/pjdfstest/ |
| H A D | pjdfstest.c | 424 #ifdef _PC_PATH_MAX 425 { _PC_PATH_MAX, "_PC_PATH_MAX" },
|
| /freebsd-12.1/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
| H A D | dtfs_vnops.c | 538 case _PC_PATH_MAX: in dtfs_node_pathconf()
|
| /freebsd-12.1/sys/kern/ |
| H A D | vfs_default.c | 479 case _PC_PATH_MAX:
|
| /freebsd-12.1/sys/fs/smbfs/ |
| H A D | smbfs_vnops.c | 912 case _PC_PATH_MAX:
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | utils.c | 2913 long path_max = pathconf ("/", _PC_PATH_MAX); in gdb_realpath()
|
| /freebsd-12.1/contrib/libc++/src/filesystem/ |
| H A D | operations.cpp | 912 auto size = ::pathconf(".", _PC_PATH_MAX); in __current_path()
|