Lines Matching refs:xptr
421 char *xptr = *ptr;422 if (*xptr == ':')423 xptr++;424 if (!strncasecmp(xptr, str, strlen(str))) {425 while (*xptr != '\0' && *xptr != ',' && *xptr != ':')426 xptr++;427 if (*xptr == ',' || *xptr == ':')428 xptr++;429 *ptr = xptr;