Home
last modified time | relevance | path

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

/trueos/usr.bin/pathchk/
HDpathchk.c100 long complen, namemax, pathmax, svnamemax; in check() local
120 namemax = pathconf(*p == '/' ? "/" : ".", _PC_NAME_MAX); in check()
121 if (namemax == -1 && errno != 0) in check()
122 namemax = NAME_MAX; in check()
124 namemax = _POSIX_NAME_MAX; in check()
133 if (namemax != -1 && complen > namemax) { in check()
135 p, namemax); in check()
156 svnamemax = namemax; in check()
157 namemax = pathconf(pathd, _PC_NAME_MAX); in check()
158 if (namemax == -1 && errno != 0) in check()
[all …]
/trueos/sys/nfsserver/
HDnfs_serv.c3608 register_t linkmax, namemax, chownres, notrunc; in nfsrv_pathconf() local
3630 error = VOP_PATHCONF(vp, _PC_NAME_MAX, &namemax); in nfsrv_pathconf()
3647 pc->pc_namemax = txdr_unsigned(namemax); in nfsrv_pathconf()
/trueos/sys/fs/nfsserver/
HDnfs_nfsdserv.c2112 register_t linkmax, namemax, chownres, notrunc; in nfsrvd_pathconf() local
2122 nd->nd_repstat = nfsvno_pathconf(vp, _PC_NAME_MAX, &namemax, in nfsrvd_pathconf()
2136 pc->pc_namemax = txdr_unsigned(namemax); in nfsrvd_pathconf()