| /netbsd-src/usr.bin/pathchk/ |
| H A D | pathchk.c | 105 namemax = pathconf(*p == '/' ? "/" : ".", _PC_NAME_MAX); in check() 142 namemax = pathconf(pathd, _PC_NAME_MAX); in check() 153 pathmax = pathconf(path, _PC_PATH_MAX); in check()
|
| /netbsd-src/external/bsd/am-utils/dist/conf/mount/ |
| H A D | mount_aix3.c | 145 v2args.pathconf = v3args->pathconf; in mount_aix3() 172 v3args_bis.pathconf = v3args->pathconf; in mount_aix3()
|
| H A D | mount_aix.c | 139 v2args.pathconf = v3args->pathconf; in mount_aix3()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| H A D | pathmax.h | 30 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 \ 31 : pathconf ("/", _PC_PATH_MAX))
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | pathmax.h | 30 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 \ 31 : pathconf ("/", _PC_PATH_MAX))
|
| H A D | addext.c | 63 slen_max = pathconf (".", _PC_NAME_MAX); in addext() 68 slen_max = pathconf (filename, _PC_NAME_MAX); in addext()
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | pathmax.h | 32 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 \ 33 : pathconf ("/", _PC_PATH_MAX))
|
| /netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
| H A D | maxpathname.cpp | 37 return pathconf("/", _PC_PATH_MAX) < 1 ? 1024 : pathconf("/",_PC_PATH_MAX); in path_name_max()
|
| H A D | maxfilename.cpp | 37 return pathconf(fname, _PC_NAME_MAX); in file_name_max()
|
| /netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| H A D | addext.c | 63 slen_max = pathconf (".", _PC_NAME_MAX); in addext() 68 slen_max = pathconf (filename, _PC_NAME_MAX); in addext()
|
| /netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/ |
| H A D | nfs_prot_aix4_3.h | 240 struct ppathcnf *pathconf; /* static pathconf kludge */ member 264 struct pathcnf *pathconf; /* pathconf */ 293 struct ppathcnf *pathconf; /* static pathconf kludge */ member
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/ |
| H A D | backupfile.m4 | 15 AC_CHECK_FUNCS(pathconf)
|
| /netbsd-src/external/gpl2/gettext/dist/gnulib-local/m4/ |
| H A D | backupfile.m4 | 15 AC_CHECK_FUNCS(pathconf)
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/c/ |
| H A D | readlink4.c | 29 max = pathconf (argv[0], _PC_PATH_MAX); in main()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | lrealpath.c | 115 long path_max = pathconf ("/", _PC_PATH_MAX); in lrealpath()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | lrealpath.c | 115 long path_max = pathconf ("/", _PC_PATH_MAX); in lrealpath()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | lrealpath.c | 115 long path_max = pathconf ("/", _PC_PATH_MAX); in lrealpath()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
| H A D | o_fopen.c | 86 if (pathconf(filename, _PC_NAME_MAX) <= 12) { /* 8.3 file system? */ in openssl_fopen()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ |
| H A D | o_fopen.c | 86 if (pathconf(filename, _PC_NAME_MAX) <= 12) { /* 8.3 file system? */ in openssl_fopen()
|
| /netbsd-src/sys/compat/sunos/ |
| H A D | sunos.h | 40 struct pathcnf *pathconf; /* static pathconf kludge */ member
|
| /netbsd-src/sbin/sysctl/ |
| H A D | pathconf.c | 168 value = pathconf(pathname, indx);
|
| /netbsd-src/bin/cp/ |
| H A D | utils.c | 478 ret = pathconf(source_dir, _PC_ACL_NFS4); in preserve_dir_acls() 487 ret = pathconf(source_dir, _PC_ACL_EXTENDED); in preserve_dir_acls()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | lrealpath.c | 242 long path_max = pathconf ("/", _PC_PATH_MAX); in lrealpath()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ |
| H A D | e_os.h | 113 # define HAS_LFN_SUPPORT(name) (pathconf((name), _PC_NAME_MAX) > 12)
|
| /netbsd-src/sys/compat/linux/arch/alpha/ |
| H A D | linux_osf1.h | 178 osf1_data_ptr pathconf; member
|