Home | History | Annotate | Download | only in co

Lines Matching refs:idType

135     int idType;
140 //idType= (buffer->st_uid== BT_UID) ? 1 : (buffer->st_uid== BT_GID) ? 2 : 3;
142 idType = 1;
147 idType = 2;
148 else idType = 3;
161 if(idType== 1) { //Id is User Id
165 else if(idType==2) { //Id is Group Id
176 if(idType== 1) { //Id is User Id
180 else if(idType==2) { //Id is Group Id