Lines Matching defs:msg
166 const char *msg;169 msg = " [OK]";171 msg = "[SKIPPED]";173 msg = " [FAIL]";176 puts(msg);1143 const char *const msg = "hello, nolibc";1151 write(pipefd[1], msg, strlen(msg));1156 if (len != strlen(msg))1159 return !!memcmp(buf, msg, len);