Searched refs:STRPAIR (Results 1 – 3 of 3) sorted by relevance
31 STRPAIR(SIGABRT, "SIGIOT/SIGABRT") in tst_strsig()80 STRPAIR(SIGIO, "SIGIO/SIGPOLL") in tst_strsig()101 STRPAIR(SIGSYS, "SIGSYS/SIGUNUSED") in tst_strsig()
31 STRPAIR(0, "SUCCESS") in tst_strerrno()43 STRPAIR(EAGAIN, "EAGAIN/EWOULDBLOCK") in tst_strerrno()
133 #define STRPAIR(key, value) [key] = {.name = value, .val = key}, macro