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

/ast/src/lib/libdll/
H A Ddll_lib.c33 Dll_lib_f libf; member in struct:Dll_lib_s
114 Dll_lib_f libf; local
130 libf = lib->libf;
152 if (!(libf = (Dll_lib_f)dlllook(dll, sym)))
167 lib->libf = libf;
175 return (*libf)(names->path, disc, names->type);
/ast/src/lib/libvcodex/
H A Dvcmethod.c126 Vclib_f libf; local
128 if ((libf = (Vclib_f)dlllook(dll, VC_LIB)) && (meth = (*libf)(path)))
/ast/src/lib/libdss/
H A Ddssopen.c324 Dsslib_f libf; local
334 lib = (libf = (Dsslib_f)dlllook(dll, buf)) ? (*libf)(path, disc) : (Dsslib_t*)0;

Completed in 27 milliseconds