Home | History | Annotate | Download | only in linux

Lines Matching defs:pos1

1297     char* pos1 = strchr(deviceName, ':');
1304 if (pos1 && pos2)
1307 int nChar = (int) (pos2 - pos1);
1308 strncpy(&controlName[2], pos1, nChar);