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,
|