Home
last modified time | relevance | path

Searched refs:STRPAIR (Results 1 – 3 of 3) sorted by relevance

/external/ltp/lib/
Dsigname.h31 STRPAIR(SIGABRT, "SIGIOT/SIGABRT") in tst_strsig()
80 STRPAIR(SIGIO, "SIGIO/SIGPOLL") in tst_strsig()
101 STRPAIR(SIGSYS, "SIGSYS/SIGUNUSED") in tst_strsig()
Derrnos.h31 STRPAIR(0, "SUCCESS") in tst_strerrno()
43 STRPAIR(EAGAIN, "EAGAIN/EWOULDBLOCK") in tst_strerrno()
Dtst_res.c133 #define STRPAIR(key, value) [key] = {.name = value, .val = key}, macro