Home | History | Annotate | Download | only in fastboot

Lines Matching refs:strip

601 static char *strip(char *s)
650 name = strip(name);
651 for(n = 0; n < count; n++) val[n] = strip(val[n]);
653 name = strip(name);
664 out[n] = strdup(strip(val[n]));