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

/sssd/src/util/
H A Dsafe-format-string.c253 struct sprintf_ctx *cx = data; local
256 if (cx->length > cx->alloc)
258 else if (cx->length + length > cx->alloc)
259 length = cx->alloc - cx->length;
262 memcpy (cx->data + cx->length, piece, length);
265 cx
274 struct sprintf_ctx cx; local
[all...]

Completed in 1464 milliseconds