Searched refs:LIBBNAME (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/regress/libexec/ld.so/noload/test1/
H A DMakefile20 LIBBNAME = ${LIBBDIR}/libb.so.0.0 macro
23 -DLIBBNAME=\"${LIBBNAME}\"
30 LD_PRELOAD=${LIBBNAME} ./${PROG} | grep ${LIBBNAME}.found
H A Dtest1.c10 #ifndef LIBBNAME
11 #error "LIBBNAME undefined"
22 else if ((handle = dlopen(LIBBNAME, RTLD_NOW|RTLD_NOLOAD)))
23 printf("%s found\n", LIBBNAME);

Completed in 179 milliseconds