dlopen           1316 dln.c          	if ((handle = (void*)dlopen(file, RTLD_LAZY|RTLD_GLOBAL)) == NULL) {
dlopen           1553 dln.c          	if ((handle = (void*)dlopen(fname, 0)) == NULL) {
dlopen            66 ext/dl/handle.c   ptr = dlopen(clib, cflag);
dlopen            20 ext/tcltklib/stubs.c # define DL_OPEN(file) dlopen(file, RTLD_LAZY|RTLD_GLOBAL)