Searched defs:library (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/misc/
H A Derror.c117 "library", OPT_LIBRARY,
363 char* library; local
399 library = 0;
401 else if ((library = strchr(catalog, ':')) && !*++library)
402 library = 0;
407 library = 0;
426 if (!library)
467 library,
468 ERROR_translate(NiL, NiL, ast.id, "library"));
[all...]
/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c894 * add library to loaded list
949 int sh_addlib(Shell_t* shp, void* library, char* name, Pathcomp_t* pp) argument
974 void *library=0; local
1031 if(!(library = dllplugin(SH_ID, arg, NiL, SH_PLUGIN_VERSION, &ver, RTLD_LAZY, path, sizeof(path))))
1040 if(!(library = dllplug(SH_ID,arg,NIL(char*),RTLD_LAZY,NIL(char*),0)))
1042 if(!(library = dllfind(arg,NIL(char*),RTLD_LAZY,NIL(char*),0)))
1049 sh_addlib(tdata.sh,library,arg,NiL);
/ast/src/cmd/nmake/
H A DMakerules.mk36 set option=';all-static;bp;-;Force the prerequisite libraries of static \b+l\b\aname\a library references to be static.'
46 set option=';force-shared;b;-;Do not ignore \b-l\b\aname\a shared library reference modification times.'
49 set option=';lib-type;bp;-;Bind library references to \b--debug-symbols\b or \b--profile\b specific variants.'
51 set option=';local-static;bp;-;Compile and link against static library targets. The default links against shared library targets, but care must be taken to point runtime shared library binding to the current directory when executing command targets in the current directory.'
57 set option=';recurse;sa;-;Set the recursive \b:MAKE:\b \aaction\a:;[action:=1]{[+combine?Combine all recursive makefiles into one rooted at the current directory. \b::\b, \b:PACKAGE:\b, \b.SOURCE\b*, and \bLDLIBRARIES\b are intercepted to adjust relative directory and library references. Complex makefile hierarchies may not be amenable to combination.][+implicit?All makefiles in all subdirectories are treated as if they contained \b:MAKE:\b.][+list?List the recursion directories, one per line, on the standard output and exit. A \b-\b prerequisite separates groups that may be made concurrently and a \b+\b prerequisite separates leaf directories from intermediate directories.][+only?Disable component closure and operate on explicit prerequisites only.][+prereqs?List the recursion directory dependencies as a makefile on the standard output and exit.][+\anumber\a?Set the directory recursion concurrency level to \anumber\a.]}'
596 .PACKAGE.$(.S.).library := -l
969 .PACKAGE.$(B).library := +l
1217 * library re
3270 library := -l macro
3290 library := +l macro
3292 library := -l macro
[all...]

Completed in 30 milliseconds