Home
last modified time | relevance | path

Searched refs:printflike (Results 1 – 25 of 140) sorted by relevance

123456

/dports/devel/splint/splint-3.1.2/test/
H A Dprintflike.expect2 printflike.c:2:5: Function mprint is marked printflike, but has no elipsis
4 printflike.c:5:5: Function kprint is marked printflike, but has no elipsis
6 printflike.c:8:5: Function sprint is marked scanflike, but has no elipsis
8 printflike.c:13:15: Traditional lint comment /*PRINTFLIKE*/ used. Splint
10 replace it with either /*@printflike@*/, /*@scanflike@*/ or
12 printflike.c:16:35: Multiple special function codes:
13 printflike, messagelike (first code is ignored)
19 printflike.c:2:5: Function mprint is marked printflike, but has no elipsis
21 printflike.c:5:5: Function kprint is marked printflike, but has no elipsis
25 printflike.c:16:35: Multiple special function codes:
[all …]
/dports/net/c3270/suite3270-4.0/include/
H A Dpopups.h33 void action_output(const char *fmt, ...) printflike(1, 2);
34 void popup_an_info(const char *fmt, ...) printflike(1, 2);
35 void popup_an_errno(int errn, const char *fmt, ...) printflike(2, 3);
36 void popup_an_error(const char *fmt, ...) printflike(1, 2);
39 const char *fmt, ...) printflike(3, 4);
H A Dtrace.h43 void trace_ds(const char *fmt, ...) printflike(1, 2);
44 void vtrace(const char *fmt, ...) printflike(1, 2);
45 void ntvtrace(const char *fmt, ...) printflike(1, 2);
H A Dutils.h42 char *get_fresource(const char *fmt, ...) printflike(1, 2);
54 char *xs_buffer(const char *fmt, ...) printflike(1, 2);
55 void xs_error(const char *fmt, ...) printflike(1, 2);
56 void xs_warning(const char *fmt, ...) printflike(1, 2);
H A Dchild_popups.h34 const char *fmt, ...) printflike(3, 4);
H A Dtelnet_core.h39 void popup_a_sockerr(const char *fmt, ...) printflike(1, 2);
/dports/x11/x3270/suite3270-4.0/include/
H A Dpopups.h33 void action_output(const char *fmt, ...) printflike(1, 2);
34 void popup_an_info(const char *fmt, ...) printflike(1, 2);
35 void popup_an_errno(int errn, const char *fmt, ...) printflike(2, 3);
36 void popup_an_error(const char *fmt, ...) printflike(1, 2);
39 const char *fmt, ...) printflike(3, 4);
H A Dtrace.h43 void trace_ds(const char *fmt, ...) printflike(1, 2);
44 void vtrace(const char *fmt, ...) printflike(1, 2);
45 void ntvtrace(const char *fmt, ...) printflike(1, 2);
H A Dutils.h42 char *get_fresource(const char *fmt, ...) printflike(1, 2);
54 char *xs_buffer(const char *fmt, ...) printflike(1, 2);
55 void xs_error(const char *fmt, ...) printflike(1, 2);
56 void xs_warning(const char *fmt, ...) printflike(1, 2);
H A Dchild_popups.h34 const char *fmt, ...) printflike(3, 4);
/dports/net/xrdp-devel/xrdp-0.9.16/common/
H A Dos_calls.h55 void g_printf(const char *format, ...) printflike(1, 2);
57 printflike(2, 3);
59 printflike(3, 4);
60 void g_writeln(const char *format, ...) printflike(1, 2);
61 void g_write(const char *format, ...) printflike(1, 2);
H A Darch.h147 #define printflike(arg_format, arg_first_check) \ macro
150 #define printflike(arg_format, arg_first_check) macro
H A Dlog.h361 log_message(const enum logLevels lvl, const char *msg, ...) printflike(2, 3);
389 ...) printflike(5, 6);
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/common/
H A Dos_calls.h55 void g_printf(const char *format, ...) printflike(1, 2);
57 printflike(2, 3);
59 printflike(3, 4);
60 void g_writeln(const char *format, ...) printflike(1, 2);
61 void g_write(const char *format, ...) printflike(1, 2);
H A Darch.h147 #define printflike(arg_format, arg_first_check) \ macro
150 #define printflike(arg_format, arg_first_check) macro
H A Dlog.h370 log_message(const enum logLevels lvl, const char *msg, ...) printflike(2, 3);
398 ...) printflike(5, 6);
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A Dlog.h4 #define printflike(a, b) __attribute__ ((format (printf, a, b))) macro
12 void printflike(2, 3) fvwm_debug(const char *, const char *, ...);
/dports/devel/mk-configure/mk-configure-0.37.0/features/
H A Dmkc_imp.f_macro.mk8 .for f in noreturn pure printflike const always_inline aligned
17 .for f in noreturn pure printflike const always_inline aligned
/dports/sysutils/tmux23/tmux-2.3/
H A Dtmux.h78 #define printflike(a, b) __attribute__ ((format (printf, a, b))) macro
1585 void printflike(1, 2) cfg_add_cause(const char *, ...);
1631 int printflike(4, 5) hooks_run(struct hooks *, struct client *,
1633 int printflike(4, 5) hooks_wait(struct hooks *, struct cmd_q *,
2056 size_t printflike(1, 2) screen_write_cstrlen(const char *, ...);
2059 size_t printflike(1, 2) screen_write_strlen(const char *, ...);
2060 void printflike(3, 4) screen_write_puts(struct screen_write_ctx *,
2062 void printflike(4, 5) screen_write_nputs(struct screen_write_ctx *,
2366 void printflike(1, 2) log_debug(const char *, ...);
2367 __dead void printflike(1, 2) fatal(const char *, ...);
[all …]
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dtmux.h78 #define printflike(a, b) __attribute__ ((format (printf, a, b))) macro
1607 void printflike(1, 2) cfg_add_cause(const char *, ...);
1653 int printflike(4, 5) hooks_run(struct hooks *, struct client *,
1655 int printflike(4, 5) hooks_wait(struct hooks *, struct cmd_q *,
2079 size_t printflike(1, 2) screen_write_cstrlen(const char *, ...);
2082 size_t printflike(1, 2) screen_write_strlen(const char *, ...);
2083 void printflike(3, 4) screen_write_puts(struct screen_write_ctx *,
2085 void printflike(4, 5) screen_write_nputs(struct screen_write_ctx *,
2395 void printflike(2, 3) log_emit(int level, const char *, ...);
2396 __dead void printflike(1, 2) fatal(const char *, ...);
[all …]
/dports/sysutils/tmate/tmate-2.4.0/
H A Dtmux.h78 #define printflike(a, b) __attribute__ ((format (printf, a, b))) macro
1584 void printflike(1, 2) cfg_add_cause(const char *, ...);
1630 int printflike(4, 5) hooks_run(struct hooks *, struct client *,
1632 int printflike(4, 5) hooks_wait(struct hooks *, struct cmd_q *,
2061 size_t printflike(1, 2) screen_write_cstrlen(const char *, ...);
2064 size_t printflike(1, 2) screen_write_strlen(const char *, ...);
2065 void printflike(3, 4) screen_write_puts(struct screen_write_ctx *,
2067 void printflike(4, 5) screen_write_nputs(struct screen_write_ctx *,
2376 void printflike(2, 3) log_emit(int level, const char *, ...);
2377 __dead void printflike(1, 2) fatal(const char *, ...);
[all …]
/dports/net/c3270/suite3270-4.0/Common/pr3287/
H A Dglobals.h87 # define printflike(s,f) __attribute__ ((__format__ (__printf__, s, f))) macro
90 # define printflike(s, f) /* nothing */ macro
/dports/x11/x3270/suite3270-4.0/Common/pr3287/
H A Dglobals.h87 # define printflike(s,f) __attribute__ ((__format__ (__printf__, s, f))) macro
90 # define printflike(s, f) /* nothing */ macro
/dports/sysutils/tmux/tmux-3.2a/
H A Dtmux.h94 #define printflike(a, b) __attribute__ ((format (printf, a, b))) macro
1948 void printflike(1, 2) cfg_add_cause(const char *, ...);
1987 void printflike(3, 4) format_add(struct format_tree *, const char *,
2291 void printflike(3, 4) cmd_log_argv(int, char **, const char *, ...);
2457 void printflike(1, 2) server_add_message(const char *, ...);
2661 size_t printflike(1, 2) screen_write_strlen(const char *, ...);
2664 void printflike(3, 4) screen_write_puts(struct screen_write_ctx *,
2666 void printflike(4, 5) screen_write_nputs(struct screen_write_ctx *,
3057 void printflike(1, 2) log_debug(const char *, ...);
3058 __dead void printflike(1, 2) fatal(const char *, ...);
[all …]
/dports/devel/splint/splint-3.1.2/imports/
H A Dstdio.lcl111 printflike
117 printflike
192 printflike

123456