Searched refs:perror (Results 1 – 13 of 13) sorted by relevance
83 perror("sched_setaffinity failed"); in LockToCPU()
599 perror("Failed to raise priority of process. Are you root?\n"); in main()
164 perror("prctl(PR_SET_PDEATHSIG)"); in run_watchpoint_test()169 perror("ptrace(PTRACE_TRACEME)"); in run_watchpoint_test()211 perror("sched_setaffinity"); in watchpoint_stress_child()279 perror("prctl(PR_SET_PDEATHSIG)"); in breakpoint_fork_child()284 perror("ptrace(PTRACE_TRACEME)"); in breakpoint_fork_child()
293 perror("setjmp"); in TEST()313 perror("tgkill failed"); in TEST()
2558 TEST(STDIO_TEST, perror) { in TEST() argument2560 eth.Run([&]() { errno = EINVAL; perror("a b c"); exit(0); }, 0, "a b c: Invalid argument\n"); in TEST()2561 eth.Run([&]() { errno = EINVAL; perror(nullptr); exit(0); }, 0, "Invalid argument\n"); in TEST()2562 eth.Run([&]() { errno = EINVAL; perror(""); exit(0); }, 0, "Invalid argument\n"); in TEST()
116 FUNCTION(perror, void (*f)(const char*)); in stdio_h()
124 void perror(const char* __msg);
221 CALL(perror)
279 CALL(perror)
624 perror
885 void perror(const char* msg) { in perror() function
725 perror;