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

/macosx-10.10.1/sudo-73/src/
H A Dvasgroups.c64 static void *libvas_handle = NULL; variable
211 libvas_handle = libvas;
280 if (libvas_handle) {
281 if (dlclose(libvas_handle) != 0)
283 libvas_handle = NULL;
289 void *_fptr = dlsym(libvas_handle, (sym)); \
305 if (!libvas_handle) /* assert */

Completed in 55 milliseconds