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

/fuchsia/zircon/system/ulib/tftp/
H A Dtftp.c100 char* bodyp = *body; local
104 memcpy(bodyp, name, offset);
106 bodyp[offset] = '!';
110 bodyp += offset;
114 offset = vsnprintf(bodyp, leftp - 1, fmt, args);
117 bodyp += offset;
120 *body = bodyp;

Completed in 21 milliseconds