/third_party/curl/tests/libtest/ |
H A D | mk-lib1521.pl | 92 static size_t writecb(char *buffer, size_t size, size_t nitems, 102 static size_t readcb(char *buffer, 114 static int err(const char *name, CURLcode val, int lineno) 121 static int geterr(const char *name, CURLcode val, int lineno) 128 static curl_progress_callback progresscb; 129 static curl_write_callback headercb; 130 static curl_debug_callback debugcb; 131 static curl_trailer_callback trailercb; 132 static curl_ssl_ctx_callback ssl_ctx_cb; 133 static curl_ioctl_callbac [all...] |
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | ParseC.pm | 282 static ossl_inline OSSL_FUNC_$2_fn *OSSL_FUNC_$2(const OSSL_DISPATCH *opf); 298 static ossl_inline LHASH_OF($1) * lh_$1_new(unsigned long (*hfn)(const $1 *), 300 static ossl_inline void lh_$1_free(LHASH_OF($1) *lh); 301 static ossl_inline $1 *lh_$1_insert(LHASH_OF($1) *lh, $1 *d); 302 static ossl_inline $1 *lh_$1_delete(LHASH_OF($1) *lh, const $1 *d); 303 static ossl_inline $1 *lh_$1_retrieve(LHASH_OF($1) *lh, const $1 *d); 304 static ossl_inline int lh_$1_error(LHASH_OF($1) *lh); 305 static ossl_inline unsigned long lh_$1_num_items(LHASH_OF($1) *lh); 306 static ossl_inline void lh_$1_node_stats_bio(const LHASH_OF($1) *lh, BIO *out); 307 static ossl_inlin [all...] |
/third_party/openssl/util/perl/OpenSSL/ |
H A D | ParseC.pm | 282 static ossl_inline OSSL_FUNC_$2_fn *OSSL_FUNC_$2(const OSSL_DISPATCH *opf); 298 static ossl_inline LHASH_OF($1) * lh_$1_new(unsigned long (*hfn)(const $1 *), 300 static ossl_inline void lh_$1_free(LHASH_OF($1) *lh); 301 static ossl_inline $1 *lh_$1_insert(LHASH_OF($1) *lh, $1 *d); 302 static ossl_inline $1 *lh_$1_delete(LHASH_OF($1) *lh, const $1 *d); 303 static ossl_inline $1 *lh_$1_retrieve(LHASH_OF($1) *lh, const $1 *d); 304 static ossl_inline int lh_$1_error(LHASH_OF($1) *lh); 305 static ossl_inline unsigned long lh_$1_num_items(LHASH_OF($1) *lh); 306 static ossl_inline void lh_$1_node_stats_bio(const LHASH_OF($1) *lh, BIO *out); 307 static ossl_inlin [all...] |
/third_party/skia/third_party/externals/libpng/contrib/pngminus/ |
H A D | Makefile | 34 all: png2pnm$(EXEEXT) pnm2png$(EXEEXT) png2pnm-static$(EXEEXT) pnm2png-static$(EXEEXT) 48 png2pnm-static$(EXEEXT): png2pnm.o 49 $(LD) $(LDFLAGS) -o png2pnm-static$(EXEEXT) png2pnm.o $(LIBS_STATIC) -lm 51 pnm2png-static$(EXEEXT): pnm2png.o 52 $(LD) $(LDFLAGS) -o pnm2png-static$(EXEEXT) pnm2png.o $(LIBS_STATIC) -lm 59 $(RM) png2pnm-static$(EXEEXT) 60 $(RM) pnm2png-static$(EXEEXT)
|
/third_party/gptfdisk/ |
H A D | Makefile | 89 CXXFLAGS=-O2 -Wall -D_FILE_OFFSET_BITS=64 -static -static-libgcc -static-libstdc++ 91 LDFLAGS+=-static -static-libgcc -static-libstdc++ 109 CXXFLAGS=-O2 -Wall -D_FILE_OFFSET_BITS=64 -static -static-libgcc -static-libstdc++ 111 LDFLAGS+=-static [all...] |
/third_party/mesa3d/src/egl/generate/ |
H A D | eglFunctionList.py | 43 - static (boolean) 44 If True, this function should be declared static. 79 def _eglFunc(name, method, static=None, public=False, inheader=None, prefix="dispatch_", extension=None, retval=None): 83 if static is None: 84 static = (not public and method != "custom") 86 inheader = (not static) 92 "static" : static,
|
/third_party/musl/libc-test/ |
H A D | Makefile | 42 $(1).BINS_TEMPL:=bin.exe bin-static.exe 57 $(B)/$(1).exe $(B)/$(1)-static.exe: $$($(1).OBJS) 59 # make sure dynamic and static binaries are not run parallel (matters for some tests eg ipc) 60 $(B)/$(1)-static.err: $(B)/$(1).err 80 rm -f $$(filter-out $(B)/$(1)/%-static.err,$$($(1).ERRS)) 137 $(B)/%-static.exe: $(B)/%.o 138 $(CC) -static $(LDFLAGS) $($*-static.LDFLAGS) -o $@ $(sort $< $($*-static.OBJS)) $(LDLIBS) $($*-static [all...] |
/third_party/node/deps/openssl/openssl/util/ |
H A D | mkerr.pl | 24 my $static = 0; 67 -static Make the load/unload functions static. 98 } elsif ( $arg eq "-static" ) { 99 $static = 1; 117 die "Cannot mix -internal and -static\n" if $static; 454 if ( ! $static ) { 553 static ${const}ERR_STRING_DATA ${lib}_str_reasons[] = { 594 my $st = $static [all...] |
/third_party/openssl/util/ |
H A D | mkerr.pl | 24 my $static = 0; 67 -static Make the load/unload functions static. 98 } elsif ( $arg eq "-static" ) { 99 $static = 1; 117 die "Cannot mix -internal and -static\n" if $static; 454 if ( ! $static ) { 553 static ${const}ERR_STRING_DATA ${lib}_str_reasons[] = { 594 my $st = $static [all...] |
/third_party/curl/projects/ |
H A D | build-openssl.bat | 274 call :configure x64 debug static %LEGACY_BUILD%
277 call :build x64 static %LEGACY_BUILD%
280 call :install debug static %LEGACY_BUILD%
294 call :configure x64 release static %LEGACY_BUILD%
297 call :build x64 static %LEGACY_BUILD%
300 call :install release static %LEGACY_BUILD%
321 call :configure x86 debug static %LEGACY_BUILD%
324 call :build x86 static %LEGACY_BUILD%
327 call :install debug static %LEGACY_BUILD%
341 call :configure x86 release static [all...] |
/third_party/protobuf/objectivec/Tests/CocoaPods/ |
H A D | run_tests.sh | 22 --skip-static 23 Skip the static based pods tests. 34 TEST_MODES=( "static" "framework" ) 42 --skip-static ) 43 TEST_MODES=(${TEST_MODES[@]/static}) 74 echo "ERROR: Need to run at least static or frameworks tests." 1>&2
|
/third_party/lzma/C/ |
H A D | 7zip_gcc_c.mak | 42 LDFLAGS_STATIC_2 = -static
49 # -static
50 # -static-libstdc++ -static-libgcc
78 #-static -static-libgcc -static-libstdc++
165 $(CC) -static -o $(PROGPATH_STATIC) $(LFLAGS_ALL)
|
/third_party/icu/icu4c/source/samples/ufortune/ |
H A D | fortunedefs.mk | 13 # static - will statically link data into ufortune 21 RESMODE=static 31 # DLL and static modes are identical here 38 ifeq ($(RESMODE),static)
|
/third_party/skia/third_party/externals/icu/source/samples/ufortune/ |
H A D | fortunedefs.mk | 13 # static - will statically link data into ufortune 21 RESMODE=static 31 # DLL and static modes are identical here 38 ifeq ($(RESMODE),static)
|
/third_party/mbedtls/library/ |
H A D | Makefile | 228 .PHONY: all static shared clean 231 all: static 233 all: shared static 236 static: libmbedcrypto.a libmbedx509.a libmbedtls.a 276 $(CC) -shared -Wl,-soname,$@ -Wl,--out-implib,$@.a -o $@ $(OBJS_TLS) -lws2_32 -lwinmm -lgdi32 -L. -lmbedx509 -lmbedcrypto -static-libgcc $(LOCAL_LDFLAGS) $(LDFLAGS) 305 $(CC) -shared -Wl,-soname,$@ -Wl,--out-implib,$@.a -o $@ $(OBJS_X509) -lws2_32 -lwinmm -lgdi32 -L. -lmbedcrypto -static-libgcc $(LOCAL_LDFLAGS) $(LDFLAGS) 334 $(CC) -shared -Wl,-soname,$@ -Wl,--out-implib,$@.a -o $@ $(OBJS_CRYPTO) -lws2_32 -lwinmm -lgdi32 -static-libgcc $(LOCAL_LDFLAGS) $(LDFLAGS)
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | egd_tables.py | 54 def emit(self, filp, name, static=True): 57 [static] const char name[] = "..."; 68 'static ' if static else '', 106 def emit(self, filp, name, static=True): 109 [static] const typename name[] = { ... }; 123 'static ' if static else '', 246 print('static const struct eg_packet3 packet3_table[] = {') 252 print('static cons [all...] |
/third_party/optimized-routines/math/ |
H A D | Dir.mk | 71 $(CC) $(CFLAGS_ALL) $(LDFLAGS) -static -o $@ $^ $(LDLIBS) 74 $(CC) $(CFLAGS_ALL) $(LDFLAGS) -static -o $@ $^ $(LDLIBS) 78 $(CC) $(CFLAGS_ALL) $(LDFLAGS) -static -o $@ $< $(LDLIBS) -lc build/lib/libmathlib.a -lm 81 $(CC) $(CFLAGS_ALL) $(LDFLAGS) -static -o $@ $^ $(LDLIBS)
|
/third_party/icu/icu4c/source/extra/uconv/ |
H A D | makedata.mak | 48 # set the following to 'static' or 'dll' depending 49 PKGMODE=static 132 # invoke pkgdata - static 135 @"$(ICUTOOLS)\pkgdata" -f -v -m static -c -p $(RESNAME) -d "$(DLL_OUTPUT)" $(EXTRA_PKGDATA_ARGUMENTS) -s "$(RESDIR)" <<pkgdatain.txt 144 -@"$(ICUTOOLS)\pkgdata" -f --clean -v -m static -c -p $(RESNAME) -d "$(DLL_OUTPUT)" $(EXTRA_PKGDATA_ARGUMENTS) -s "$(RESDIR)" pkgdatain.txt
|
/third_party/skia/third_party/externals/icu/source/extra/uconv/ |
H A D | makedata.mak | 48 # set the following to 'static' or 'dll' depending 49 PKGMODE=static 115 # invoke pkgdata - static 118 @"$(ICUTOOLS)\pkgdata" -f -v -m static -c -p $(RESNAME) -d "$(DLL_OUTPUT)" $(EXTRA_PKGDATA_ARGUMENTS) -s "$(RESDIR)" <<pkgdatain.txt 127 -@"$(ICUTOOLS)\pkgdata" -f --clean -v -m static -c -p $(RESNAME) -d "$(DLL_OUTPUT)" $(EXTRA_PKGDATA_ARGUMENTS) -s "$(RESDIR)" pkgdatain.txt
|
/third_party/musl/ |
H A D | configure | 36 --disable-static inhibit building static library [enabled] 141 static=yes 159 --enable-static|--enable-static=yes) static=yes ;; 160 --disable-static|--enable-static=no) static=no ;; 520 # extensions enabled by default. This is bad for making static binarie [all...] |
/third_party/ltp/testcases/network/dhcp/ |
H A D | dhcpd_tests.sh | 49 update-static-leases off; 64 update-static-leases off;
|
/third_party/curl/src/ |
H A D | mkhelp.pl | 119 static const unsigned char hugehelpgz[] = { 140 static voidpf zalloc_func(voidpf opaque, unsigned int items, unsigned int size) 146 static void zfree_func(voidpf opaque, voidpf ptr)
|
/third_party/ffmpeg/ffbuild/ |
H A D | library.mak | 21 # In case both shared libs and static libs are enabled, it can happen 31 # In case only static libs are used, the linker will only use 43 install-libs-$(CONFIG_STATIC): install-lib$(NAME)-static 89 install-lib$(NAME)-static: $(SUBDIR)$(LIBNAME)
|
/third_party/mesa3d/src/amd/common/ |
H A D | sid_tables.py | 68 def emit(self, filp, name, static=True): 71 [static] const char name[] = "..."; 83 'static ' if static else '', 121 def emit(self, filp, name, static=True): 124 [static] const typename name[] = { ... }; 138 'static ' if static else '', 214 static const struct si_field sid_fields_table[] = { ... }; 219 filp.write('static cons [all...] |
/third_party/python/Lib/distutils/ |
H A D | unixccompiler.py | 12 * link static library handled by 'ar' command (possibly with 'ranlib') 270 static_f = self.library_filename(lib, lib_type='static') 303 static = os.path.join(dir, static_f) 312 static = os.path.join(sysroot, dir[1:], static_f) 318 # ignoring even GCC's "-static" option. So sue me. 325 elif os.path.exists(static): 326 return static
|