Home
last modified time | relevance | path

Searched refs:FATAL_ERROR (Results 1 – 25 of 5065) sorted by relevance

12345678910>>...203

/dports/comms/owfs/owfs-3.2p4/module/owlib/src/include/
H A Dow_mutex.h83 FATAL_ERROR(sem_init_failed, mrc, strerror(mrc)); \
92 FATAL_ERROR(sem_post_failed, mrc, strerror(mrc)); \
101 FATAL_ERROR(sem_wait_failed, mrc, strerror(mrc)); \
110 FATAL_ERROR(sem_trywait_failed, mrc, strerror(mrc)); \
133 FATAL_ERROR(sem_destroy_failed, mrc, strerror(mrc)); \
145 FATAL_ERROR(mutex_init_failed, mrc, strerror(mrc)); \
166 FATAL_ERROR(mutex_lock_failed, mrc, strerror(mrc)); \
177 FATAL_ERROR(mutex_unlock_failed, mrc, strerror(mrc)); \
218 FATAL_ERROR(cond_wait_failed, mrc, strerror(mrc)); \
226 FATAL_ERROR(cond_signal_failed, mrc, strerror(mrc)); \
[all …]
/dports/devel/cmake/cmake-3.22.1/Tests/Unset/
H A DCMakeLists.txt7 message(FATAL_ERROR "x!=42")
11 message(FATAL_ERROR "x should be defined!")
16 message(FATAL_ERROR "x should be undefined now!")
22 message(FATAL_ERROR "x!=43")
25 message(FATAL_ERROR "x shouldn't be found in the cache")
30 message(FATAL_ERROR "x should be undefined now!")
37 message(FATAL_ERROR "BAR not defined")
41 message(FATAL_ERROR "BAR could not be found by CACHE{BAR}")
47 message(FATAL_ERROR "\$CACHE{BAR} changed by variable BAR")
60 message(FATAL_ERROR "BAR still defined")
[all …]
/dports/comms/owfs/owfs-3.2p4/module/ownet/c/src/include/
H A Dow_mutex.h81 FATAL_ERROR(sem_init_failed, mrc, strerror(mrc)); \
92 FATAL_ERROR(sem_post_failed, mrc, strerror(mrc)); \
103 FATAL_ERROR(sem_wait_failed, mrc, strerror(mrc)); \
114 FATAL_ERROR(sem_trywait_failed, mrc, strerror(mrc)); \
141 FATAL_ERROR(sem_destroy_failed, mrc, strerror(mrc)); \
157 FATAL_ERROR(mutex_init_failed, mrc, strerror(mrc)); \
186 FATAL_ERROR(mutex_lock_failed, mrc, strerror(mrc)); \
201 FATAL_ERROR(mutex_unlock_failed, mrc, strerror(mrc)); \
244 FATAL_ERROR(cond_wait_failed, mrc, strerror(mrc)); \
252 FATAL_ERROR(cond_signal_failed, mrc, strerror(mrc)); \
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/cmake/contrib/GreatCMakeCookOff/tests/cpp11/
H A Dparse_input_features.cmake16 message(FATAL_ERROR "REQUIRED should be empty.")
19 message(FATAL_ERROR "ERRORS should be empty.")
25 message(FATAL_ERROR "OPTIONALS results should second.")
28 message(FATAL_ERROR "REQUIRED should be empty.")
31 message(FATAL_ERROR "ERRORS should be empty.")
40 message(FATAL_ERROR "REQUIRED should be empty.")
43 message(FATAL_ERROR "ERRORS should be none.")
52 message(FATAL_ERROR "REQUIRED should be first.")
55 message(FATAL_ERROR "ERRORS should be empty.")
64 message(FATAL_ERROR "REQUIRED should be first.")
[all …]
/dports/misc/libemos/libemos-4.5.9-Source/cmake/contrib/GreatCMakeCookOff/tests/cpp11/
H A Dparse_input_features.cmake16 message(FATAL_ERROR "REQUIRED should be empty.")
19 message(FATAL_ERROR "ERRORS should be empty.")
25 message(FATAL_ERROR "OPTIONALS results should second.")
28 message(FATAL_ERROR "REQUIRED should be empty.")
31 message(FATAL_ERROR "ERRORS should be empty.")
40 message(FATAL_ERROR "REQUIRED should be empty.")
43 message(FATAL_ERROR "ERRORS should be none.")
52 message(FATAL_ERROR "REQUIRED should be first.")
55 message(FATAL_ERROR "ERRORS should be empty.")
64 message(FATAL_ERROR "REQUIRED should be first.")
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/list/
H A DPOP_FRONT.cmake13 message(FATAL_ERROR "`test` expected to be undefined")
20 message(FATAL_ERROR "`test` expected to be undefined")
33 message(FATAL_ERROR "`one` expected to be defined")
36 message(FATAL_ERROR "`one` has unexpected value `${one}`")
47 message(FATAL_ERROR "`one` expected to be defined")
50 message(FATAL_ERROR "`one` has unexpected value `${one}`")
53 message(FATAL_ERROR "`two` expected to be undefined")
64 message(FATAL_ERROR "`test` has unexpected value `${test}`")
72 message(FATAL_ERROR "`one` expected to be defined")
75 message(FATAL_ERROR "`one` has unexpected value `${one}`")
[all …]
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/list/
H A DPOP_FRONT.cmake13 message(FATAL_ERROR "`test` expected to be undefined")
20 message(FATAL_ERROR "`test` expected to be undefined")
33 message(FATAL_ERROR "`one` expected to be defined")
36 message(FATAL_ERROR "`one` has unexpected value `${one}`")
47 message(FATAL_ERROR "`one` expected to be defined")
50 message(FATAL_ERROR "`one` has unexpected value `${one}`")
53 message(FATAL_ERROR "`two` expected to be undefined")
64 message(FATAL_ERROR "`test` has unexpected value `${test}`")
72 message(FATAL_ERROR "`one` expected to be defined")
75 message(FATAL_ERROR "`one` has unexpected value `${one}`")
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/list/
H A DPOP_FRONT.cmake13 message(FATAL_ERROR "`test` expected to be undefined")
20 message(FATAL_ERROR "`test` expected to be undefined")
33 message(FATAL_ERROR "`one` expected to be defined")
36 message(FATAL_ERROR "`one` has unexpected value `${one}`")
47 message(FATAL_ERROR "`one` expected to be defined")
50 message(FATAL_ERROR "`one` has unexpected value `${one}`")
53 message(FATAL_ERROR "`two` expected to be undefined")
64 message(FATAL_ERROR "`test` has unexpected value `${test}`")
72 message(FATAL_ERROR "`one` expected to be defined")
75 message(FATAL_ERROR "`one` has unexpected value `${one}`")
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/FetchContent/
H A DGetProperties.cmake6 message(FATAL_ERROR "Property says populated before doing anything")
9 message(FATAL_ERROR "SOURCE_DIR property not initially empty")
12 message(FATAL_ERROR "BINARY_DIR property not initially empty")
25 message(FATAL_ERROR "Property says populated after only declaring details")
28 message(FATAL_ERROR "SOURCE_DIR property not empty after declare")
31 message(FATAL_ERROR "BINARY_DIR property not empty after declare")
39 message(FATAL_ERROR "Population did not set POPULATED property")
42 message(FATAL_ERROR "SOURCE_DIR property not correct after population: "
47 message(FATAL_ERROR "BINARY_DIR property not correct after population: "
58 message(FATAL_ERROR "Failed to retrieve POPULATED property")
[all …]
H A DVarDefinitions.cmake12 message(FATAL_ERROR "FETCHCONTENT_FULLY_DISCONNECTED not defined")
18 message(FATAL_ERROR "FETCHCONTENT_UPDATES_DISCONNECTED not defined")
24 message(FATAL_ERROR "FETCHCONTENT_QUIET not defined")
26 message(FATAL_ERROR "FETCHCONTENT_QUIET not defaulted to ON")
30 message(FATAL_ERROR "FETCHCONTENT_BASE_DIR has default value: "
53 message(FATAL_ERROR "t1_SOURCE_DIR regular variable not set")
56 message(FATAL_ERROR "t1_BINARY_DIR regular variable not set")
59 message(FATAL_ERROR "t1_SOURCE_DIR cache variable unexpectedly set")
62 message(FATAL_ERROR "t1_BINARY_DIR cache variable unexpectedly set")
69 message(FATAL_ERROR "Unexpected t1_SOURCE_DIR value: ${srcRegVar}\n"
[all …]
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/FetchContent/
H A DGetProperties.cmake6 message(FATAL_ERROR "Property says populated before doing anything")
9 message(FATAL_ERROR "SOURCE_DIR property not initially empty")
12 message(FATAL_ERROR "BINARY_DIR property not initially empty")
25 message(FATAL_ERROR "Property says populated after only declaring details")
28 message(FATAL_ERROR "SOURCE_DIR property not empty after declare")
31 message(FATAL_ERROR "BINARY_DIR property not empty after declare")
39 message(FATAL_ERROR "Population did not set POPULATED property")
42 message(FATAL_ERROR "SOURCE_DIR property not correct after population: "
47 message(FATAL_ERROR "BINARY_DIR property not correct after population: "
58 message(FATAL_ERROR "Failed to retrieve POPULATED property")
[all …]
H A DVarDefinitions.cmake12 message(FATAL_ERROR "FETCHCONTENT_FULLY_DISCONNECTED not defined")
18 message(FATAL_ERROR "FETCHCONTENT_UPDATES_DISCONNECTED not defined")
24 message(FATAL_ERROR "FETCHCONTENT_QUIET not defined")
26 message(FATAL_ERROR "FETCHCONTENT_QUIET not defaulted to ON")
30 message(FATAL_ERROR "FETCHCONTENT_BASE_DIR has default value: "
53 message(FATAL_ERROR "t1_SOURCE_DIR regular variable not set")
56 message(FATAL_ERROR "t1_BINARY_DIR regular variable not set")
59 message(FATAL_ERROR "t1_SOURCE_DIR cache variable unexpectedly set")
62 message(FATAL_ERROR "t1_BINARY_DIR cache variable unexpectedly set")
69 message(FATAL_ERROR "Unexpected t1_SOURCE_DIR value: ${srcRegVar}\n"
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/FetchContent/
H A DGetProperties.cmake6 message(FATAL_ERROR "Property says populated before doing anything")
9 message(FATAL_ERROR "SOURCE_DIR property not initially empty")
12 message(FATAL_ERROR "BINARY_DIR property not initially empty")
25 message(FATAL_ERROR "Property says populated after only declaring details")
28 message(FATAL_ERROR "SOURCE_DIR property not empty after declare")
31 message(FATAL_ERROR "BINARY_DIR property not empty after declare")
39 message(FATAL_ERROR "Population did not set POPULATED property")
42 message(FATAL_ERROR "SOURCE_DIR property not correct after population: "
47 message(FATAL_ERROR "BINARY_DIR property not correct after population: "
58 message(FATAL_ERROR "Failed to retrieve POPULATED property")
[all …]
H A DVarDefinitions.cmake12 message(FATAL_ERROR "FETCHCONTENT_FULLY_DISCONNECTED not defined")
18 message(FATAL_ERROR "FETCHCONTENT_UPDATES_DISCONNECTED not defined")
24 message(FATAL_ERROR "FETCHCONTENT_QUIET not defined")
26 message(FATAL_ERROR "FETCHCONTENT_QUIET not defaulted to ON")
30 message(FATAL_ERROR "FETCHCONTENT_BASE_DIR has default value: "
53 message(FATAL_ERROR "t1_SOURCE_DIR regular variable not set")
56 message(FATAL_ERROR "t1_BINARY_DIR regular variable not set")
59 message(FATAL_ERROR "t1_SOURCE_DIR cache variable unexpectedly set")
62 message(FATAL_ERROR "t1_BINARY_DIR cache variable unexpectedly set")
69 message(FATAL_ERROR "Unexpected t1_SOURCE_DIR value: ${srcRegVar}\n"
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/FindPkgConfig/
H A DFindPkgConfig_VERSION_OPERATORS.cmake27 message(FATAL_ERROR "fake package >= 8 not found")
32 message(FATAL_ERROR "fake package >= 8.10 found")
37 message(FATAL_ERROR "fake package <= 9 not found")
42 message(FATAL_ERROR "fake package <= 8.1 found")
47 message(FATAL_ERROR "fake package > 8 not found")
52 message(FATAL_ERROR "fake package > 8.9 found")
57 message(FATAL_ERROR "fake package < 9 not found")
62 message(FATAL_ERROR "fake package < 8.9 found")
72 message(FATAL_ERROR "fake package = 8.8 found")
77 message(FATAL_ERROR "fake package == 8.9 found")
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/FindPkgConfig/
H A DFindPkgConfig_VERSION_OPERATORS.cmake27 message(FATAL_ERROR "fake package >= 8 not found")
32 message(FATAL_ERROR "fake package >= 8.10 found")
37 message(FATAL_ERROR "fake package <= 9 not found")
42 message(FATAL_ERROR "fake package <= 8.1 found")
47 message(FATAL_ERROR "fake package > 8 not found")
52 message(FATAL_ERROR "fake package > 8.9 found")
57 message(FATAL_ERROR "fake package < 9 not found")
62 message(FATAL_ERROR "fake package < 8.9 found")
72 message(FATAL_ERROR "fake package = 8.8 found")
77 message(FATAL_ERROR "fake package == 8.9 found")
[all …]
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/FindPkgConfig/
H A DFindPkgConfig_VERSION_OPERATORS.cmake27 message(FATAL_ERROR "fake package >= 8 not found")
32 message(FATAL_ERROR "fake package >= 8.10 found")
37 message(FATAL_ERROR "fake package <= 9 not found")
42 message(FATAL_ERROR "fake package <= 8.1 found")
47 message(FATAL_ERROR "fake package > 8 not found")
52 message(FATAL_ERROR "fake package > 8.9 found")
57 message(FATAL_ERROR "fake package < 9 not found")
62 message(FATAL_ERROR "fake package < 8.9 found")
72 message(FATAL_ERROR "fake package = 8.8 found")
77 message(FATAL_ERROR "fake package == 8.9 found")
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/Syntax/
H A DBracketComment5.cmake2 message(FATAL_ERROR "This is commented out.")
4 message(FATAL_ERROR "This is commented out.")
6 message(FATAL_ERROR "This is commented out.")
7 #]] #message(FATAL_ERROR "This is commented out.")
9 message(FATAL_ERROR "This is commented out.")
10 #]]#message(FATAL_ERROR "This is commented out.")
11 message(STATUS "The above FATAL_ERROR did not occur.")
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/Syntax/
H A DBracketComment5.cmake2 message(FATAL_ERROR "This is commented out.")
4 message(FATAL_ERROR "This is commented out.")
6 message(FATAL_ERROR "This is commented out.")
7 #]] #message(FATAL_ERROR "This is commented out.")
9 message(FATAL_ERROR "This is commented out.")
10 #]]#message(FATAL_ERROR "This is commented out.")
11 message(STATUS "The above FATAL_ERROR did not occur.")
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/Syntax/
H A DBracketComment5.cmake2 message(FATAL_ERROR "This is commented out.")
4 message(FATAL_ERROR "This is commented out.")
6 message(FATAL_ERROR "This is commented out.")
7 #]] #message(FATAL_ERROR "This is commented out.")
9 message(FATAL_ERROR "This is commented out.")
10 #]]#message(FATAL_ERROR "This is commented out.")
11 message(STATUS "The above FATAL_ERROR did not occur.")
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/execute_process/
H A DExitValues.cmake7 message(FATAL_ERROR "zero exit code expected")
15 message(FATAL_ERROR "non-zero exit code expected")
25 message(FATAL_ERROR "zero exit code expected")
35 message(FATAL_ERROR "non-zero exit code expected")
43 message(FATAL_ERROR "zero exit code expected")
51 message(FATAL_ERROR "non-zero exit code expected")
80 message(FATAL_ERROR "zero exit code expected")
84 message(FATAL_ERROR "non-zero exit code expected")
110 message(FATAL_ERROR "zero exit code expected")
114 message(FATAL_ERROR "zero exit code expected")
[all …]
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/execute_process/
H A DExitValues.cmake7 message(FATAL_ERROR "zero exit code expected")
15 message(FATAL_ERROR "non-zero exit code expected")
25 message(FATAL_ERROR "zero exit code expected")
35 message(FATAL_ERROR "non-zero exit code expected")
43 message(FATAL_ERROR "zero exit code expected")
51 message(FATAL_ERROR "non-zero exit code expected")
80 message(FATAL_ERROR "zero exit code expected")
84 message(FATAL_ERROR "non-zero exit code expected")
110 message(FATAL_ERROR "zero exit code expected")
114 message(FATAL_ERROR "zero exit code expected")
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/execute_process/
H A DExitValues.cmake7 message(FATAL_ERROR "zero exit code expected")
15 message(FATAL_ERROR "non-zero exit code expected")
25 message(FATAL_ERROR "zero exit code expected")
35 message(FATAL_ERROR "non-zero exit code expected")
43 message(FATAL_ERROR "zero exit code expected")
51 message(FATAL_ERROR "non-zero exit code expected")
80 message(FATAL_ERROR "zero exit code expected")
84 message(FATAL_ERROR "non-zero exit code expected")
110 message(FATAL_ERROR "zero exit code expected")
114 message(FATAL_ERROR "zero exit code expected")
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/cmake/tests/manual/CMakeTests/
H A DIfTest.cmake.in49 message(FATAL_ERROR "OLD if(${_false}) is true!")
64 message(FATAL_ERROR "OLD if(${_false}) is true!")
79 message(FATAL_ERROR "OLD if(${_num}) is true!")
101 message(FATAL_ERROR "if(${_false}) is true!")
109 message(FATAL_ERROR "if(NOT ${_false}) is false!")
118 message(FATAL_ERROR "if(${_true}) is false!")
122 message(FATAL_ERROR "if(NOT ${_true}) is true!")
133 message(FATAL_ERROR "if(${_num}) is false!")
137 message(FATAL_ERROR "if(NOT ${_num}) is true!")
146 message(FATAL_ERROR "if(${_bad}) is true!")
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Tests/CMakeTests/
H A DIfTest.cmake.in49 message(FATAL_ERROR "OLD if(${_false}) is true!")
64 message(FATAL_ERROR "OLD if(${_false}) is true!")
79 message(FATAL_ERROR "OLD if(${_num}) is true!")
101 message(FATAL_ERROR "if(${_false}) is true!")
109 message(FATAL_ERROR "if(NOT ${_false}) is false!")
118 message(FATAL_ERROR "if(${_true}) is false!")
122 message(FATAL_ERROR "if(NOT ${_true}) is true!")
133 message(FATAL_ERROR "if(${_num}) is false!")
137 message(FATAL_ERROR "if(NOT ${_num}) is true!")
146 message(FATAL_ERROR "if(${_bad}) is true!")
[all …]

12345678910>>...203