Searched defs:perror_msg_and_fail (Results 1 - 6 of 6) sorted by relevance

/external/strace/tests/
H A Derror_msg.c29 #define perror_msg_and_fail perror_msg_and_fail macro
40 perror_msg_and_fail(const char *fmt, ...) function
H A Dtests.h66 void perror_msg_and_fail(const char *, ...)
78 #ifndef perror_msg_and_fail
79 # define perror_msg_and_fail(fmt_, ...) \ macro
80 perror_msg_and_fail("%s:%d: " fmt_, __FILE__, __LINE__, ##__VA_ARGS__)
82 #ifndef perror_msg_and_fail
/external/strace/tests-m32/
H A Derror_msg.c29 #define perror_msg_and_fail perror_msg_and_fail macro
40 perror_msg_and_fail(const char *fmt, ...) function
H A Dtests.h66 void perror_msg_and_fail(const char *, ...)
78 #ifndef perror_msg_and_fail
79 # define perror_msg_and_fail(fmt_, ...) \ macro
80 perror_msg_and_fail("%s:%d: " fmt_, __FILE__, __LINE__, ##__VA_ARGS__)
82 #ifndef perror_msg_and_fail
/external/strace/tests-mx32/
H A Derror_msg.c29 #define perror_msg_and_fail perror_msg_and_fail macro
40 perror_msg_and_fail(const char *fmt, ...) function
H A Dtests.h66 void perror_msg_and_fail(const char *, ...)
78 #ifndef perror_msg_and_fail
79 # define perror_msg_and_fail(fmt_, ...) \ macro
80 perror_msg_and_fail("%s:%d: " fmt_, __FILE__, __LINE__, ##__VA_ARGS__)
82 #ifndef perror_msg_and_fail

Completed in 218 milliseconds