Lines Matching defs:p0
715 char **argv, *p0;
730 p0 = &optarg[5];
735 while (*p0) {
739 if (*p0 != ',') {
741 while (*p0 && (*p0 != ','))
742 p0++;
749 if (*p0 == ',') {
750 while (*p0 == ',')
751 p0++;
762 if ((p0 = (char *)strdup(&optarg[5])) == NULL)
767 while (*p0) {
773 if (*p0 != ',') {
774 p = p0;
775 while (*p0 && (*p0 != ','))
776 p0++;
778 if (*p0) {
779 *p0 = '\0';
780 p0++;
788 if (*p0 == ',') {
789 while (*p0 == ',')
790 p0++;