Searched refs:notTooLongLength (Results 1 – 1 of 1) sorted by relevance
2753 const int notTooLongLength = B_MIME_TYPE_LENGTH; in init_long_types() local2755 const int notTooLongLength = B_MIME_TYPE_LENGTH - 1; in init_long_types()2757 const int tooLongLength = notTooLongLength + 1; in init_long_types()2760 notTooLongLength - strlen(notTooLongType)); in init_long_types()2761 notTooLongType[notTooLongLength] = '\0'; in init_long_types()