Searched refs:static (Results 1 - 25 of 159) sorted by relevance

1234567

/freebsd-11-stable/tools/tools/syscall_timing/
H A DMakefile6 CFLAGS+= -static -O
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-config.in19 static=0
26 --static)
27 static=1
54 if [ "$static" = 1 ]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_powerpc64.inc27 static std::mutex M;
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dgen_t_subr_prf24 static int putchar(char c, int foo, void *b)
30 static const char HEXDIGITS[] = "0123456789ABCDEF";
31 static const char hexdigits[] = "0123456789abcdef";
36 static SHA512_CTX kprnd_sha;
46 static void
51 static void (*v_flush)(void) = empty;
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.sh65 static void
71 static const struct name_table_entry *
98 static const struct alias *
146 static HashValue
163 static HashValue
178 static int
184 static int
190 static const HashData hash_data[2] = {
/freebsd-11-stable/sys/crypto/rijndael/
H A DMakefile7 CFLAGS += -I${.CURDIR}/../.. -g -static
/freebsd-11-stable/tests/sys/kern/execve/
H A DMakefile14 LDFLAGS.goodaout+= -static
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DValueProfilePlugins.inc29 static constexpr InstrProfValueKind Kind = IPVK_MemOPSize;
55 static constexpr InstrProfValueKind Kind = IPVK_IndirectCallTarget;
/freebsd-11-stable/share/examples/drivers/
H A Dmake_pseudo_driver.sh144 /* Function prototypes (these should all be static) */
145 static d_open_t ${1}open;
146 static d_close_t ${1}close;
147 static d_read_t ${1}read;
148 static d_write_t ${1}write;
149 static d_ioctl_t ${1}ioctl;
150 static d_mmap_t ${1}mmap;
151 static d_poll_t ${1}poll;
154 static struct cdevsw ${1}_cdevsw = {
183 static sc_
[all...]
H A Dmake_device_driver.sh213 /* Function prototypes (these should all be static). */
214 static int ${1}_deallocate_resources(device_t device);
215 static int ${1}_allocate_resources(device_t device);
216 static int ${1}_attach(device_t device, struct ${1}_softc *scp);
217 static int ${1}_detach(device_t device, struct ${1}_softc *scp);
219 static d_open_t ${1}open;
220 static d_close_t ${1}close;
221 static d_read_t ${1}read;
222 static d_write_t ${1}write;
223 static d_ioctl_
[all...]
/freebsd-11-stable/contrib/ncurses/include/
H A DMKparametrized.sh47 static short const parametrized[] = {
/freebsd-11-stable/crypto/openssl/util/
H A Dmkbuildinf.pl16 static const char cflags[] = {
/freebsd-11-stable/stand/pc98/
H A DMakefile.inc20 #LD_FLAGS_BIN=-static -T ${LDSCRIPT} --gc-sections
21 LD_FLAGS_BIN=-static -N --gc-sections
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_signal_interceptors.inc78 static void InitializeSignalInterceptors() {
79 static bool was_called_once;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.eliminate.ksh29 # Make sure temporary symbols generated due to DTrace probes in static
60 static void
/freebsd-11-stable/lib/libc/tests/tls/
H A DMakefile22 LDFLAGS.tls_static_test+= -static
/freebsd-11-stable/stand/powerpc/uboot/
H A DMakefile26 LDFLAGS= -nostdlib -static -T ${.CURDIR}/ldscript.powerpc
/freebsd-11-stable/contrib/gdb/gdb/
H A Dreply_mig_hack.awk82 parse_phase == 5 && /^[ \t]*static const mach_msg_type_t/ {
/freebsd-11-stable/crypto/openssl/crypto/objects/
H A Dobjxref.pl72 static const nid_triple sigoid_srt[] = {
95 static const nid_triple *const sigoid_srt_xref[] = {
/freebsd-11-stable/share/mk/
H A Datf.test.mk33 .if empty(LDFLAGS:M-static) && empty(LDFLAGS.${_T}:M-static)
50 .if empty(LDFLAGS:M-static) && empty(LDFLAGS.${_T}:M-static)
H A Dbsd.clang-analyze.mk3 # Support Clang static analyzer on SRCS.
25 # Run the Clang static analyzer against all sources and present
34 .error Clang static analyzer requires clang but found that compiler '${CC}' is ${COMPILER_TYPE}
/freebsd-11-stable/stand/i386/
H A DMakefile.inc28 LD_FLAGS_BIN= -static -N --gc-sections
/freebsd-11-stable/release/
H A DMakefile.vm51 .if !exists(/usr/local/bin/qemu-${TARGET_ARCH}-static)
52 .if exists(${PORTSDIR}/emulators/qemu-user-static/Makefile)
53 env - PATH=$$PATH make -C ${PORTSDIR}/emulators/qemu-user-static BATCH=1 all install clean
55 .if !exists(/usr/local/sbin/pkg-static)
58 env ASSUME_ALWAYS_YES=yes pkg install -y emulators/qemu-user-static
62 QEMUSTATIC=/usr/local/bin/qemu-${TARGET_ARCH}-static
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/usdt/
H A DMakefile53 tst.static.ksh \
54 tst.static.ksh.out \
/freebsd-11-stable/crypto/openssh/contrib/
H A Dfindssl.sh53 # Searching for OpenSSL static library files.
67 STATIC=-static
160 # Search for static OpenSSL libraries and print versions
162 echo Searching for OpenSSL static library files.

Completed in 307 milliseconds

1234567