Searched defs:libraries (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/dsslib/netflow/
H A Dnetflow.c808 static const char* libraries[] = { "time_t", "ip_t", 0 }; variable
829 &libraries[0],
/ast/src/cmd/dsslib/bgp/
H A Dbgp.c663 static const char* libraries[] = { "time_t", "ip_t", 0 }; variable
683 &libraries[0],
/ast/src/cmd/dsslib/xml/
H A Dxml.c40 "one or more fields, and any libraries required to support those types.]"
105 Library_t* libraries; member in struct:Xml_s
1063 " method and schema libraries.",
1110 xml->libraries = xml->lastlibrary = p;
1254 for (p = xml->libraries; p; p = p->next)
/ast/src/lib/libdss/
H A Dcx.h530 const char** libraries; /* library list */ member in struct:Cxlib_s
569 Dt_t* libraries; /* Dsslib_t dictionary (ouch) */ member in struct:Cxstate_s
/ast/src/cmd/dsslib/flat/
H A Dflat.c248 Library_t* libraries; member in struct:Flat_s
2109 " method and schema libraries.",
2599 flat->libraries = flat->lastlibrary = p;
3208 for (p = flat->libraries; p; p = p->next)
/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.'
62 set option=';shared;bp;-;Set \b:LIBRARY:\b to generate shared libraries (dlls).'
63 set option=';static-link;bp;-;Compile and link with a preference for static libraries.'
2841 .PACKAGE.libraries =
2875 R += $(.PACKAGE.libraries)
3326 .PACKAGE.libraries += $(T)
3534 * for source that compiles either standalone or with richer libraries

Completed in 232 milliseconds