HomeSort by: relevance | last modified time | path
    Searched refs:libs (Results 1 - 25 of 338) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/xlint/lint2/
main2.c 65 static const char **libs; variable
76 libs = xcalloc(1, sizeof(*libs));
111 for (i = 0; libs[i] != NULL; i++)
113 libs = xrealloc(libs, (i + 2) * sizeof(*libs));
114 libs[i] = xstrdup(optarg);
115 libs[i + 1] = NULL;
140 for (i = 0; libs[i] != NULL; i++
    [all...]
  /src/crypto/external/apache2/openssl/dist/Configurations/
00-base-templates.conf 100 my @libs = ();
101 push(@libs, "-L".$withargs{jitter_lib}) if $withargs{jitter_lib};
102 push(@libs, "-L".$withargs{zlib_lib}) if $withargs{zlib_lib};
103 push(@libs, "-L".$withargs{brotli_lib}) if $withargs{brotli_lib};
104 push(@libs, "-L".$withargs{zstd_lib}) if $withargs{zstd_lib};
105 return join(" ", @libs);
109 my @libs = ();
110 push(@libs, "-l:libjitterentropy.a") if !defined($disabled{jitter});
111 push(@libs, "-lz") if !defined($disabled{zlib}) && defined($disabled{"zlib-dynamic"});
113 push(@libs, "-lbrotlienc")
    [all...]
  /src/crypto/external/apache2/openssl/dist/demos/http3/
gen_nghttp3.pl 28 my $libs="./build/lib/libnghttp*";
30 for my $file (glob $libs) {
  /src/external/gpl2/groff/lib/libdriver/
Makefile 3 # $FreeBSD: src/gnu/usr.bin/groff/src/libs/libdriver/Makefile,v 1.3 2003/05/01 13:22:19 ru Exp $
5 DIST_SUBDIR= src/libs/libdriver
  /src/external/bsd/unbound/dist/libunbound/python/
Makefile 48 #../../.libs/libunbound.so.0: ../../Makefile
56 testenv: ../../.libs/libunbound.so.2 ../../.libs/_unbound.so
58 cd examples && mkdir unbound && ln -s ../../unbound.py unbound/__init__.py && ln -s ../../_unbound.so unbound/_unbound.so && ln -s ../../../../.libs/libunbound.so.2 unbound/libunbound.so.2 && ls -la
59 cd examples && if test -f ../../../.libs/_unbound.so; then cp ../../../.libs/_unbound.so . ; fi
64 doc: ../../.libs/libunbound.so.0 _unbound.so
71 gcc -shared libunbound_wrap.o -L../../.libs -lunbound -o _unbound.so
  /src/external/gpl3/gdb/dist/gdb/python/
python-config.py 9 valid_opts = ["prefix", "exec-prefix", "includes", "libs", "cflags", "ldflags", "help"]
66 elif opt in ("--libs", "--ldflags"):
67 libs = ["-lpython" + pyver + abiflags] variable
68 if getvar("LIBS") is not None:
69 libs.extend(getvar("LIBS").split())
71 libs.extend(getvar("SYSLIBS").split())
77 libs.insert(0, "-L" + getvar("LIBPL"))
79 libs.insert(0, "-L" + os.path.normpath(sys.prefix) + "/libs")
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/
python-config.py 9 valid_opts = ["prefix", "exec-prefix", "includes", "libs", "cflags", "ldflags", "help"]
66 elif opt in ("--libs", "--ldflags"):
67 libs = ["-lpython" + pyver + abiflags] variable
68 if getvar("LIBS") is not None:
69 libs.extend(getvar("LIBS").split())
71 libs.extend(getvar("SYSLIBS").split())
77 libs.insert(0, "-L" + getvar("LIBPL"))
79 libs.insert(0, "-L" + os.path.normpath(sys.prefix) + "/libs")
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-shlib/
gen-msvc-exports.py 54 def gen_llvm_c_export(output, underscore, libs, nm):
57 Run `nm` for each lib in `libs`, and output an export file
69 for lib in libs:
86 '-i', '--libsfile', help='file with list of libs, new line separated',
100 'libs', metavar='LIBS', nargs='*', help='list of libraries to generate export from'
105 libs = ns.libs
107 # Add if we where given a libsfile add it to the libs.
110 libs.extend(f.read().splitlines()
    [all...]
  /src/usr.bin/crunch/examples/
fixit.conf 43 libs -ledit # NetBSDism
44 libs -lcrypt # but don't include this when exporting :-(
45 libs -lcurses -lterminfo
46 libs -lkvm -ltelnet -lutil -ll
freebsd-kcopy.conf 18 libs -lutil
  /src/external/gpl3/binutils/usr.sbin/
bfd.mk 13 DPADD+= ${BFDDIR}/.libs/libbfd.a
14 LDADD+= -L${BFDDIR}/.libs -lbfd
15 DPADD+= ${SFRAMEDIR}/.libs/libsframe.a
16 LDADD+= -L${SFRAMEDIR}/.libs -lsframe
  /src/external/gpl3/binutils.old/usr.sbin/
bfd.mk 13 DPADD+= ${BFDDIR}/.libs/libbfd.a
14 LDADD+= -L${BFDDIR}/.libs -lbfd
15 DPADD+= ${SFRAMEDIR}/.libs/libsframe.a
16 LDADD+= -L${SFRAMEDIR}/.libs -lsframe
  /src/external/gpl2/groff/lib/libbib/
Makefile 3 # $FreeBSD: src/gnu/usr.bin/groff/src/libs/libbib/Makefile,v 1.3 2003/05/01 13:22:19 ru Exp $
7 DIST_SUBDIR= src/libs/libbib
  /src/external/gpl3/gcc/dist/libgcc/
mkmap-symver.awk 78 libs[$1] = 1;
94 for (l in libs)
106 for (l in libs)
132 for (l in libs)
  /src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
testsuite_flags.in 72 -L${BUILD_DIR}/../libgomp/.libs -lgomp"
82 if [ -d ${BUILD_DIR}/src/filesystem/.libs ]; then
83 FS_LDFLAGS=-L${BUILD_DIR}/src/filesystem/.libs
85 if [ -d ${BUILD_DIR}/src/experimental/.libs ]; then
86 EXP_LDFLAGS=-L${BUILD_DIR}/src/experimental/.libs
  /src/external/gpl3/gcc.old/dist/libgcc/
mkmap-symver.awk 78 libs[$1] = 1;
94 for (l in libs)
106 for (l in libs)
132 for (l in libs)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
testsuite_flags.in 72 -L${BUILD_DIR}/../libgomp/.libs -lgomp"
82 if [ -d ${BUILD_DIR}/src/filesystem/.libs ]; then
83 FS_LDFLAGS=-L${BUILD_DIR}/src/filesystem/.libs
85 if [ -d ${BUILD_DIR}/src/libbacktrace/.libs ]; then
86 BT_LDFLAGS=-L${BUILD_DIR}/src/libbacktrace/.libs
  /src/tests/net/
net_common.sh 235 local libs="$BASIC_LIBS"
241 libs="$libs -lrumpnet_$lib"
244 _rump_server_start_common $sock $libs
253 local libs="$FS_LIBS"
259 libs="$libs -lrumpnet_$lib"
262 _rump_server_start_common $sock $libs
271 local libs="$CRYPTO_LIBS"
277 libs="$libs -lrumpnet_$lib
    [all...]
  /src/external/bsd/atf/dist/atf-c/
pkg_config_test.sh 110 pkg-config --libs-only-L --libs-only-other atf-c
112 atf_check -s eq:0 -o save:stdout -e empty pkg-config --libs-only-l atf-c
113 libs=$(cat stdout)
115 echo "LIBS are: ${libs}"
118 atf_check -s eq:0 -o empty -e empty ${cc} ${ldflags} -o tp tp.o ${libs}
  /src/external/bsd/atf/dist/atf-c++/
pkg_config_test.sh 109 pkg-config --libs-only-L --libs-only-other atf-c++
112 pkg-config --libs-only-l atf-c++
113 libs=$(cat stdout)
115 echo "LIBS are: ${libs}"
118 atf_check -s eq:0 -o empty -e empty ${cxx} ${ldflags} -o tp tp.o ${libs}
  /src/external/gpl3/binutils/dist/config/
bootstrap-asan.mk 11 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/.libs
  /src/external/gpl3/binutils.old/dist/config/
bootstrap-asan.mk 11 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/.libs
  /src/external/gpl3/gcc/dist/config/
bootstrap-asan.mk 11 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/.libs
  /src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
Makefile 8 g++ -Wall -g -o $@ $< $(shell pkg-config --cflags --libs libgccjit)
  /src/external/gpl3/gcc.old/dist/config/
bootstrap-asan.mk 11 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/.libs

Completed in 37 milliseconds

1 2 3 4 5 6 7 8 91011>>