HomeSort by: relevance | last modified time | path
    Searched refs:printflike (Results 1 - 4 of 4) sorted by relevancy

  /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
msg_124.c 12 typedef int(*printflike)(const char *, ...) typedef
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
  /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
1000 warning_at(282, &printflike_pos, "PRINTFLIKE");
1060 printflike(int n) function
1064 warning(280, "PRINTFLIKE");
1069 warning(281, "PRINTFLIKE");
1134 case LC_PRINTFLIKE: printflike(arg); break;

Completed in 30 milliseconds