Lines Matching refs:error
67 #define error(fmt, ...) error1(__FILE__, __LINE__, fmt, ## __VA_ARGS__) macro
94 error("getcwd"); in test_file()
105 error("write"); in test_file()
112 error("writev"); in test_file()
121 error("read"); in test_file()
123 error("memcmp"); in test_file()
128 error("lseek"); in test_file()
135 error("readv"); in test_file()
137 error("memcmp"); in test_file()
153 error("stat size"); in test_file()
155 error("stat mode"); in test_file()
157 error("stat mode2"); in test_file()
160 error("stat time"); in test_file()
164 error("stat mode"); in test_file()
173 error("stat size"); in test_file()
175 error("stat mode"); in test_file()
181 error("stat mode"); in test_file()
186 error("opendir"); in test_file()
196 error("readdir"); in test_file()
201 error("readdir"); in test_file()
221 error("waitpid status=0x%x", status); in test_fork()
237 error("nanosleep"); in test_time()
241 error("gettimeofday"); in test_time()
248 error("getrusage"); in test_time()
307 error("getsockopt"); in test_socket()
321 error("recv"); in test_socket()
323 error("socket_msg"); in test_socket()
431 error("clone"); in test_clone()
442 error("signal"); in sig_alarm()
449 error("signal"); in sig_segv()
505 error("sigaction(SIGKILL, &act, NULL) must not succeed"); in test_signal()
508 error("sigaction(SIGSTOP, &act, NULL) must not succeed"); in test_signal()
524 error("shmat"); in test_shm()