Home
last modified time | relevance | path

Searched refs:fmt_free (Results 1 – 20 of 20) sorted by relevance

/dports/mail/nmh/nmh-1.7.1/h/
H A Dfmt_scan.h188 void fmt_free (struct format *fmt, int reset);
/dports/mail/nmh/nmh-1.7.1/uip/
H A Ddp.c126 fmt_free (fmt, 1); in main()
H A Dforwsbr.c198 fmt_free(fmt, 1); in build_form()
H A Dap.c130 fmt_free (fmt, 1); in main()
H A Dmhlsbr.c910 fmt_free(ap->a_fmt, 0); in process()
915 fmt_free(NULL, 1); in process()
1273 fmt_free (c1->c_fmt, 0); in free_queue()
1706 fmt_free(NULL, 1); in compile_filterargs()
H A Drcvdist.c304 fmt_free(fmt, 1); in rcvdistout()
H A Dfmtdump.c102 fmt_free(fmt, 1); in main()
H A Dreplsbr.c239 fmt_free(fmt, 1); in replout()
H A Dmhshowsbr.c138 fmt_free(hfmt, 1); in show_all_messages()
139 fmt_free(mfmt, 1); in show_all_messages()
H A Dmhical.c720 fmt_free (fmt, 1); in display()
H A Dsendsbr.c962 fmt_free(fmt, 1); in get_message_header_info()
H A Dfmttest.c385 fmt_free(fmt, 1); in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/ui/
H A Dhist.c675 static void fmt_free(struct perf_hpp_fmt *fmt) in fmt_free() function
696 fmt_free(fmt); in perf_hpp__reset_output_field()
703 fmt_free(fmt); in perf_hpp__reset_output_field()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/ui/
H A Dhist.c675 static void fmt_free(struct perf_hpp_fmt *fmt) in fmt_free() function
696 fmt_free(fmt); in perf_hpp__reset_output_field()
703 fmt_free(fmt); in perf_hpp__reset_output_field()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/ui/
H A Dhist.c675 static void fmt_free(struct perf_hpp_fmt *fmt) in fmt_free() function
696 fmt_free(fmt); in perf_hpp__reset_output_field()
703 fmt_free(fmt); in perf_hpp__reset_output_field()
/dports/mail/nmh/nmh-1.7.1/sbr/
H A Dfmt_compile.c939 fmt_free(struct format *fmt, int reset_comptable) in fmt_free() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/
H A Dbuiltin-c2c.c1650 static void fmt_free(struct perf_hpp_fmt *fmt) in fmt_free() function
1744 fmt->free = fmt_free; in get_format()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/
H A Dbuiltin-c2c.c1650 static void fmt_free(struct perf_hpp_fmt *fmt) in fmt_free() function
1744 fmt->free = fmt_free; in get_format()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/
H A Dbuiltin-c2c.c1650 static void fmt_free(struct perf_hpp_fmt *fmt) in fmt_free() function
1744 fmt->free = fmt_free; in get_format()
/dports/mail/nmh/nmh-1.7.1/
H A DChangeLog16412 Fix missing argument to fmt_free().
16430 Forgot the increment the format array inside of fmt_free().