Searched refs:retw (Results 1 – 4 of 4) sorted by relevance
39 int retw = write(STDOUT_FILENO, buf, ret); in __do_read() local41 if (retw <= 0 || retw != ret) { in __do_read()122 int retw = write(STDOUT_FILENO, &c, 1); in read_string() local124 if (retw <= 0 || retw != r) { in read_string()
4464 int retw = write(STDOUT_FILENO, buf, padding); in perf_event__process_tracing_data() local4465 if (retw <= 0 || retw != padding) { in perf_event__process_tracing_data()
244 #define abi_ret(frame_size) retw245 #define abi_ret_default retw
2011 retw2030 retw
Completed in 13 milliseconds