HomeSort by: relevance | last modified time | path
    Searched defs:IsIllegal (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/udf/
udf_osta.c 285 int IsIllegal(unicode_t ch);
341 if (IsIllegal(current) || !UnicodeIsPrint(current)) {
350 while(Index+1 < udfLen && (IsIllegal(udfName[Index+1])
401 if (IsIllegal(current) ||
412 && (IsIllegal(udfName[extIndex +
460 * Used by OS2 version of IsIllegal for readability, since all of the
492 int IsIllegal(unicode_t ch)
udf_osta.c 285 int IsIllegal(unicode_t ch);
341 if (IsIllegal(current) || !UnicodeIsPrint(current)) {
350 while(Index+1 < udfLen && (IsIllegal(udfName[Index+1])
401 if (IsIllegal(current) ||
412 && (IsIllegal(udfName[extIndex +
460 * Used by OS2 version of IsIllegal for readability, since all of the
492 int IsIllegal(unicode_t ch)

Completed in 22 milliseconds