HomeSort by: relevance | last modified time | path
    Searched defs:scanflike (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_282.c 20 /* expect+1: warning: comment ** SCANFLIKE ** must precede function definition [282] */
21 /* SCANFLIKE */
22 int scanflike; variable in typeref:typename:int
  /src/usr.bin/xlint/lint2/
chk.c 66 static void scanflike(const hte_t *, const fcall_t *,
413 /* perform SCANFLIKE/PRINTFLIKE tests */
428 scanflike(hte, call, n, ai->a_fstrg, ap2);
828 scanflike(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).
106 * or SCANFLIKE comment.
1005 warning_at(282, &scanflike_pos, "SCANFLIKE");
1078 scanflike(int n) function in typeref:typename:void
1082 warning(280, "SCANFLIKE");
1087 warning(281, "SCANFLIKE");
1135 case LC_SCANFLIKE: scanflike(arg); break;

Completed in 14 milliseconds