Home | History | Annotate | Download | only in dumpce

Lines Matching refs:pname

679     const char *pname = options[6].value;
683 while (pname < pend) {
684 pvalue = strchr(pname, '=');
688 pname);
691 int count = pvalue - pname;
692 strncpy(str, pname, count);
703 pname = strchr(pvalue, ',');
704 if (pname == NULL) {
705 pname = pend;
707 count = pname - pvalue;
716 pname ++;