/src/sys/fs/udf/ |
udf_vnops.c | 1607 int pathlen, len, compnamelen, mntonnamelen; local in function:udf_do_symlink 1648 compnamelen = 0; 1652 compnamelen++; 1656 if (compnamelen >= 127) { 1667 if ((compnamelen == 2) && (strncmp(compnamepos, "..", 2) == 0)) 1669 if ((compnamelen == 1) && (*compnamepos == '.')) 1675 compnamepos, compnamelen,
|
udf_vnops.c | 1607 int pathlen, len, compnamelen, mntonnamelen; local in function:udf_do_symlink 1648 compnamelen = 0; 1652 compnamelen++; 1656 if (compnamelen >= 127) { 1667 if ((compnamelen == 2) && (strncmp(compnamepos, "..", 2) == 0)) 1669 if ((compnamelen == 1) && (*compnamepos == '.')) 1675 compnamepos, compnamelen,
|
/src/sbin/newfs_udf/ |
udf_core.c | 1842 int pathlen, len, compnamelen; local in function:udf_encode_symlink 1894 compnamelen = 0; 1898 compnamelen++; 1902 if (compnamelen >= 127) { 1913 if ((compnamelen == 2) && (strncmp(compnamepos, "..", 2) == 0)) 1915 if ((compnamelen == 1) && (*compnamepos == '.')) 1921 compnamepos, compnamelen,
|
udf_core.c | 1842 int pathlen, len, compnamelen; local in function:udf_encode_symlink 1894 compnamelen = 0; 1898 compnamelen++; 1902 if (compnamelen >= 127) { 1913 if ((compnamelen == 2) && (strncmp(compnamepos, "..", 2) == 0)) 1915 if ((compnamelen == 1) && (*compnamepos == '.')) 1921 compnamepos, compnamelen,
|