Lines Matching defs:p
325 char *p;
351 p = strchr(cp, ' ');
352 if (p != NULL) {
353 *p++ = '\0';
375 i = sscanf(p, " %15s", xtrabuf);
382 xp = strchr(p, ' ');
384 p = xp;
386 p += strlen(xtrabuf);
391 p = cp;
394 i = sscanf(p, " %31s %31s", estrbuf, xtrabuf);
600 char *p;
609 p = strchr(ptr, ',');
610 if (p == NULL)
611 p = strchr(ptr, ' ');
612 if (p == NULL) {
616 *p++ = '\0';
621 ptr = p;
622 p = strchr(ptr, ',');
623 if (p == NULL)
624 p = strchr(ptr, ' ');
625 if (p == NULL) {
629 *p++ = '\0';
635 err = newhdr.ChannelParse(p);