Searched refs:bx (Results 1 – 1 of 1) sorted by relevance
3260 int bx = 0; in module_flags() local3268 buf[bx++] = '('; in module_flags()3269 bx += module_flags_taint(mod->taints, buf + bx); in module_flags()3272 buf[bx++] = '-'; in module_flags()3275 buf[bx++] = '+'; in module_flags()3276 buf[bx++] = ')'; in module_flags()3279 buf[bx] = '\0'; in module_flags()