Lines Matching refs:tail
380 for pre or a pointer to a constant. lead and tail384 char *tail = "";411 tail = ")";415 len = strlen(lead) + strlen(re) + strlen(im) + strlen(tail) + 2;421 PyOS_snprintf(buf, len, "%s%s%sj%s", lead, re, im, tail);