Searched refs:print_fn (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmsg_stats_print.c11 /* int msg_stats_print(print_fn, stream, flags, ptr)
12 /* ATTR_PRINT_MASTER_FN print_fn;
51 int msg_stats_print(ATTR_PRINT_MASTER_FN print_fn, VSTREAM *fp, argument
62 ret = print_fn(fp, flags | ATTR_FLAG_MORE,
H A Ddsn_print.c11 /* int dsn_print(print_fn, stream, flags, ptr)
12 /* ATTR_PRINT_MASTER_FN print_fn;
50 int dsn_print(ATTR_PRINT_MASTER_FN print_fn, VSTREAM *fp, argument
60 ret = print_fn(fp, flags | ATTR_FLAG_MORE,
H A Drcpt_print.c11 /* int rcpt_print(print_fn, stream, flags, ptr)
12 /* ATTR_PRINT_MASTER_FN print_fn;
51 int rcpt_print(ATTR_PRINT_MASTER_FN print_fn, VSTREAM *fp, argument
63 print_fn(fp, flags | ATTR_FLAG_MORE,
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/tls/
H A Dtls_proxy_print.c11 /* int tls_proxy_context_print(print_fn, stream, flags, ptr)
12 /* ATTR_PRINT_MASTER_FN print_fn;
57 int tls_proxy_context_print(ATTR_PRINT_MASTER_FN print_fn, VSTREAM *fp, argument
65 ret = print_fn(fp, flags | ATTR_FLAG_MORE,
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dattr_print0.c120 ATTR_PRINT_SLAVE_FN print_fn; local
175 print_fn = va_arg(ap, ATTR_PRINT_SLAVE_FN);
177 print_fn(attr_print0, fp, flags | ATTR_FLAG_MORE, print_arg);
H A Dattr_print_plain.c121 ATTR_PRINT_SLAVE_FN print_fn; local
170 print_fn = va_arg(ap, ATTR_PRINT_SLAVE_FN);
172 print_fn(attr_print_plain, fp, flags | ATTR_FLAG_MORE, print_arg);
H A Dattr_print64.c154 ATTR_PRINT_SLAVE_FN print_fn; local
212 print_fn = va_arg(ap, ATTR_PRINT_SLAVE_FN);
214 print_fn(attr_print64, fp, flags | ATTR_FLAG_MORE, print_arg);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/milter/
H A Dmilter_macros.c30 /* int milter_macros_print(print_fn, stream, flags, ptr)
31 /* ATTR_PRINT_MASTER_FN print_fn;
133 int milter_macros_print(ATTR_PRINT_MASTER_FN print_fn, VSTREAM *fp, argument
143 ret = print_fn(fp, flags | ATTR_FLAG_MORE,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtoplev.c1343 ??? print_fn doesn't handle errors, eg disk full; presumably other
1347 print_single_switch (print_switch_fn_type print_fn, argument
1360 print_fn (SWITCH_TYPE_LINE_END, NULL);
1365 pos += print_fn (SWITCH_TYPE_LINE_START, NULL);
1367 print_fn (type, text);
1377 print_switch_values (print_switch_fn_type print_fn) argument
1389 pos = print_single_switch (print_fn, pos,
1415 pos = print_single_switch (print_fn, pos, SWITCH_TYPE_PASSED, *p);
1419 print_fn (SWITCH_TYPE_LINE_END, NULL);
1424 pos = print_single_switch (print_fn,
[all...]

Completed in 193 milliseconds