Searched defs:printstr (Results 1 - 4 of 4) sorted by relevance

/external/strace/tests/
H A Dmq_sendrecv.c75 printstr(unsigned char start, unsigned int count) function
145 printstr(MSG_START, msg_size > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
180 printstr(MSG_START, rc > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
319 printstr(MSG_START + MSG_SIZE - MSG_CUT, MSG_CUT);
330 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT);
/external/strace/tests-m32/
H A Dmq_sendrecv.c75 printstr(unsigned char start, unsigned int count) function
145 printstr(MSG_START, msg_size > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
180 printstr(MSG_START, rc > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
319 printstr(MSG_START + MSG_SIZE - MSG_CUT, MSG_CUT);
330 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT);
/external/strace/tests-mx32/
H A Dmq_sendrecv.c75 printstr(unsigned char start, unsigned int count) function
145 printstr(MSG_START, msg_size > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
180 printstr(MSG_START, rc > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
319 printstr(MSG_START + MSG_SIZE - MSG_CUT, MSG_CUT);
330 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT);
/external/strace/
H A Ddefs.h97 /* default maximum # of bytes printed in `printstr', change with -s switch */
671 printstr(struct tcb *tcp, kernel_ulong_t addr) function

Completed in 410 milliseconds