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

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Ddlfcn_simple.c185 static char undersym[257]; /* Saves calls to malloc(3) */ local
192 snprintf(undersym, 256, "_%s", symbol);
193 value = dlsymIntern(handle, undersym);

Completed in 27 milliseconds