Searched +defs:a +defs:keyword (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/scripts/ |
D | unifdef.c | 191 static char *keyword; /* used for editing #elif's */ variable 750 static Linetype op_lt(int *p, Linetype at, int a, Linetype bt, int b) { in op_lt() 753 static Linetype op_gt(int *p, Linetype at, int a, Linetype bt, int b) { in op_gt() 756 static Linetype op_le(int *p, Linetype at, int a, Linetype bt, int b) { in op_le() 759 static Linetype op_ge(int *p, Linetype at, int a, Linetype bt, int b) { in op_ge() 762 static Linetype op_eq(int *p, Linetype at, int a, Linetype bt, int b) { in op_eq() 765 static Linetype op_ne(int *p, Linetype at, int a, Linetype bt, int b) { in op_ne() 768 static Linetype op_or(int *p, Linetype at, int a, Linetype bt, int b) { in op_or() 773 static Linetype op_and(int *p, Linetype at, int a, Linetype bt, int b) { in op_and()
|
/linux-6.14.4/security/tomoyo/ |
D | common.c | 836 static bool tomoyo_same_manager(const struct tomoyo_acl_head *a, in tomoyo_same_manager() 1035 static bool tomoyo_same_task_acl(const struct tomoyo_acl_info *a, in tomoyo_same_task_acl() 1129 const char *keyword; in tomoyo_write_domain2() member
|