criu/compel/plugins/include/uapi/std
Kir Kolyshkin 8b745876da compel std: rename printing functions
Let's rename the printing functions so their names look more like
the standard ones.

1. putc/puts with a file descriptor.

__std_putc -> std_dputc
__std_puts -> std_dputs

There are no standard putc/puts that accept fd as an argument,
but the libc convention is to use d prefix for such. Therefore:

NOTE we keep the order of the arguments intact, to be in line
with the rest of the functions.

2. *printf

__std_printk -> std_vdprintf
__std_printf -> std_dprintf

The reason is, these are the names of libc functions with similar
functionality/arguments.

Cc: Dmitry Safonov <dsafonov@virtuozzo.com>
Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Reviewed-by: Dmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
2017-03-15 09:36:06 +03:00
..
asm compel: plugins,std -- Implement syscalls in std plugin 2017-03-14 23:58:20 +03:00
fds.h compel: plugins -- Merge fds plugin into std 2017-03-15 00:06:13 +03:00
infect.h compel: plugins,std -- Move in infect code 2017-03-15 00:06:10 +03:00
log.h compel: plugins,std -- Move in log engine from criu pie 2017-03-15 00:06:09 +03:00
string.h compel std: rename printing functions 2017-03-15 09:36:06 +03:00
syscall-types.h compel: Include compel headers as system ones 2017-03-15 00:06:02 +03:00