| /freebsd-12.1/contrib/pjdfstest/tests/ |
| H A D | misc.sh | 150 path_max=`${fstest} pathconf . _PC_PATH_MAX` 152 path_max=$((path_max-1)) 158 [ ${curlen} -lt ${path_max} ] || break 160 name=`echo "${name}" | cut -b -${path_max}`
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | lrealpath.c | 115 long path_max = pathconf ("/", _PC_PATH_MAX); in lrealpath() local 116 if (path_max > 0) in lrealpath() 120 buf = (char *) malloc (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() local 116 if (path_max > 0) in lrealpath() 120 buf = (char *) malloc (path_max); in lrealpath()
|
| /freebsd-12.1/usr.sbin/iovctl/ |
| H A D | iovctl.c | 127 long path_max; in open_device() local 129 path_max = pathconf("/dev", _PC_PATH_MAX); in open_device() 130 if (path_max < 0) in open_device() 133 size = path_max; in open_device()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_openbsd.h | 330 extern unsigned path_max;
|
| H A D | sanitizer_platform_limits_openbsd.cc | 125 unsigned path_max = PATH_MAX; variable
|
| H A D | sanitizer_platform_limits_solaris.h | 346 extern unsigned path_max;
|
| H A D | sanitizer_platform_limits_solaris.cc | 127 unsigned path_max = PATH_MAX; variable
|
| H A D | sanitizer_platform_limits_freebsd.h | 371 extern unsigned path_max;
|
| H A D | sanitizer_platform_limits_freebsd.cc | 168 unsigned path_max = PATH_MAX; variable
|
| H A D | sanitizer_platform_limits_posix.h | 778 extern unsigned path_max;
|
| H A D | sanitizer_platform_limits_posix.cc | 382 unsigned path_max = PATH_MAX; variable
|
| H A D | sanitizer_platform_limits_netbsd.h | 399 extern unsigned path_max;
|
| H A D | sanitizer_platform_limits_netbsd.cc | 364 unsigned path_max = PATH_MAX; variable
|
| H A D | sanitizer_common_interceptors.inc | 3578 allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | utils.c | 2913 long path_max = pathconf ("/", _PC_PATH_MAX); in gdb_realpath() local 2914 if (path_max > 0) in gdb_realpath() 2917 char *buf = alloca (path_max); in gdb_realpath()
|
| /freebsd-12.1/sys/sys/ |
| H A D | syscallsubr.h | 67 size_t buflen, size_t path_max);
|
| /freebsd-12.1/sys/kern/ |
| H A D | vfs_cache.c | 2152 size_t path_max) in kern___getcwd() argument 2163 if (buflen > path_max) in kern___getcwd() 2164 buflen = path_max; in kern___getcwd()
|