Lines Matching refs:sl
43 int sl = strlen(s);44 d = (char *) malloc(((sl+1) * sizeof(char)));45 if (d) memcpy(d,s,((sl+1)*sizeof(char)));