Searched refs:_PC_NO_TRUNC (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dunistd.h60 #define _PC_NO_TRUNC 8 /* trunc or error on >NAME_MAX */ macro
/illumos-gate/usr/src/ucbhead/
H A Dunistd.h99 #define _PC_NO_TRUNC 7 macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dunistd.h131 #define _PC_NO_TRUNC 8 macro
/illumos-gate/usr/src/uts/common/sys/
H A Dunistd.h294 #define _PC_NO_TRUNC 7 macro
/illumos-gate/usr/src/cmd/getconf/
H A Dgetconf.c212 _PC_NO_TRUNC, "_POSIX_NO_TRUNC", PATHCONF, NOFLAGS,
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c505 case _PC_NO_TRUNC:
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c969 case _PC_NO_TRUNC:
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c843 if (pathconf(rpath, _PC_NO_TRUNC) == 1)
844 _PC_SET(_PC_NO_TRUNC, p.pc_mask);
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dconftab.c208 { "NO_TRUNC", { 0UL, 0 }, { 0UL, 0 }, CONF_FEATURE|CONF_UNDERSCORE|CONF_PREFIX_ONLY, CONF_POSIX, 1, CONF_pathconf, _PC_NO_TRUNC },
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dconftab.c208 { "NO_TRUNC", { 0ULL, 0 }, { 0ULL, 0 }, CONF_FEATURE|CONF_UNDERSCORE|CONF_PREFIX_ONLY, CONF_POSIX, 1, CONF_pathconf, _PC_NO_TRUNC },
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dconftab.c208 { "NO_TRUNC", { 0ULL, 0 }, { 0ULL, 0 }, CONF_FEATURE|CONF_UNDERSCORE|CONF_PREFIX_ONLY, CONF_POSIX, 1, CONF_pathconf, _PC_NO_TRUNC },
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dconftab.c208 { "NO_TRUNC", { 0UL, 0 }, { 0UL, 0 }, CONF_FEATURE|CONF_UNDERSCORE|CONF_PREFIX_ONLY, CONF_POSIX, 1, CONF_pathconf, _PC_NO_TRUNC },
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1908 case _PC_NO_TRUNC:
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c4836 case _PC_NO_TRUNC: {
4862 case _PC_NO_TRUNC:
H A Dnfs3_vnops.c5831 case _PC_NO_TRUNC:
5897 case _PC_NO_TRUNC:
H A Dnfs3_srv.c3971 error = VOP_PATHCONF(vp, _PC_NO_TRUNC, &val, cr, NULL);
H A Dnfs4_vnops.c11401 case _PC_NO_TRUNC:
11454 case _PC_NO_TRUNC:

Completed in 1267 milliseconds