HomeSort by: relevance | last modified time | path
    Searched defs:printflike (Results 1 - 5 of 5) 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;
  /src/external/bsd/tmux/dist/
tmux.h 114 #define printflike(a, b) __attribute__ ((format (printf, a, b))) macro
2301 void printflike(1, 2) cfg_add_cause(const char *, ...);
2342 void printflike(3, 4) format_add(struct format_tree *, const char *,
2434 struct options_entry * printflike(4, 5) options_set_string(struct options *,
2490 void printflike(4, 5) environ_set(struct environ *, const char *, int,
2497 void printflike(2, 3) environ_log(struct environ *, const char *, ...);
2705 void printflike(3, 4) cmd_log_argv(int, char **, const char *, ...);
2768 void printflike(3, 4) cmdq_add_format(struct cmdq_state *, const char *,
2789 void printflike(4, 5) cmdq_insert_hook(struct session *, struct cmdq_item *,
2795 void printflike(2, 3) cmdq_print(struct cmdq_item *, const char *, ...)
    [all...]

Completed in 32 milliseconds