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

/ast/src/lib/libcodex/
H A Dcodexlist.c39 Dllent_t* dle; local
51 while (dle = dllsread(dls))
52 if (dll = dlopen(dle->path, RTLD_LAZY))
54 if ((lib = (Codexlib_f)dlllook(dll, "codex_lib")) && (np = (*lib)(dle->name)))
60 message((-1, "%s: %s", dle->path, dlerror()));
/ast/src/cmd/builtin/
H A Ddlls.c86 Dllent_t* dle; local
162 while (dle = dllsread(dls))
169 else if (dll = dlopen(dle->path, RTLD_LAZY))
176 sfprintf(sfstdout, "%s\n", dle->name);
179 sfprintf(sfstdout, "%14s %08lu\n", dle->name, ver);
182 sfprintf(sfstdout, "%08lu %s\n", ver, dle->path);
185 sfprintf(sfstdout, "%s\n", dle->path);
188 sfprintf(sfstdout, "%14s %s\n", dle->name, dle->path);
191 sfprintf(sfstdout, "%14s %08lu %s\n", dle
[all...]
/ast/src/lib/libdll/
H A Ddllplug.c42 Dllent_t* dle; local
49 while (dle = dllsread(dls))
55 if (dll = dllopen(dle->path, flags|RTLD_GLOBAL|RTLD_PARENT))
57 if (!dllcheck(dll, dle->path, rel, cur))
65 strlcpy(path, dle->path, size);
93 errorf("dll", NiL, 1, "dllplugin: %s dlopen failed: %s", dle->path, dllerror(1));
/ast/src/lib/libvcodex/
H A Dvcmethod.c148 Dllent_t *dle; local
156 { while (dle = dllsread(dls))
157 if (dll = dlopen(dle->path, RTLD_LAZY))
158 plugin(dll, dle->path);
159 else errorf("dll", NiL, 1, "%s: dlopen failed: %s", dle->path, dlerror());
/ast/src/lib/libdss/
H A Ddssopen.c363 Dllent_t* dle; local
375 while (dle = dllsread(dls))
376 if (dll = dlopen(dle->path, RTLD_LAZY))
377 init(dll, NiL, dle->path, 0, disc);
379 (*disc->errorf)(NiL, disc, 1, "%s: %s", dle->path, dlerror());
/ast/src/cmd/pax/
H A Dmisc.c41 Dllent_t* dle; local
49 while (dle = dllsread(dls))
50 if (dll = dlopen(dle->path, RTLD_LAZY))
52 if (dllcheck(dll, dle->path, PAX_PLUGIN_VERSION, NiL) &&
60 message((-1, "%s: %s", dle->path, dlerror()));
/ast/src/cmd/sort/
H A Dmain.c428 Dllent_t* dle; local
444 while (dle = dllsread(dls))
445 showlib(sp, kp, dle->name, style);

Completed in 27 milliseconds