Searched refs:libnames (Results 1 – 8 of 8) sorted by relevance
20 my @libnames = ("crypto", "ssl");21 my $testcount = scalar @libnames;32 foreach my $libname (@libnames) {
1 ## Populates "targets" for all names in the collection "libnames" that are9 <%def name="gen_doxyfile(libnames, packagename, collection, internal)">16 for libname in libnames:
205 local libnames = $(self.library-name) ;206 if ! $(libnames) && $(use-environment)208 libnames = [ os.environ $(name:U)_NAME ] ;210 libnames ?= [ os.environ $(name:U)_BINARY ] ;212 libnames ?= $(self.default-names) ;257 … local library = [ ac.find-library $(property-set) : $(libnames) : $(library-path) ] ;
61 def _last_version(libnames, sep): argument72 return max(reversed(libnames), key=_num_version)
251 def set_libraries(self, libnames): argument257 self.libraries = libnames[:]
142 static const char * const libnames[] = { in omx_init() local165 for (nameptr = libnames; *nameptr; nameptr += 2) in omx_init()
441 .. method:: CCompiler.set_libraries(libnames)444 object to *libnames* (a list of strings). This does not affect any standard
1443 enforced in src.libnames.mk.