OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cil_vlog
(Results
1 - 5
of
5
) sorted by null
/external/selinux/libsepol/cil/src/
cil_log.h
37
__attribute__ ((format(printf, 2, 0))) void
cil_vlog
(enum cil_log_level lvl, const char *msg, va_list args);
cil_log.c
52
__attribute__ ((format (printf, 2, 0))) void
cil_vlog
(enum cil_log_level lvl, const char *msg, va_list args)
function
65
cil_vlog
(lvl, msg, args);
cil_list.c
42
cil_vlog
(CIL_ERR, msg, ap);
cil_symtab.c
49
cil_vlog
(CIL_ERR, msg, ap);
cil_tree.c
57
cil_vlog
(CIL_ERR, msg, ap);
[
all
...]
Completed in 59 milliseconds