Searched refs:retw (Results 1 – 2 of 2) sorted by relevance
56 int retw = write(STDOUT_FILENO, buf, ret); in __do_read() local58 if (retw <= 0 || retw != ret) { in __do_read()139 int retw = write(STDOUT_FILENO, &c, 1); in read_string() local141 if (retw <= 0 || retw != r) { in read_string()
3279 int retw = write(STDOUT_FILENO, buf, padding); in perf_event__process_tracing_data() local3280 if (retw <= 0 || retw != padding) { in perf_event__process_tracing_data()