Lines Matching defs:l_ci
1674 (char *) &pathcomp.ident, &pathcomp.l_ci,
1677 len = UDF_PATH_COMP_SIZE + pathcomp.l_ci;
1762 int pathlen, targetlen, namelen, mntonnamelen, len, l_ci;
1795 l_ci = pathcomp.l_ci;
1798 /* XXX should check for l_ci; bugcompatible now */
1806 /* XXX what should it be if l_ci > 0 ? [4/48.16.1.2] */
1807 if (l_ci || (targetlen < mntonnamelen+1) || !first) {
1813 if (filesize-pathlen > UDF_PATH_COMP_SIZE+l_ci) {
1819 /* XXX should check for l_ci; bugcompatible now */
1829 /* XXX should check for l_ci; bugcompatible now */
1838 if (l_ci == 0) {
1843 memcpy(&pathcomp, pathpos, len + l_ci);
1845 pathcomp.ident, l_ci,
1854 if (filesize-pathlen > UDF_PATH_COMP_SIZE+l_ci) {
1866 pathpos += UDF_PATH_COMP_SIZE + l_ci;
1867 pathlen += UDF_PATH_COMP_SIZE + l_ci;