Searched refs:g_assert_no_errno (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/libXpm/dist/test/ |
| H A D | XpmWrite.c | 45 #ifndef g_assert_no_errno /* defined in glib 2.66 & later */ 46 #define g_assert_no_errno(n) g_assert_cmpint(n, >=, 0) macro 113 g_assert_no_errno(status); 157 g_assert_no_errno(g_rmdir(testdir)); 206 g_assert_no_errno(status); 248 g_assert_no_errno(g_rmdir(testdir)); 302 g_assert_no_errno(fd = open(newfilepath, O_RDONLY | O_CLOEXEC)); 310 g_assert_no_errno(close(fd)); 311 g_assert_no_errno(remove(newfilepath)); 315 g_assert_no_errno(g_rmdi [all...] |
| H A D | XpmRead.c | 40 #ifndef g_assert_no_errno /* defined in glib 2.66 & later */ 41 #define g_assert_no_errno(n) g_assert_cmpint(n, >=, 0) macro 154 g_assert_no_errno(fd = open(filepath, O_RDONLY | O_CLOEXEC)); 161 g_assert_no_errno(close(fd));
|
| /xsrc/external/mit/libXt/dist/test/ |
| H A D | Alloc.c | 45 #ifndef g_assert_no_errno /* defined in glib 2.66 & later*/ 46 #define g_assert_no_errno(expr) g_assert_cmpint((expr), >=, 0) macro 742 g_assert_no_errno(getrlimit(RLIMIT_AS, &lim)); 745 g_assert_no_errno(setrlimit(RLIMIT_AS, &lim));
|
Completed in 4 milliseconds