HomeSort by relevance Sort by last modified time
    Searched defs:ERR_MSG (Results 1 - 25 of 27) sorted by null

1 2

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
4-3.c 33 #define ERR_MSG(f, rc) printf("Failed: function: %s status: %s(%u)\n", \
46 ERR_MSG("pthread_cond_init()", rc);
52 ERR_MSG("pthread_cond_init() 2", rc);
3-1.c 19 #define ERR_MSG(f, rc) printf("Failed: func: %s rc: %s (%u)\n", \
55 ERR_MSG(label, rc);
1-1.c 27 #define ERR_MSG(f, rc) printf("Failed: func: %s rc: %s (%u)\n", \
59 ERR_MSG(f, rc);
4-1.c 50 #define ERR_MSG(f, rc) printf("Failed: func: %s rc: %s (%u)\n", \
75 ERR_MSG("setrlimit()", errno);
89 ERR_MSG("malloc()", errno);
102 ERR_MSG("pthread_cond_init()", rc);
118 ERR_MSG("fork()", errno);
128 ERR_MSG("waitpid()", errno);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
4-1.c 24 #define ERR_MSG(f, rc) printf("Failed: func: %s rc: %s (%u)\n", \
37 ERR_MSG("pthread_attr_init()", rc);
43 ERR_MSG("pthread_attr_setschedpolicy()", rc);
5-1.c 27 #define ERR_MSG(p, f, rc) printf("Failed: %s function: %s error: %s (%u)\n", \
38 ERR_MSG("", "pthread_attr_init()", rc);
45 ERR_MSG(label, "pthread_attr_setschedpolicy()", rc);
common.h 34 #define ERR_MSG(p, f, rc) \
56 ERR_MSG(p->policy_label, "pthread_getschedparam()", rc);
114 ERR_MSG(p->policy_label, func, rc);
131 ERR_MSG(p->policy_label, "pthread_create()", rc);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/
5-1.c 23 #define ERR_MSG(f, rc) printf("Failed: func: %s rc: %s (%u)\n", \
35 ERR_MSG("pthread_attr_init()", rc1);
44 ERR_MSG("pthread_attr_setscope()", rc1);
45 ERR_MSG("pthread_attr_setscope()", rc2);
48 ERR_MSG("pthread_attr_setscope()", rc1);
52 ERR_MSG("pthread_attr_setscope()", rc2);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/
1-1.c 26 #define ERR_MSG(f, rc) printf("Failed: func: %s rc: %s (%u)\n", \
37 ERR_MSG("pthread_getschedparam()", rc);
50 ERR_MSG("pthread_create()", rc);
1-2.c 27 #define ERR_MSG(f, rc) printf("Failed: func %s rc: %s (%u)\n", \
42 ERR_MSG("pthread_setschedparam()", rc);
47 ERR_MSG("pthread_getschedparam()", rc);
72 ERR_MSG("pthread_create()", rc);
1-3.c 43 #define ERR_MSG(f, rc) printf("Failed: line: %d func: %s rc: %s (%u)\n", \
54 ERR_MSG("pthread_getscheparam()", ret);
79 ERR_MSG("pthread_barrier_wait()", ret);
85 ERR_MSG("pthread_barrier_wait()", ret);
93 ERR_MSG("pthread_barrier_wait()", ret);
99 ERR_MSG("pthread_barrier_wait()", ret);
107 ERR_MSG("pthread_barrier_wait()", ret);
125 ERR_MSG("pthread_barrier_init()", ret);
131 ERR_MSG("pthread_attr_init()", ret);
137 ERR_MSG("pthread_attr_setinheritsched()", ret)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
6-1.c 28 #define ERR_MSG(f, rc) printf("Failed: func: %s rc: %u errno: %s\n", \
47 ERR_MSG("sigaction()", rc);
60 ERR_MSG("sigpending()", rc);
7-1.c 33 #define ERR_MSG(f, rc) printf("Failed: func: %s rc: %u errno: %s\n", \
55 ERR_MSG("sigaction()", rc);
68 ERR_MSG("sigpending()", rc);
74 ERR_MSG("sigismember()", rc);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
17-5.c 33 #define ERR_MSG(f, rc) printf("Failed: %s rc: %d errno: %s\n", \
91 ERR_MSG(label, rc);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zutil.h 50 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
53 return (strm->msg = ERR_MSG(err), (err))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
zutil.h 53 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
56 return (strm->msg = ERR_MSG(err), (err))
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zutil.h 52 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
55 return (strm->msg = ERR_MSG(err), (err))
  /external/python/cpython2/Modules/zlib/
zutil.h 50 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
53 return (strm->msg = ERR_MSG(err), (err))
  /external/python/cpython3/Modules/zlib/
zutil.h 52 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
55 return (strm->msg = ERR_MSG(err), (err))
  /external/syslinux/com32/lib/zlib/
zutil.h 46 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
49 return (strm->msg = (char*)ERR_MSG(err), (err))
  /external/zlib/src/
zutil.h 52 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
55 return (strm->msg = ERR_MSG(err), (err))
  /toolchain/binutils/binutils-2.27/zlib/
zutil.h 50 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
53 return (strm->msg = ERR_MSG(err), (err))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
zutil.h 64 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
67 return (strm->msg = (char*)ERR_MSG(err), (err))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zutil.h 64 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
67 return (strm->msg = (char*)ERR_MSG(err), (err))
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c 125 int ERR_MSG =1; /* error messages will be displayed by default*/
679 if( ERR_MSG == FALSE){
952 ERR_MSG = TRUE;
1028 ERR_MSG = FALSE;
    [all...]

Completed in 501 milliseconds

1 2