Home | History | Annotate | Download | only in strace

Lines Matching defs:out

27  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1368 * FIXME - dump out the list of aclent_t's pointed to
1387 * FIXME - dump out the list of aclent_t's pointed to
1409 * FIXME - dump out the list of aclent_t's pointed to
2032 /* Not much point in printing this out, it is always 1. */
2269 unsigned char *out = buf;
2274 *out++ = in[i];
2277 *out++ = '\\';
2278 *out++ = 'x';
2279 *out++ = tohex(in[i] / 16);
2280 *out++ = tohex(in[i] % 16);
2285 out -= 4;
2286 *out = '\0';