/src/tests/usr.bin/xlint/lint1/ |
msg_282.c | 16 /* expect+1: warning: comment ** PRINTFLIKE ** must precede function definition [282] */ 17 /* PRINTFLIKE */ 18 int printflike; variable in typeref:typename:int
|
msg_124.c | 12 typedef int(*printflike)(const char *, ...) typedef in typeref:typename:int (*)(const char *,...) 23 printflike printf = ptr;
|
/src/usr.bin/xlint/lint2/ |
chk.c | 64 static void printflike(const hte_t *, const fcall_t *, 413 /* perform SCANFLIKE/PRINTFLIKE tests */ 426 printflike(hte, call, n, ai->a_fstrg, ap2); 600 printflike(const hte_t *hte, const fcall_t *call, function in typeref:typename:void
|
/src/usr.bin/xlint/lint1/ |
func.c | 103 * arguments (for PRINTFLIKE and SCANFLIKE). 105 * printflike_pos and scanflike_pos are the positions of the last PRINTFLIKE 999 warning_at(282, &printflike_pos, "PRINTFLIKE"); 1059 printflike(int n) function in typeref:typename:void 1063 warning(280, "PRINTFLIKE"); 1068 warning(281, "PRINTFLIKE"); 1133 case LC_PRINTFLIKE: printflike(arg); break;
|