Home | History | Annotate | Download | only in Modules

Lines Matching full:out_s

1095     char *out_s;
1121 out_s = (char *)PyMem_MALLOC(1);
1122 if (out_s == NULL)
1124 out_s[0] = '\0';
1131 out_s = new_s;
1154 return out_s;