Lines Matching refs:b
613 const char *b; in devcgroup_update_access() local
625 b = buffer; in devcgroup_update_access()
627 switch (*b) { in devcgroup_update_access()
678 b++; in devcgroup_update_access()
679 if (!isspace(*b)) in devcgroup_update_access()
681 b++; in devcgroup_update_access()
682 if (*b == '*') { in devcgroup_update_access()
684 b++; in devcgroup_update_access()
685 } else if (isdigit(*b)) { in devcgroup_update_access()
688 temp[count] = *b; in devcgroup_update_access()
689 b++; in devcgroup_update_access()
690 if (!isdigit(*b)) in devcgroup_update_access()
699 if (*b != ':') in devcgroup_update_access()
701 b++; in devcgroup_update_access()
704 if (*b == '*') { in devcgroup_update_access()
706 b++; in devcgroup_update_access()
707 } else if (isdigit(*b)) { in devcgroup_update_access()
710 temp[count] = *b; in devcgroup_update_access()
711 b++; in devcgroup_update_access()
712 if (!isdigit(*b)) in devcgroup_update_access()
721 if (!isspace(*b)) in devcgroup_update_access()
723 for (b++, count = 0; count < 3; count++, b++) { in devcgroup_update_access()
724 switch (*b) { in devcgroup_update_access()