Searched refs:_PC_NAME_MAX (Results 1 – 25 of 31) sorted by relevance
12
| /freebsd-9-stable/lib/libc/gen/ |
| D | statvfs.c | 64 pcval = _fpathconf(fd, _PC_NAME_MAX); in fstatvfs() 89 pcval = pathconf(path, _PC_NAME_MAX); in statvfs()
|
| D | sysconf.c | 188 lvalue = pathconf(path, _PC_NAME_MAX);
|
| /freebsd-9-stable/gnu/usr.bin/patch/ |
| D | backupfile.c | 352 #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/ |
| D | pathchk.c | 120 namemax = pathconf(*p == '/' ? "/" : ".", _PC_NAME_MAX); in check() 157 namemax = pathconf(pathd, _PC_NAME_MAX); in check()
|
| /freebsd-9-stable/tools/regression/pjdfstest/tests/ |
| D | misc.sh | 115 name_max=`${fstest} pathconf . _PC_NAME_MAX` 124 name_max=`${fstest} pathconf . _PC_NAME_MAX`
|
| /freebsd-9-stable/contrib/groff/src/libs/libgroff/ |
| D | maxfilename.cpp | 35 return pathconf(fname, _PC_NAME_MAX); in file_name_max()
|
| /freebsd-9-stable/sys/sys/ |
| D | unistd.h | 127 #define _PC_NAME_MAX 4 macro
|
| /freebsd-9-stable/usr.bin/getconf/ |
| D | pathconf.gperf | 34 NAME_MAX, _PC_NAME_MAX
|
| /freebsd-9-stable/contrib/texinfo/lib/ |
| D | system.h | 201 # define HAVE_LONG_FILENAMES(dir) (pathconf (dir, _PC_NAME_MAX) > 12)
|
| /freebsd-9-stable/contrib/texinfo/makeinfo/ |
| D | files.c | 579 #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/ |
| D | cap_test_capabilities.c | 194 ret = fpathconf(fd_cap, _PC_NAME_MAX); in try_file_ops()
|
| /freebsd-9-stable/sys/gnu/fs/reiserfs/ |
| D | reiserfs_vnops.c | 130 case _PC_NAME_MAX: in reiserfs_pathconf()
|
| /freebsd-9-stable/tools/regression/pjdfstest/ |
| D | pjdfstest.c | 321 #ifdef _PC_NAME_MAX 322 { _PC_NAME_MAX, "_PC_NAME_MAX" },
|
| /freebsd-9-stable/sys/fs/nfs/ |
| D | nfs_commonport.c | 314 case _PC_NAME_MAX: in nfsvno_pathconf()
|
| /freebsd-9-stable/sys/compat/svr4/ |
| D | svr4_stat.c | 620 return _PC_NAME_MAX;
|
| /freebsd-9-stable/sys/fs/ntfs/ |
| D | ntfs_vnops.c | 701 case _PC_NAME_MAX:
|
| /freebsd-9-stable/sys/fs/cd9660/ |
| D | cd9660_vnops.c | 787 case _PC_NAME_MAX:
|
| /freebsd-9-stable/sys/kern/ |
| D | vfs_default.c | 473 case _PC_NAME_MAX:
|
| /freebsd-9-stable/sys/fs/nwfs/ |
| D | nwfs_vnops.c | 759 case _PC_NAME_MAX:
|
| /freebsd-9-stable/sys/fs/hpfs/ |
| D | hpfs_vnops.c | 1189 case _PC_NAME_MAX:
|
| /freebsd-9-stable/sys/fs/smbfs/ |
| D | smbfs_vnops.c | 827 case _PC_NAME_MAX:
|
| /freebsd-9-stable/sys/fs/udf/ |
| D | udf_vnops.c | 390 case _PC_NAME_MAX: in udf_pathconf()
|
| /freebsd-9-stable/sys/fs/coda/ |
| D | coda_vnops.c | 1727 case _PC_NAME_MAX: in coda_pathconf()
|
| /freebsd-9-stable/usr.bin/truss/ |
| D | syscalls.c | 374 X(_PC_NAME_MAX) X(_PC_PATH_MAX) X(_PC_PIPE_BUF)
|
| /freebsd-9-stable/sys/fs/nfsclient/ |
| D | nfs_clvnops.c | 3409 ap->a_name == _PC_NAME_MAX || ap->a_name == _PC_CHOWN_RESTRICTED || in nfs_pathconf() 3442 case _PC_NAME_MAX: in nfs_pathconf()
|
12