HomeSort by relevance Sort by last modified time
    Searched full:undersym (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Modules/_ctypes/darwin/
dlfcn_simple.c 216 static char undersym[257]; /* Saves calls to malloc(3) */ local
223 snprintf(undersym, 256, "_%s", symbol);
224 value = dlsymIntern(handle, undersym);
  /external/python/cpython3/Modules/_ctypes/darwin/
dlfcn_simple.c 216 static char undersym[257]; /* Saves calls to malloc(3) */ local
223 snprintf(undersym, 256, "_%s", symbol);
224 value = dlsymIntern(handle, undersym);

Completed in 109 milliseconds