Lines Matching defs:pos3
40 char buf[128], *pos, *pos2, *pos3;98 pos3 = pos2;99 while (*pos3 != ' ' && *pos3 != '\t' && *pos3 != '\0')100 pos3++;101 *pos3 = '\0';431 char *pos3 = os_strchr(start, ',');432 if (pos3) {433 *pos3++ = '\0';475 if (pos3 == NULL)477 start = pos3;