Lines Matching defs:current
54 /* Use UDFCompressed to store current byte being read. */
335 unicode_t current;
339 current = udfName[Index];
341 if (IsIllegal(current) || !UnicodeIsPrint(current)) {
346 current = ILLEGAL_CHAR_MARK;
357 if (current == PERIOD && (udfLen - Index -1) <= EXT_SIZE) {
370 else if (current != PERIOD && current != SPACE) {
376 newName[newIndex++] = current;
400 current = udfName[extIndex + Index + 1];
401 if (IsIllegal(current) ||
402 !UnicodeIsPrint(current)) {
407 current = ILLEGAL_CHAR_MARK;
419 ext[localExtIndex++] = current;