Searched defs:printk (Results 1 – 6 of 6) sorted by relevance
73 static void printk(const char *descr, krb5_keyblock *k) { in printk() function
69 static void printk(const char *descr, krb5_keyblock *k) { in printk() function
365 static void printk(const char *descr, krb5_keyblock *k) { in printk() function
131 #define printk(...) printf(__VA_ARGS__) macro
316 #define printk(fmt, args...) printf(fmt, ##args) macro
599 #define printk printf macro