Searched refs:reason (Results 1 – 5 of 5) sorted by relevance
115 char reason[1024]; in log_tap_result() local133 process_read_last_line(process, reason, sizeof reason); in log_tap_result()134 reason_length = strlen(reason); in log_tap_result()135 if (reason_length > 0 && reason[reason_length - 1] == '\n') in log_tap_result()136 reason[reason_length - 1] = '\0'; in log_tap_result()138 reason[0] = '\0'; in log_tap_result()141 fprintf(stdout, "%s %d - %s%s%s\n", result, test_count, test, directive, reason); in log_tap_result()
27 or the error reason changes).
261 negative error code corresponding to the reason it couldn't spawn is
41 the licensor's permission is not necessary for any reason--for
11 may also be easier to reason about compared to one with threads and shared
Completed in 19 milliseconds