criu/compel
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
..
arch compel: arch, x86 -- Add support of FPU restore in ia32 compat mode 2017-03-15 09:36:06 +03:00
include compel_print_on_level(): annotate with printf 2017-03-15 09:36:06 +03:00
plugins compel std: rename printing functions 2017-03-15 09:36:06 +03:00
src compel/uapi: add prefix to log levels 2017-03-15 09:36:06 +03:00
test compel/uapi: add prefix to log levels 2017-03-15 09:36:06 +03:00
.gitignore gitignores: ignore some more generated files 2017-03-15 00:05:55 +03:00
compel-host compel cli: show includes 2017-03-15 00:09:55 +03:00
Makefile compel: arch,x86 -- Drop native ia32 pieces 2017-03-15 09:36:05 +03:00