Home
last modified time | relevance | path

Searched refs:_PC_CHOWN_RESTRICTED (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/sendmail/test/
H A Dt_pathconf.c58 i = pathconf(".", _PC_CHOWN_RESTRICTED);
61 i = pathconf(tbuf, _PC_CHOWN_RESTRICTED);
64 i = fpathconf(fd, _PC_CHOWN_RESTRICTED);
/freebsd/sys/sys/
H A Dunistd.h129 #define _PC_CHOWN_RESTRICTED 7 macro
/freebsd/usr.bin/getconf/
H A Dpathconf.gperf48 _POSIX_CHOWN_RESTRICTED, _PC_CHOWN_RESTRICTED
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vnops.c544 case _PC_CHOWN_RESTRICTED: in dtfs_node_pathconf()
/freebsd/sys/fs/nfs/
H A Dnfs_commonport.c343 case _PC_CHOWN_RESTRICTED: in nfsvno_pathconf()
/freebsd/contrib/sendmail/src/
H A Dconf.c3782 (defined(_PC_CHOWN_RESTRICTED) || defined(_GNU_TYPES_H))
3796 rval = fpathconf(fd, _PC_CHOWN_RESTRICTED);
H A DREADME470 pathconf(2) call with _PC_CHOWN_RESTRICTED argument on an
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c1948 case _PC_CHOWN_RESTRICTED: in msdosfs_pathconf()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvnops.c4374 ap->a_name == _PC_NAME_MAX || ap->a_name == _PC_CHOWN_RESTRICTED || in nfs_pathconf()
4419 case _PC_CHOWN_RESTRICTED: in nfs_pathconf()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vnops.c1651 case _PC_CHOWN_RESTRICTED: in tmpfs_pathconf()
/freebsd/sys/fs/ext2fs/
H A Dext2_vnops.c1660 case _PC_CHOWN_RESTRICTED: in ext2_pathconf()
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c1367 case _PC_CHOWN_RESTRICTED: in devfs_pathconf()
/freebsd/sys/ufs/ufs/
H A Dufs_vnops.c2665 case _PC_CHOWN_RESTRICTED: in ufs_pathconf()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c2327 nd->nd_repstat=nfsvno_pathconf(vp, _PC_CHOWN_RESTRICTED, in nfsrvd_pathconf()
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES6699 GNU libc: uses an enum for _PC_CHOWN_RESTRICTED which caused