Home
last modified time | relevance | path

Searched refs:pathconf (Results 1 – 25 of 106) sorted by relevance

12345

/netbsd-src/usr.bin/pathchk/
H A Dpathchk.c105 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 Dmount_aix3.c145 v2args.pathconf = v3args->pathconf; in mount_aix3()
172 v3args_bis.pathconf = v3args->pathconf; in mount_aix3()
H A Dmount_aix.c139 v2args.pathconf = v3args->pathconf; in mount_aix3()
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dpathmax.h30 # 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 Dpathmax.h30 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 \
31 : pathconf ("/", _PC_PATH_MAX))
H A Daddext.c63 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 Dpathmax.h32 # 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 Dmaxpathname.cpp37 return pathconf("/", _PC_PATH_MAX) < 1 ? 1024 : pathconf("/",_PC_PATH_MAX); in path_name_max()
H A Dmaxfilename.cpp37 return pathconf(fname, _PC_NAME_MAX); in file_name_max()
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Daddext.c63 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 Dnfs_prot_aix4_3.h240 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 Dbackupfile.m415 AC_CHECK_FUNCS(pathconf)
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/m4/
H A Dbackupfile.m415 AC_CHECK_FUNCS(pathconf)
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dreadlink4.c29 max = pathconf (argv[0], _PC_PATH_MAX); in main()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dlrealpath.c115 long path_max = pathconf ("/", _PC_PATH_MAX); in lrealpath()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dlrealpath.c115 long path_max = pathconf ("/", _PC_PATH_MAX); in lrealpath()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dlrealpath.c115 long path_max = pathconf ("/", _PC_PATH_MAX); in lrealpath()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Do_fopen.c86 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 Do_fopen.c86 if (pathconf(filename, _PC_NAME_MAX) <= 12) { /* 8.3 file system? */ in openssl_fopen()
/netbsd-src/sys/compat/sunos/
H A Dsunos.h40 struct pathcnf *pathconf; /* static pathconf kludge */ member
/netbsd-src/sbin/sysctl/
H A Dpathconf.c168 value = pathconf(pathname, indx);
/netbsd-src/bin/cp/
H A Dutils.c478 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 Dlrealpath.c242 long path_max = pathconf ("/", _PC_PATH_MAX); in lrealpath()
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A De_os.h113 # define HAS_LFN_SUPPORT(name) (pathconf((name), _PC_NAME_MAX) > 12)
/netbsd-src/sys/compat/linux/arch/alpha/
H A Dlinux_osf1.h178 osf1_data_ptr pathconf; member

12345