Home
last modified time | relevance | path

Searched refs:_PC_NAME_MAX (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-9-stable/lib/libc/gen/
Dstatvfs.c64 pcval = _fpathconf(fd, _PC_NAME_MAX); in fstatvfs()
89 pcval = pathconf(path, _PC_NAME_MAX); in statvfs()
Dsysconf.c188 lvalue = pathconf(path, _PC_NAME_MAX);
/freebsd-9-stable/gnu/usr.bin/patch/
Dbackupfile.c352 #if HAVE_PATHCONF && defined (_PC_NAME_MAX) in addext()
360 slen_max = pathconf (".", _PC_NAME_MAX); in addext()
365 slen_max = pathconf (filename, _PC_NAME_MAX); in addext()
/freebsd-9-stable/usr.bin/pathchk/
Dpathchk.c120 namemax = pathconf(*p == '/' ? "/" : ".", _PC_NAME_MAX); in check()
157 namemax = pathconf(pathd, _PC_NAME_MAX); in check()
/freebsd-9-stable/tools/regression/pjdfstest/tests/
Dmisc.sh115 name_max=`${fstest} pathconf . _PC_NAME_MAX`
124 name_max=`${fstest} pathconf . _PC_NAME_MAX`
/freebsd-9-stable/contrib/groff/src/libs/libgroff/
Dmaxfilename.cpp35 return pathconf(fname, _PC_NAME_MAX); in file_name_max()
/freebsd-9-stable/sys/sys/
Dunistd.h127 #define _PC_NAME_MAX 4 macro
/freebsd-9-stable/usr.bin/getconf/
Dpathconf.gperf34 NAME_MAX, _PC_NAME_MAX
/freebsd-9-stable/contrib/texinfo/lib/
Dsystem.h201 # define HAVE_LONG_FILENAMES(dir) (pathconf (dir, _PC_NAME_MAX) > 12)
/freebsd-9-stable/contrib/texinfo/makeinfo/
Dfiles.c579 #ifdef _PC_NAME_MAX in normalize_filename()
580 maxlen = pathconf (fname, _PC_NAME_MAX); in normalize_filename()
/freebsd-9-stable/tools/regression/security/cap_test/
Dcap_test_capabilities.c194 ret = fpathconf(fd_cap, _PC_NAME_MAX); in try_file_ops()
/freebsd-9-stable/sys/gnu/fs/reiserfs/
Dreiserfs_vnops.c130 case _PC_NAME_MAX: in reiserfs_pathconf()
/freebsd-9-stable/tools/regression/pjdfstest/
Dpjdfstest.c321 #ifdef _PC_NAME_MAX
322 { _PC_NAME_MAX, "_PC_NAME_MAX" },
/freebsd-9-stable/sys/fs/nfs/
Dnfs_commonport.c314 case _PC_NAME_MAX: in nfsvno_pathconf()
/freebsd-9-stable/sys/compat/svr4/
Dsvr4_stat.c620 return _PC_NAME_MAX;
/freebsd-9-stable/sys/fs/ntfs/
Dntfs_vnops.c701 case _PC_NAME_MAX:
/freebsd-9-stable/sys/fs/cd9660/
Dcd9660_vnops.c787 case _PC_NAME_MAX:
/freebsd-9-stable/sys/kern/
Dvfs_default.c473 case _PC_NAME_MAX:
/freebsd-9-stable/sys/fs/nwfs/
Dnwfs_vnops.c759 case _PC_NAME_MAX:
/freebsd-9-stable/sys/fs/hpfs/
Dhpfs_vnops.c1189 case _PC_NAME_MAX:
/freebsd-9-stable/sys/fs/smbfs/
Dsmbfs_vnops.c827 case _PC_NAME_MAX:
/freebsd-9-stable/sys/fs/udf/
Dudf_vnops.c390 case _PC_NAME_MAX: in udf_pathconf()
/freebsd-9-stable/sys/fs/coda/
Dcoda_vnops.c1727 case _PC_NAME_MAX: in coda_pathconf()
/freebsd-9-stable/usr.bin/truss/
Dsyscalls.c374 X(_PC_NAME_MAX) X(_PC_PATH_MAX) X(_PC_PIPE_BUF)
/freebsd-9-stable/sys/fs/nfsclient/
Dnfs_clvnops.c3409 ap->a_name == _PC_NAME_MAX || ap->a_name == _PC_CHOWN_RESTRICTED || in nfs_pathconf()
3442 case _PC_NAME_MAX: in nfs_pathconf()

12