Searched refs:library (Results 51 - 75 of 117) sorted by relevance

12345

/freebsd-13-stable/share/mk/
H A Dsrc.libnames.mk3 # The include file <src.libnames.mk> define library names suitable
245 # Each library's LIBADD needs to be duplicated here for static linkage of
459 # These are special cases where the library is broken and anything that uses
462 # fix the library instead.
463 # Unless the library itself is broken then the proper place to define
596 # Define a directory for each library. This is useful for adding -L in when
682 # Default other library directories to lib/libNAME.
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp43 llvm::sys::DynamicLibrary library; member in struct:PluginInfo
99 plugin_info.library = llvm::sys::DynamicLibrary::getPermanentLibrary(
101 if (plugin_info.library.isValid()) {
104 plugin_info.library.getAddressOfSymbol("LLDBPluginInitialize"));
113 plugin_info.library.getAddressOfSymbol("LLDBPluginTerminate"));
175 if (pos->second.library.isValid()) {
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DDriver.cpp91 for (StringRef library : {stub, shared, archive}) {
93 llvm::sys::path::append(location, library);
282 // We expect sub-library names of the form "libfoo", which will match a dylib
393 error("library not found for -l" + name);
/freebsd-13-stable/contrib/apr/
H A Dapr-config.in71 --shlib-path-var print the name of the shared library path env var
188 ### this surely can't work since the library is in .libs?
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc10 * constant literals that are shared across profiling runtime library,
435 * runtime library.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc10 * constant literals that are shared across profiling runtime library,
435 * runtime library.
/freebsd-13-stable/usr.bin/gh-bc/
H A DMakefile11 SRCS+= bc.c bc_lex.c bc_parse.c dc.c dc_lex.c dc_parse.c history.c library.c
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.c2 * ra_loader.c: logic for loading different RA library implementations
66 * This can't be determine until the library is loaded.
74 /* the name of this RA library (e.g. "neon" or "local") */
115 /* Ensure that the RA library NAME is loaded.
118 * function of the library.
121 * svn_ra_NAME_init compatibility init function of the library.
153 /* find/load the specified library */
211 /* Return an error if RA_VERSION doesn't match the version of this library.
212 Use SCHEME in the error message to describe the library that was loaded. */
333 _("Invalid config: unknown HTTP library "
1513 svn_ra_get_ra_library(svn_ra_plugin_t **library, void *ra_baton, const char *url, apr_pool_t *pool) argument
[all...]
/freebsd-13-stable/contrib/sqlite3/tea/
H A DMakefile.in32 # The object files are used for linking into the final library.
58 # "PKG_LIB_FILE" refers to the library (dynamic or static as per
135 TCLSH_ENV = TCL_LIBRARY=`@CYGPATH@ $(TCL_SRC_DIR)/library` \
139 # TK_LIBRARY=`@CYGPATH@ $(TK_SRC_DIR)/library`
157 # that your library may use. TCL_DEFS can actually be a problem if
257 # library. In most cases these object files will correspond to the
324 list='demos doc generic library mac tests unix win'; \
/freebsd-13-stable/lib/libifconfig/
H A Dsfp.lua33 -- Try to put the template.lua library in the package search path.
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_table.lua26 -- testing table library
/freebsd-13-stable/contrib/openpam/misc/
H A Dgendoc.pl57 The OpenPAM library is maintained by
657 The OpenPAM library and this manual page were $AUTHORS{THINKSEC}
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc344 // with a minimal terminfo parsing library. Also, we don't really care whether
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc396 // http://msdn.microsoft.com/en-us/library/8hyw4sy7(v=vs.71).aspx
677 /// https://msdn.microsoft.com/en-us/library/windows/desktop/bb787181(v=vs.85).aspx
743 // https://msdn.microsoft.com/en-us/library/windows/desktop/bb787181%28v=vs.85%29.aspx
/freebsd-13-stable/contrib/unbound/
H A Dltmain.sh6 # Provide generalized library-building support services.
19 # if you distribute this file as part of a program or library that
82 # this file as part of a program or library that is built using GNU Libtool,
519 ## Function library. ##
1402 # This file is a library for parsing options in your shell scripts along
1451 # override it after sourcing this library to reflect the full set of
2053 execute automatically set library path, then run a program
2056 link create a library or an executable
2436 && func_fatal_configuration "not configured to build any kind of library"
2501 # True iff FILE is a libtool '.la' library o
[all...]
/freebsd-13-stable/contrib/sqlite3/
H A Dltmain.sh6 # Provide generalized library-building support services.
19 # if you distribute this file as part of a program or library that
82 # this file as part of a program or library that is built using GNU Libtool,
519 ## Function library. ##
1402 # This file is a library for parsing options in your shell scripts along
1451 # override it after sourcing this library to reflect the full set of
2053 execute automatically set library path, then run a program
2056 link create a library or an executable
2436 && func_fatal_configuration "not configured to build any kind of library"
2501 # True iff FILE is a libtool '.la' library o
[all...]
/freebsd-13-stable/contrib/ldns/
H A Dltmain.sh6 # Provide generalized library-building support services.
19 # if you distribute this file as part of a program or library that
82 # this file as part of a program or library that is built using GNU Libtool,
519 ## Function library. ##
1402 # This file is a library for parsing options in your shell scripts along
1451 # override it after sourcing this library to reflect the full set of
2053 execute automatically set library path, then run a program
2056 link create a library or an executable
2436 && func_fatal_configuration "not configured to build any kind of library"
2501 # True iff FILE is a libtool '.la' library o
[all...]
/freebsd-13-stable/contrib/libevent/
H A Dltmain.sh6 # Provide generalized library-building support services.
19 # if you distribute this file as part of a program or library that
82 # this file as part of a program or library that is built using GNU Libtool,
519 ## Function library. ##
1402 # This file is a library for parsing options in your shell scripts along
1451 # override it after sourcing this library to reflect the full set of
2053 execute automatically set library path, then run a program
2056 link create a library or an executable
2436 && func_fatal_configuration "not configured to build any kind of library"
2501 # True iff FILE is a libtool '.la' library o
[all...]
/freebsd-13-stable/contrib/file/
H A Dltmain.sh6 # Provide generalized library-building support services.
19 # if you distribute this file as part of a program or library that
82 # this file as part of a program or library that is built using GNU Libtool,
522 ## Function library. ##
1405 # This file is a library for parsing options in your shell scripts along
1454 # override it after sourcing this library to reflect the full set of
2056 execute automatically set library path, then run a program
2059 link create a library or an executable
2439 && func_fatal_configuration "not configured to build any kind of library"
2504 # True iff FILE is a libtool '.la' library o
[all...]
/freebsd-13-stable/contrib/openbsm/config/
H A Dltmain.sh6 # Provide generalized library-building support services.
19 # if you distribute this file as part of a program or library that
82 # this file as part of a program or library that is built using GNU Libtool,
519 ## Function library. ##
1402 # This file is a library for parsing options in your shell scripts along
1451 # override it after sourcing this library to reflect the full set of
2053 execute automatically set library path, then run a program
2056 link create a library or an executable
2436 && func_fatal_configuration "not configured to build any kind of library"
2501 # True iff FILE is a libtool '.la' library o
[all...]
/freebsd-13-stable/contrib/openpam/
H A Dltmain.sh6 # Provide generalized library-building support services.
19 # if you distribute this file as part of a program or library that
82 # this file as part of a program or library that is built using GNU Libtool,
519 ## Function library. ##
1402 # This file is a library for parsing options in your shell scripts along
1451 # override it after sourcing this library to reflect the full set of
2053 execute automatically set library path, then run a program
2056 link create a library or an executable
2436 && func_fatal_configuration "not configured to build any kind of library"
2501 # True iff FILE is a libtool '.la' library o
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh6 # Provide generalized library-building support services.
19 # if you distribute this file as part of a program or library that
82 # this file as part of a program or library that is built using GNU Libtool,
519 ## Function library. ##
1402 # This file is a library for parsing options in your shell scripts along
1451 # override it after sourcing this library to reflect the full set of
2053 execute automatically set library path, then run a program
2056 link create a library or an executable
2436 && func_fatal_configuration "not configured to build any kind of library"
2501 # True iff FILE is a libtool '.la' library o
[all...]
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_misc.c247 char *library; local
260 UIO_USERSPACE, args->library, td);
263 LCONVPATHEXIST(td, args->library, &library);
265 UIO_SYSSPACE, library, td);
267 LFREEPATH(library);
366 * the resources needed by this library.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp998 for (const auto &library : Libraries) {
999 TargetList targets(library.targets());
1000 valueToTargetList[&library] = targets;
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S768 @ to the library how many registers are implemented by the architecture.
843 @ that enable them. We do not want to do that in the library (because we do not

Completed in 405 milliseconds

12345