Lines Matching refs:b
612 const char *b; in devcgroup_update_access() local
624 b = buffer; in devcgroup_update_access()
626 switch (*b) { in devcgroup_update_access()
677 b++; in devcgroup_update_access()
678 if (!isspace(*b)) in devcgroup_update_access()
680 b++; in devcgroup_update_access()
681 if (*b == '*') { in devcgroup_update_access()
683 b++; in devcgroup_update_access()
684 } else if (isdigit(*b)) { in devcgroup_update_access()
687 temp[count] = *b; in devcgroup_update_access()
688 b++; in devcgroup_update_access()
689 if (!isdigit(*b)) in devcgroup_update_access()
698 if (*b != ':') in devcgroup_update_access()
700 b++; in devcgroup_update_access()
703 if (*b == '*') { in devcgroup_update_access()
705 b++; in devcgroup_update_access()
706 } else if (isdigit(*b)) { in devcgroup_update_access()
709 temp[count] = *b; in devcgroup_update_access()
710 b++; in devcgroup_update_access()
711 if (!isdigit(*b)) in devcgroup_update_access()
720 if (!isspace(*b)) in devcgroup_update_access()
722 for (b++, count = 0; count < 3; count++, b++) { in devcgroup_update_access()
723 switch (*b) { in devcgroup_update_access()