Searched refs:error (Results 1 – 4 of 4) sorted by relevance
30 # error please -DSRCDIR_PATH=something in the Makefile36 # error please -DOBJDIR_PATH=something in the Makefile44 # error please -DOBJDIR_ELF_LDSO_PATH=something in the Makefile51 # error please -DINSTDIR_PATH=something in the Makefile58 # error please -DLIBDIR_PATH=something in the Makefile65 # error please -DBINDIR_PATH=something in the Makefile72 # error please -DSBINDIR_PATH=something in the Makefile79 # error please -DSLIBDIR_PATH=something in the Makefile86 # error please -DROOTSBINDIR_PATH=something in the Makefile93 # error please -DCOMPLOCALEDIR_PATH=something in the Makefile
44 const char *error = dlerror (); in xdlsym() local45 if (error != NULL) in xdlsym()46 FAIL_EXIT1 ("error: dlsym: %s\n", error); in xdlsym()64 const char *error = dlerror (); in xdlvsym() local65 if (error != NULL) in xdlvsym()66 FAIL_EXIT1 ("error: dlvsym: %s\n", error); in xdlvsym()
7 These wrappers test for error return codes an terminate the process on8 error. They are declared in these header files:
117 # error TEST_FUNCTION and TEST_FUNCTION_ARGV cannot be defined at the same time in main()
Completed in 9 milliseconds