Home | History | Annotate | Download | only in fastboot

Lines Matching refs:strip

619 static char *strip(char *s)
668 name = strip(name);
669 for(n = 0; n < count; n++) val[n] = strip(val[n]);
671 name = strip(name);
682 out[n] = strdup(strip(val[n]));