| /src/usr.bin/xlint/lint2/ |
| chk.c | 74 static bool prototypes_compatible(const type_t *, const type_t *, bool *); 1303 if (!prototypes_compatible(tp1, tp2, dowarn)) 1328 prototypes_compatible(const type_t *tp1, const type_t *tp2, bool *dowarn) function in typeref:typename:bool
|
| /src/usr.bin/xlint/lint1/ |
| decl.c | 2218 prototypes_compatible(const type_t *tp1, const type_t *tp2, bool *dowarn) function in typeref:typename:bool 2303 if (!prototypes_compatible(tp1, tp2, dowarn))
|