Home
last modified time | relevance | path

Searched refs:error (Results 1 – 4 of 4) sorted by relevance

/support/
A Dsupport_paths.c30 # error please -DSRCDIR_PATH=something in the Makefile
36 # error please -DOBJDIR_PATH=something in the Makefile
44 # error please -DOBJDIR_ELF_LDSO_PATH=something in the Makefile
51 # error please -DINSTDIR_PATH=something in the Makefile
58 # error please -DLIBDIR_PATH=something in the Makefile
65 # error please -DBINDIR_PATH=something in the Makefile
72 # error please -DSBINDIR_PATH=something in the Makefile
79 # error please -DSLIBDIR_PATH=something in the Makefile
86 # error please -DROOTSBINDIR_PATH=something in the Makefile
93 # error please -DCOMPLOCALEDIR_PATH=something in the Makefile
A Dxdlfcn.c44 const char *error = dlerror (); in xdlsym() local
45 if (error != NULL) in xdlsym()
46 FAIL_EXIT1 ("error: dlsym: %s\n", error); in xdlsym()
64 const char *error = dlerror (); in xdlvsym() local
65 if (error != NULL) in xdlvsym()
66 FAIL_EXIT1 ("error: dlvsym: %s\n", error); in xdlvsym()
A DREADME7 These wrappers test for error return codes an terminate the process on
8 error. They are declared in these header files:
A Dtest-driver.c117 # error TEST_FUNCTION and TEST_FUNCTION_ARGV cannot be defined at the same time in main()

Completed in 9 milliseconds