opnsense-src/usr.bin/mail
John Baldwin d28a95513e mail: Use a C89 function pointer type for command functions.
The command function is defined to always take a void *.  Functions
which accept a pointer to an array of pointers use a local temporary
'argv' assigned from the void *arg.

Reviewed by:	zlei
Differential Revision:	https://reviews.freebsd.org/D39527
2023-04-18 11:27:29 -07:00
..
misc
cmd1.c mail: Use a C89 function pointer type for command functions. 2023-04-18 11:27:29 -07:00
cmd2.c mail: Use a C89 function pointer type for command functions. 2023-04-18 11:27:29 -07:00
cmd3.c mail: Use a C89 function pointer type for command functions. 2023-04-18 11:27:29 -07:00
cmdtab.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
collect.c mail: Use a C89 function pointer type for command functions. 2023-04-18 11:27:29 -07:00
def.h mail: Use a C89 function pointer type for command functions. 2023-04-18 11:27:29 -07:00
edit.c mail: Use a C89 function pointer type for command functions. 2023-04-18 11:27:29 -07:00
extern.h mail: Use a C89 function pointer type for command functions. 2023-04-18 11:27:29 -07:00
fio.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
getname.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
glob.h mail/gprof/tip: tap with the ugly stick 2020-04-06 23:28:24 +00:00
head.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
lex.c mail: Use a C89 function pointer type for command functions. 2023-04-18 11:27:29 -07:00
list.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
mail.1 Switch the default pager for most commands to less 2018-08-08 19:24:20 +00:00
main.c mail/gprof/tip: tap with the ugly stick 2020-04-06 23:28:24 +00:00
Makefile Move mail.rc install to usr.bin/mail. 2018-09-18 20:47:06 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
names.c Replace send-mail with the more standarized sendmail, we do not create 2017-12-27 06:23:50 +00:00
pathnames.h Replace literal uses of /usr/local in C sources with _PATH_LOCALBASE 2020-10-27 11:29:11 +00:00
popen.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
quit.c mail: Use a C89 function pointer type for command functions. 2023-04-18 11:27:29 -07:00
rcv.h General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
send.c mail: Use a C89 function pointer type for command functions. 2023-04-18 11:27:29 -07:00
strings.c mail/gprof/tip: tap with the ugly stick 2020-04-06 23:28:24 +00:00
temp.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
tty.c mail: fix build if TIOCSTI is not defined 2023-04-10 16:08:20 -04:00
util.c mail: Use a C89 function pointer type for command functions. 2023-04-18 11:27:29 -07:00
v7.local.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
vars.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
version.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00