Searched refs:strsize (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/mp/
H A Dmpi.c1580 BNI strsize; /* size of resulting string */ local in function:mpi_getstr
1585 strsize = mpi_getsize(op, base) + op->sign + 1;
1588 str = mp_malloc(strsize);
1601 cp = str + strsize;

Completed in 4 milliseconds