Searched refs:_PC_NO_TRUNC (Results 1 – 16 of 16) sorted by relevance
/titanic_44/usr/src/ucbhead/ |
H A D | unistd.h | 99 #define _PC_NO_TRUNC 7 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | unistd.h | 60 #define _PC_NO_TRUNC 8 /* trunc or error on >NAME_MAX */ macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | unistd.h | 294 #define _PC_NO_TRUNC 7 macro
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | fs_subr.c | 448 case _PC_NO_TRUNC: in fs_pathconf()
|
/titanic_44/usr/src/cmd/getconf/ |
H A D | getconf.c | 212 _PC_NO_TRUNC, "_POSIX_NO_TRUNC", PATHCONF, NOFLAGS,
|
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vop.c | 966 case _PC_NO_TRUNC: in fop_pathconf()
|
/titanic_44/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 843 if (pathconf(rpath, _PC_NO_TRUNC) == 1) in mnt_pathconf() 844 _PC_SET(_PC_NO_TRUNC, p.pc_mask); in mnt_pathconf()
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | conftab.c | 208 …, 0 }, CONF_FEATURE|CONF_UNDERSCORE|CONF_PREFIX_ONLY, CONF_POSIX, 1, CONF_pathconf, _PC_NO_TRUNC },
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | conftab.c | 208 …, 0 }, CONF_FEATURE|CONF_UNDERSCORE|CONF_PREFIX_ONLY, CONF_POSIX, 1, CONF_pathconf, _PC_NO_TRUNC },
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | conftab.c | 208 …, 0 }, CONF_FEATURE|CONF_UNDERSCORE|CONF_PREFIX_ONLY, CONF_POSIX, 1, CONF_pathconf, _PC_NO_TRUNC },
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | conftab.c | 208 …, 0 }, CONF_FEATURE|CONF_UNDERSCORE|CONF_PREFIX_ONLY, CONF_POSIX, 1, CONF_pathconf, _PC_NO_TRUNC },
|
/titanic_44/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1904 case _PC_NO_TRUNC: in fifo_pathconf()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_vnops.c | 4836 case _PC_NO_TRUNC: { in nfs_pathconf() 4862 case _PC_NO_TRUNC: in nfs_pathconf()
|
H A D | nfs3_vnops.c | 5831 case _PC_NO_TRUNC: in nfs3_pathconf() 5897 case _PC_NO_TRUNC: in nfs3_pathconf()
|
H A D | nfs3_srv.c | 3971 error = VOP_PATHCONF(vp, _PC_NO_TRUNC, &val, cr, NULL); in rfs3_pathconf()
|
H A D | nfs4_vnops.c | 11623 case _PC_NO_TRUNC: in nfs4_pathconf() 11676 case _PC_NO_TRUNC: in nfs4_pathconf()
|