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