Home | Sort by: relevance | last modified time | path |
/src/tests/usr.bin/xlint/lint1/ | |
platform_schar.c | 13 typedef int char_char[(char)'\200' < (char)'\177' ? 1 : -1]; typedef in typeref:typename:int[(char)''<(char)''?1:-1] |
platform_uchar.c | 13 typedef int char_char[(char)'\177' < (char)'\200' ? 1 : -1]; typedef in typeref:typename:int[(char)''<(char)''?1:-1] |