Home | History | Annotate | Download | only in lib

Lines Matching refs:buf

24 static char buf[32];
28 snprintf(buf, sizeof(buf), "exited with %i", WEXITSTATUS(status));
30 return buf;
35 snprintf(buf, sizeof(buf), "killed by %s", tst_strsig(status));
37 return buf;
42 snprintf(buf, sizeof(buf), "invalid status 0x%x", status);
44 return buf;