Searched refs:library (Results 101 - 125 of 158) sorted by relevance

1234567

/freebsd-11-stable/share/mk/
H A Dsys.mk82 # through upgrades since they won't be rebuilt on header/library changes.
/freebsd-11-stable/crypto/openssl/
H A Dconfig335 library:*)
532 echo "WARNING! If you wish to build 64-bit library, then you have to"
551 echo "WARNING! If you wish to build 64-bit library, then you have to"
566 echo "WARNING! If you wish to build 64-bit library, then you have to"
600 echo "WARNING! If you wish to build 64-bit library, then you have to"
617 echo "WARNING! If you wish to build 64-bit library, then you have to"
634 echo " and wish to build 64-bit library, then you have to"
682 # echo "WARNING! If you wish to build \"highgprs\" 32-bit library, then you"
711 echo "WARNING! If you wish to build 64-bit library, then you have to"
723 echo "WARNING! If you wish to build 32-bit library, the
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Dconfigure859 --with-curses use the curses library instead of the termcap
860 library
4054 echo "$as_me:$LINENO: checking for library containing opendir" >&5
4055 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
4181 echo "$as_me:$LINENO: checking for library containing opendir" >&5
4182 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
4352 /* The GNU C library defines this for functions which it implements
4463 /* The GNU C library defines this for functions which it implements
4566 /* The GNU C library defines this for functions which it implements
4670 /* The GNU C library define
[all...]
/freebsd-11-stable/contrib/subversion/
H A Dconfigure1601 --enable-local-library-preloading
1631 Subversion library compatibility.
1654 --with-serf=PREFIX Serf HTTP client library (enabled by default if
1657 Standalone apr_memcache client library
1665 --with-sqlite=PREFIX Use installed SQLite library or amalgamation file.
1669 shared library versioning (aka "SONAME") variant to
1680 The Subversion Berkeley DB based filesystem library
1682 If you specify `--without-berkeley-db', that library
1693 --with-libmagic=PREFIX libmagic filetype detection library
1698 library instal
[all...]
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure734 --with-lib-prefix override library-prefix
735 --with-termlib generate separate terminfo library
736 --with-ticlib generate separate tic library
737 --with-gpm use Alessandro Rubini's GPM library
748 --with-hashed-db specify hashed-database library
769 --disable-tic-depends link tic library without explicit dependency on ncurses library
805 --with-pthread use POSIX thread library
818 --with-dmalloc test: use Gray Watson's dmalloc library
819 --with-dbmalloc test: use Conor Cahill's dbmalloc library
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1443 #define __sanitizer_syscall_pre_uselib(library) \
1444 __sanitizer_syscall_pre_impl_uselib((long)(library))
1445 #define __sanitizer_syscall_post_uselib(res, library) \
1446 __sanitizer_syscall_post_impl_uselib(res, (long)(library))
2827 void __sanitizer_syscall_pre_impl_uselib(long library);
2828 void __sanitizer_syscall_post_impl_uselib(long res, long library);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc625 // http://msdn.microsoft.com/en-us/library/aa365247%28v=vs.85%29.aspx
/freebsd-11-stable/crypto/openssl/util/
H A Dmkdef.pl1314 # to the name of the static library. Chose descriptive names
1323 $description = "\@#$http_vendor:$version#\@$what; DLL for library $name. Build for EMX -Zmtd";
1328 ; Definition file for the DLL version of the $name library from OpenSSL
H A Dmk1mf.pl139 -L<ex_lib_path> -l<ex_lib> - extra library flags (unix)
460 # library and also so I can 'distribute' indervidual library sections.
532 # LIB_D - library output directory
542 # INCL_D - local library directory
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_controller.c3860 SCI_LIBRARY_HANDLE_T library,
3868 my_library = (SCIC_SDS_LIBRARY_T *)library;
3872 sci_base_object_get_logger(library),
3875 library, controller
3859 scic_controller_construct( SCI_LIBRARY_HANDLE_T library, SCI_CONTROLLER_HANDLE_T controller, void * user_object ) argument
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A DAndroid.mk1765 ### Binder interface library ###
1784 ### Binder service library ###
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_ra.h659 * Initialize the RA library. This function must be called before using
2321 /** The proper name of the RA library, (like "ra_serf" or "ra_local") */
2633 * The caller must hold on to @a ra_baton as long as the RA library is used.
2643 * Return an RA vtable-@a library which can handle URL. A number of
2652 svn_ra_get_ra_library(svn_ra_plugin_t **library,
/freebsd-11-stable/contrib/dialog/
H A Dconfigure693 --with-package=XXX rename dialog to XXX, library to libXXX.a, etc
698 --with-included-gettext use the GNU gettext library included here
701 --with-dmalloc test: use Gray Watson's dmalloc library
702 --with-dbmalloc test: use Conor Cahill's dbmalloc library
716 --with-ncurses compile/link with ncurses library
717 --with-ncursesw compile/link with wide-char ncurses library
5654 /* The GNU C library defines this for functions which it implements
5836 /* The GNU C library defines this for functions which it implements
6175 /* The GNU C library defines this for functions which it implements
6412 test -n "$verbose" && echo " adding $cf_add_libdir to library
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp99 // executable since the LLDB shared library only exports stuff in the lldb
2303 } else if (key.compare("library") == 0) {
4635 // request the loaded library list
4652 XMLNode root_element = doc.GetRootElement("library-list-svr4");
4656 "Error finding library-list-svr4 xml element");
4666 "library", [log, &list](const XMLNode &library) -> bool {
4670 library.ForEachAttribute(
4694 return true; // Keep iterating over all properties of "library"
4716 return true; // Keep iterating over all "library" element
[all...]
/freebsd-11-stable/contrib/ntp/
H A Dconfigure1715 shared library versioning (aka "SONAME") variant to
1853 LIBS libraries to pass to the linker, e.g. -l<library>
1864 User-defined run-time library search path.
2269 /* The GNU C library defines this for functions which it implements
6975 # So far, the only shared library we might use is libopts.
6976 # It's a small library - we might as well use a static version of it.
8008 # 'file_magic [[regex]]' -- check by looking for files in library path
8064 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
8090 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
10417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versionin
[all...]
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure1611 shared library versioning (aka "SONAME") variant to
1636 LIBS libraries to pass to the linker, e.g. -l<library>
1641 User-defined run-time library search path.
2100 /* The GNU C library defines this for functions which it implements
7673 # do not try el_gets without a terminal library
7864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing cos" >&5
7865 $as_echo_n "checking for library containing cos... " >&6; }
8460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
8461 $as_echo_n "checking for library containing clock_gettime... " >&6; }
8552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containin
[all...]
/freebsd-11-stable/contrib/binutils/
H A DMakefile.def349 // library.
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c1844 * In addition, no versioning is currently provided for types as our .d library
2086 * Go through all the library files, and, if any library dependencies exist for
2098 char *library = dld->dtld_library; local
2107 "Invalid library dependency in %s: %s\n",
2114 library)) != 0) {
2152 dt_dprintf("library %s sorted (%d/%d)\n", new->dtld_library,
2237 * Open all the .d library files found in the specified directory and
2240 * we fail to compile a library and the error is something other than #pragma D
2241 * depends_on. Dependency errors are silently ignored to permit a library
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dsendmail.h221 ERROR README: -DSASL (SASL) does not agree with the version of the CYRUS_SASL library (SASL_VERSION)
227 ERROR README: please set -DSASL to the version of the CYRUS_SASL library
/freebsd-11-stable/
H A DMakefile.inc1234 # binary that requires a newer library version that hasn't been installed yet.
598 # won't set header path and -L is used to ensure the base library path
599 # is added before the port PREFIX library path.
1027 echo "Required library $$1 not found." >&2; \
2431 specific library."
2671 # won't set header path and -L is used to ensure the base library path
2672 # is added before the port PREFIX library path.
/freebsd-11-stable/contrib/binutils/bfd/
H A Dieee.c8 This file is part of BFD, the Binary File Descriptor library.
1295 char *library;
1323 library = read_id (&(ieee->h));
1324 if (strcmp (library, "LIBRARY") != 0)
1292 char *library; local
/freebsd-11-stable/contrib/apr-util/
H A Dconfigure1438 --with-lber=library lber library to use
1441 --with-ldap=library ldap library to use
1446 --with-ndbm=PATH Find the NDBM header and library in `PATH/include'
1449 library in LIB. If you omit the `=PATH' part
1452 --with-berkeley-db=PATH Find the Berkeley DB header and library in
1455 HEADER, and the library in LIB. If you omit the
1475 LIBS libraries to pass to the linker, e.g. -l<library>
1924 /* The GNU C library define
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dconfigure850 --enable-multilib build many library versions (default)
3685 # Don't build the shared library for build.
5184 /* The GNU C library defines this for functions which it implements
5694 # We are being configured as a target library. AC_REPLACE_FUNCS
6006 # Not a target library, so we set things up to run the test suite.
6170 # The Cygwin library actually uses a couple of files from
6174 # with a library which does not have the files, since they should
6177 # We handle this by removing the functions the winsup library
6234 echo "$as_me:$LINENO: checking for library containing strerror" >&5
6235 echo $ECHO_N "checking for library containin
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dconfigure3588 # Don't build the shared library for build.
5087 /* The GNU C library defines this for functions which it implements
5597 # We are being configured as a target library. AC_REPLACE_FUNCS
5909 # Not a target library, so we set things up to run the test suite.
6053 # The Cygwin library actually uses a couple of files from
6057 # with a library which does not have the files, since they should
6060 # We handle this by removing the functions the winsup library
6117 echo "$as_me:$LINENO: checking for library containing strerror" >&5
6118 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
6292 /* The GNU C library define
[all...]
/freebsd-11-stable/contrib/groff/
H A Dconfigure1078 --x-libraries=DIR X library files are in DIR
3787 # We can link X programs with no special library path.
4179 # The nsl library prevents programs from opening the X display
4219 /* The GNU C library defines this for functions which it implements
4458 /* The GNU C library defines this for functions which it implements
4621 /* The GNU C library defines this for functions which it implements
4784 /* The GNU C library defines this for functions which it implements
5003 echo "$as_me:$LINENO: checking for Xaw library and header files" >&5
5004 echo $ECHO_N "checking for Xaw library and header files... $ECHO_C" >&6
5063 echo "$as_me:$LINENO: checking for Xmu library an
[all...]

Completed in 341 milliseconds

1234567