Searched refs:nlen (Results 1 – 3 of 3) sorted by relevance
40 unsigned int nlen, unsigned int mlen) in tc_ccm_config() argument48 } else if (nlen != 13) { in tc_ccm_config()
112 unsigned int nlen, unsigned int mlen);
2294 BYTE nc1, nlen; local2305 nlen = nc1 = 0; wc = 1;2309 if (wc != 0 && (wc = lfn[nlen]) != 0) nlen++; /* Get a character if exist */2314 } while (lfn[nlen]); /* Fill next entry if any char follows */2316 dirb[XDIR_NumName] = nlen; /* Set name length */2500 UINT n, nlen, nent; local2505 for (nlen = 0; fs->lfnbuf[nlen]; nlen++) ; /* Get lfn length */2509 nent = (nlen + 14) / 15 + 2; /* Number of entries to allocate (85+C0+C1s) */2553 nent = (sn[NSFLAG] & NS_LFN) ? (nlen + 12) / 13 + 1 : 1; /* Number of entries to allocate */