Searched refs:exists (Results 1 – 1 of 1) sorted by relevance
10 static const char exists[] = "failtestmod.so"; variable37 dsc = dlopen (exists, RTLD_NOW); in main()40 printf ("Could not load \"%s\": %s\n", exists, dlerror ()); in main()44 printf ("Round %d: Loaded \"%s\"\n", i, exists); in main()48 printf ("Round %d: Unloaded \"%s\"\n", i, exists); in main()
Completed in 4 milliseconds