/ast/src/lib/libast/features/ |
H A D | libpath.sh | 24 -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 D | Makefile | 9 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 D | dllfind.c | 38 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 D | dll_lib.c | 70 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 D | dllplug.c | 29 * 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 D | dss.c | 77 "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 D | dssopt.c | 212 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 D | costash.c | 38 errormsg(state.lib, ERROR_LIBRARY|2, "out of space");
|
/ast/src/cmd/dsslib/html/ |
H A D | Makefile | 7 html plugin=dss static :LIBRARY: html.c lib.c
|
/ast/src/lib/librecsort/ |
H A D | rslib.c | 32 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 D | codexlist.c | 41 Codexlib_f lib; local 54 if ((lib = (Codexlib_f)dlllook(dll, "codex_lib")) && (np = (*lib)(dle->name)))
|
H A D | codexmeth.c | 40 Codexlib_f lib; local 67 if ((lib = (Codexlib_f)dlllook(dll, "codex_lib")) && (meth = (*lib)(name)))
|
/ast/src/cmd/nmake/ |
H A D | pkg-tcl.mk | 21 $$(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 D | Makefile | 7 lookup plugin=dss :LIBRARY: lookup.c lib.c -ldss
|
/ast/src/cmd/dsslib/merge/ |
H A D | Makefile | 7 merge plugin=dss :LIBRARY: merge.c lib.c -ldss
|
/ast/src/cmd/dsslib/num_t/ |
H A D | Makefile | 7 num_t plugin=dss static :LIBRARY: num_t.c lib.c
|
/ast/src/cmd/dsslib/opaque/ |
H A D | Makefile | 7 opaque plugin=dss :LIBRARY: opaque.c lib.c -ldss
|
/ast/src/cmd/dsslib/sort/ |
H A D | Makefile | 7 sort plugin=dss :LIBRARY: sort.c lib.c -lrecsort -ldss
|
/ast/src/cmd/dsslib/stats/ |
H A D | Makefile | 7 stats plugin=dss :LIBRARY: stats.c lib.c -ldss -lm
|
/ast/src/cmd/dsslib/tests/ |
H A D | Makefile | 7 test plugin=dss :LIBRARY: test.c lib.c -ldss
|
/ast/src/cmd/dsslib/text/ |
H A D | Makefile | 7 text plugin=dss :LIBRARY: text.c lib.c -ldss
|
/ast/src/cmd/dsslib/time_t/ |
H A D | Makefile | 7 time_t plugin=dss static :LIBRARY: time_t.c lib.c -ldss
|
/ast/src/cmd/dsslib/validate/ |
H A D | Makefile | 7 validate plugin=dss :LIBRARY: validate.c lib.c -ldss -lm
|
/ast/src/cmd/kshlib/cmdtst/ |
H A D | Makefile | 5 cmdtst plugin=ksh list=b_ :LIBRARY: lib.c grep.c xargs.c -lcmd
|
/ast/src/cmd/kshlib/codex/ |
H A D | Makefile | 9 codex plugin=ksh :LIBRARY: codex.c lib.c -lcodex -lshell
|