Lines Matching defs:str
245 char *str; /* string returned from read_pipe() */
252 if ((str = read_pipe(pipe_fd[0])) == NULL) {
257 if (strcmp(str, READY) != 0) {
259 tst_brkm(TBROK, getout, "%s", str);
345 if ((str = read_pipe(pipe_fd[0])) == NULL) {
351 /* call tst_res: str contains the message */
352 tst_resm(TBROK, "%s", str);
385 char *str;
460 if ((str = read_pipe(pipe_fd2[0])) == NULL) {
466 if (strcmp(str, READY) != 0) {