Lines Matching defs:buf
12 static char buf[32];16 snprintf(buf, sizeof(buf), "exited with %i", WEXITSTATUS(status));18 return buf;23 snprintf(buf, sizeof(buf), "killed by %s",26 return buf;31 snprintf(buf, sizeof(buf), "invalid status 0x%x", status);33 return buf;