Searched refs:lib (Results 1 - 25 of 112) sorted by relevance

12345

/ast/src/lib/libast/features/
H A Dlibpath.sh24 -x /lib/ld.so /lib/ld-*.so /usr/lib/ld.so /lib/rld \
25 -f /usr/shlib/libc.so /shlib/libc.so /usr/lib/libc.so \
41 then libpath=lib:LD_LIBRARY_PATH
50 sol*.*) if test -d /lib/32
51 then libpath="lib/32:LD_LIBRARY_PATH_32,$libpath"
53 if test -d /lib/64
54 then libpath="lib/6
[all...]
/ast/src/lib/libtksh/
H A DMakefile9 LIB_DIR == "lib/$(ID)$(TCL_VERSION)"
40 lib/tksh7.6/init.ksh \
41 lib/tksh7.6/init.tcl \
42 lib/tksh7.6/ldAout.tcl \
43 lib/tksh7.6/license.terms \
44 lib/tksh7.6/parray.tcl \
45 lib/tksh7.6/tclIndex
48 lib/tksh7.6/init.ksh \
49 lib/tksh7.6/init.tcl \
50 lib/tksh
[all...]
/ast/src/lib/libdll/
H A Ddllfind.c38 dllfind(const char* lib, const char* ver, int flags, char* path, size_t size) argument
43 if ((id = error_info.id) && (dll = dllplug(id, lib, ver, flags, path, size)))
45 return dllplug(NiL, lib, ver, flags, path, size);
H A Ddll_lib.c70 if (strneq(s, "lib", 3))
113 Dll_lib_t* lib; local
127 for (lib = loaded; lib; lib = lib->next)
128 if (streq(names->base, lib->base))
130 libf = lib->libf;
165 if (lib = newof(0, Dll_lib_t, 1, (n = strlen(names->base)) + strlen(names->path) + 1))
167 lib
[all...]
H A Ddllplug.c29 * find and load lib plugin/module library name with optional version ver and dlopen() flags
36 dllplugin(const char* lib, const char* name, const char* ver, unsigned long rel, unsigned long* cur, int flags, char* path, size_t size) argument
47 if (dls = dllsopen(lib, name, ver))
84 dll = dllplugin(lib, s, 0, 0, 0, flags, path, size);
105 if (!lib)
107 lib = 0;
123 dllplug(const char* lib, const char* name, const char* ver, int flags, char* path, size_t size) argument
125 return dllplugin(lib, name, ver, 0, NiL, flags, path, size);
/ast/src/cmd/dss/
H A Ddss.c77 "files. The default \b../lib/dss\b directories on \b$PATH\b are added to "
152 showplugin(register Dsslib_t* lib, const char* style, Sfio_t* sp, int* sep, Dssdisc_t* disc) argument
159 if (lib->meth)
160 sfprintf(sfstdout, "%s\t--library=%s --method=%s,${style}\n", lib->meth->name, lib->name, lib->meth->name);
161 if (lib->queries)
162 for (i = 0; s = lib->queries[i].name; i++)
164 if (lib->meth && !streq(lib
195 Dsslib_t* lib; local
[all...]
/ast/src/lib/libdss/
H A Ddssopt.c212 Dsslib_t* lib; local
257 for (lib = dsslib(NiL, DSS_VERBOSE, disc); lib; lib = (Dsslib_t*)dtnext(state->cx->libraries, lib))
258 if (lib->meth && optout(sp, lib->meth->name, NiL, NiL, NiL, lib->meth->description, NiL))
392 * generate lib info usage
396 dssoptlib(Sfio_t* sp, Dsslib_t* lib, cons argument
[all...]
/ast/src/lib/libcoshell/
H A Dcostash.c38 errormsg(state.lib, ERROR_LIBRARY|2, "out of space");
/ast/src/cmd/dsslib/html/
H A DMakefile7 html plugin=dss static :LIBRARY: html.c lib.c
/ast/src/lib/librecsort/
H A Drslib.c32 rslib(Rs_t* rs, Rskey_t* kp, const char* lib, int flags) argument
34 rslib(rs, kp, lib, flags)
37 const char* lib;
50 for (s = (char*)lib; *s && *s != ',' && *s != '\t' && *s != '\r' && *s != '\n'; s++);
51 sfsprintf(path, sizeof(path), "%-.*s", s - (char*)lib, lib);
/ast/src/lib/libcodex/
H A Dcodexlist.c41 Codexlib_f lib; local
54 if ((lib = (Codexlib_f)dlllook(dll, "codex_lib")) && (np = (*lib)(dle->name)))
H A Dcodexmeth.c40 Codexlib_f lib; local
67 if ((lib = (Codexlib_f)dlllook(dll, "codex_lib")) && (meth = (*lib)(name)))
/ast/src/cmd/nmake/
H A Dpkg-tcl.mk21 $$(TCLROOT)/lib/$(B)/$(T) :INSTALL: $(L)
23 $$(TCLROOT)/lib/$(B)/$(T:/\.$(V)$//) :INSTALL: $(L)
25 $$(TCLROOT)/lib/$(B)/pkgIndex.tcl :INSTALL: $(B)Index.tcl
/ast/src/cmd/dsslib/lookup/
H A DMakefile7 lookup plugin=dss :LIBRARY: lookup.c lib.c -ldss
/ast/src/cmd/dsslib/merge/
H A DMakefile7 merge plugin=dss :LIBRARY: merge.c lib.c -ldss
/ast/src/cmd/dsslib/num_t/
H A DMakefile7 num_t plugin=dss static :LIBRARY: num_t.c lib.c
/ast/src/cmd/dsslib/opaque/
H A DMakefile7 opaque plugin=dss :LIBRARY: opaque.c lib.c -ldss
/ast/src/cmd/dsslib/sort/
H A DMakefile7 sort plugin=dss :LIBRARY: sort.c lib.c -lrecsort -ldss
/ast/src/cmd/dsslib/stats/
H A DMakefile7 stats plugin=dss :LIBRARY: stats.c lib.c -ldss -lm
/ast/src/cmd/dsslib/tests/
H A DMakefile7 test plugin=dss :LIBRARY: test.c lib.c -ldss
/ast/src/cmd/dsslib/text/
H A DMakefile7 text plugin=dss :LIBRARY: text.c lib.c -ldss
/ast/src/cmd/dsslib/time_t/
H A DMakefile7 time_t plugin=dss static :LIBRARY: time_t.c lib.c -ldss
/ast/src/cmd/dsslib/validate/
H A DMakefile7 validate plugin=dss :LIBRARY: validate.c lib.c -ldss -lm
/ast/src/cmd/kshlib/cmdtst/
H A DMakefile5 cmdtst plugin=ksh list=b_ :LIBRARY: lib.c grep.c xargs.c -lcmd
/ast/src/cmd/kshlib/codex/
H A DMakefile9 codex plugin=ksh :LIBRARY: codex.c lib.c -lcodex -lshell

Completed in 106 milliseconds

12345