Home
last modified time | relevance | path

Searched refs:PAIR (Results 1 – 16 of 16) sorted by relevance

/external/ltp/lib/
Derrnos.h33 PAIR(EPERM) in tst_strerrno()
34 PAIR(ENOENT) in tst_strerrno()
35 PAIR(ESRCH) in tst_strerrno()
36 PAIR(EINTR) in tst_strerrno()
37 PAIR(EIO) in tst_strerrno()
38 PAIR(ENXIO) in tst_strerrno()
39 PAIR(E2BIG) in tst_strerrno()
40 PAIR(ENOEXEC) in tst_strerrno()
41 PAIR(EBADF) in tst_strerrno()
42 PAIR(ECHILD) in tst_strerrno()
[all …]
Dsigname.h21 PAIR(SIGHUP) in tst_strsig()
22 PAIR(SIGINT) in tst_strsig()
23 PAIR(SIGQUIT) in tst_strsig()
24 PAIR(SIGILL) in tst_strsig()
26 PAIR(SIGTRAP) in tst_strsig()
33 PAIR(SIGABRT) in tst_strsig()
37 PAIR(SIGEMT) in tst_strsig()
40 PAIR(SIGBUS) in tst_strsig()
42 PAIR(SIGFPE) in tst_strsig()
43 PAIR(SIGKILL) in tst_strsig()
[all …]
Dtst_res.c123 #define PAIR(def) [def] = {.name = #def, .val = def}, macro
136 PAIR(TPASS) in strttype()
137 PAIR(TFAIL) in strttype()
138 PAIR(TBROK) in strttype()
139 PAIR(TCONF) in strttype()
140 PAIR(TWARN) in strttype()
141 PAIR(TINFO) in strttype()
/external/ltp/testcases/kernel/syscalls/personality/
Dpersonality01.c34 #define PAIR(id) {id, #id} macro
42 PAIR(PER_LINUX),
43 PAIR(PER_LINUX_32BIT),
44 PAIR(PER_SVR4),
45 PAIR(PER_SVR3),
46 PAIR(PER_SCOSVR3),
47 PAIR(PER_OSR5),
48 PAIR(PER_WYSEV386),
49 PAIR(PER_ISCR4),
50 PAIR(PER_BSD),
[all …]
/external/strace/tests-m32/
Dsetreugid.c58 #define PAIR(val) { val, ugid }, { ugid, val } macro
70 PAIR((unsigned long) 0xffffffff00000000ULL | ugid), in main()
71 PAIR(-1U), in main()
72 PAIR(-1L), in main()
73 PAIR(0xffff0000U | ugid), in main()
74 PAIR(0xffff), in main()
75 PAIR(0xc0deffffU) in main()
Dxchownx.c96 #define PAIR(val) { val, gid }, { uid, val } macro
114 PAIR(-1U), in main()
115 PAIR(-1L), in main()
118 PAIR(0xffff), in main()
119 PAIR(0xc0deffffU), in main()
120 PAIR(0xfacefeedU), in main()
121 PAIR((long) 0xfacefeeddeadbeefULL) in main()
/external/strace/tests/
Dsetreugid.c58 #define PAIR(val) { val, ugid }, { ugid, val } macro
70 PAIR((unsigned long) 0xffffffff00000000ULL | ugid), in main()
71 PAIR(-1U), in main()
72 PAIR(-1L), in main()
73 PAIR(0xffff0000U | ugid), in main()
74 PAIR(0xffff), in main()
75 PAIR(0xc0deffffU) in main()
Dxchownx.c96 #define PAIR(val) { val, gid }, { uid, val } macro
114 PAIR(-1U), in main()
115 PAIR(-1L), in main()
118 PAIR(0xffff), in main()
119 PAIR(0xc0deffffU), in main()
120 PAIR(0xfacefeedU), in main()
121 PAIR((long) 0xfacefeeddeadbeefULL) in main()
/external/strace/tests-mx32/
Dsetreugid.c58 #define PAIR(val) { val, ugid }, { ugid, val } macro
70 PAIR((unsigned long) 0xffffffff00000000ULL | ugid), in main()
71 PAIR(-1U), in main()
72 PAIR(-1L), in main()
73 PAIR(0xffff0000U | ugid), in main()
74 PAIR(0xffff), in main()
75 PAIR(0xc0deffffU) in main()
Dxchownx.c96 #define PAIR(val) { val, gid }, { uid, val } macro
114 PAIR(-1U), in main()
115 PAIR(-1L), in main()
118 PAIR(0xffff), in main()
119 PAIR(0xc0deffffU), in main()
120 PAIR(0xfacefeedU), in main()
121 PAIR((long) 0xfacefeeddeadbeefULL) in main()
/external/clang/test/ARCMT/
Dobjcmt-subscripting-literals.m.result89 #define PAIR(x) @#x, [NSNumber numberWithInt:(x)]
109 dict = [NSDictionary dictionaryWithObjectsAndKeys: PAIR(1), PAIR(2), nil];
Dobjcmt-subscripting-literals.m89 #define PAIR(x) @#x, [NSNumber numberWithInt:(x)] macro
109 dict = [NSDictionary dictionaryWithObjectsAndKeys: PAIR(1), PAIR(2), nil];
Dobjcmt-instancetype.m103 #define PAIR(x) @#x, [NSNumber numberWithInt:(x)] macro
Dobjcmt-instancetype.m.result103 #define PAIR(x) @#x, [NSNumber numberWithInt:(x)]
/external/clang/test/SemaObjC/
Dcocoa-api-usage.m76 #define PAIR(x) @#x, [NSNumber numberWithInt:(x)] macro
Dcocoa-api-usage.m.fixed76 #define PAIR(x) @#x, [NSNumber numberWithInt:(x)]