Home
last modified time | relevance | path

Searched refs:namemax (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.bin/pathchk/
H A Dpathchk.c94 long complen, namemax, pathmax, svnamemax; in check() local
105 namemax = pathconf(*p == '/' ? "/" : ".", _PC_NAME_MAX); in check()
106 if (namemax == -1 && errno != 0) in check()
107 namemax = NAME_MAX; in check()
109 namemax = _POSIX_NAME_MAX; in check()
118 if (namemax != -1 && complen > namemax) { in check()
120 p, namemax); in check()
141 svnamemax = namemax; in check()
142 namemax = pathconf(pathd, _PC_NAME_MAX); in check()
143 if (namemax == -1 && errno != 0) in check()
[all …]
/netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_irix5.h111 u_int namemax; /* name length for statvfs */ member
/netbsd-src/sys/nfs/
H A Dnfs_serv.c3471 register_t linkmax, namemax, chownres, notrunc; in nfsrv_pathconf() local
3489 error = VOP_PATHCONF(vp, _PC_NAME_MAX, &namemax); in nfsrv_pathconf()
3503 pc->pc_namemax = txdr_unsigned(namemax); in nfsrv_pathconf()
/netbsd-src/sys/fs/nfs/server/
H A Dnfs_nfsdserv.c2134 register_t linkmax, namemax, chownres, notrunc; in nfsrvd_pathconf() local
2144 nd->nd_repstat = nfsvno_pathconf(vp, _PC_NAME_MAX, &namemax, in nfsrvd_pathconf()
2158 pc->pc_namemax = txdr_unsigned(namemax); in nfsrvd_pathconf()