Searched refs:static (Results 51 - 75 of 159) sorted by relevance

1234567

/freebsd-11-stable/tools/tools/locale/
H A DMakefile88 static-colldef: gen-colldef
89 build-colldef: static-colldef
91 static-colldef:
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb-events.sh311 static struct gdb_events null_event_hooks;
312 static struct gdb_events queue_event_hooks;
313 static struct gdb_events *current_event_hooks = &null_event_hooks;
479 static void
496 echo "static void"
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose3.ksh110 static void
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Deabi-ci.asm111 /* Head of __init function used for static constructors. */
119 /* Head of __fini function used for static destructors. */
H A Deabi-cn.asm104 /* Tail of __init function used for static constructors. */
111 /* Tail of __fini function used for static destructors. */
H A Dsol-ci.asm65 # Head of _init function used for static constructors
86 # Head of _fini function used for static destructors
H A Dsol-cn.asm69 # Tail of _init used for static constructors
77 # Tail of _fini used for static destructors
/freebsd-11-stable/stand/arm/uboot/
H A DMakefile36 LDFLAGS= -nostdlib -static -T ${.CURDIR}/ldscript.${MACHINE_CPUARCH}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DMemory.inc22 static DWORD getWindowsProtectionFlags(unsigned Flags) {
51 static size_t getAllocationGranularity() {
64 static size_t enableProcessLargePages() {
108 static size_t DefaultGranularity = getAllocationGranularity();
109 static size_t LargePageGranularity = enableProcessLargePages();
H A DProcess.inc49 static unsigned computePageSize() {
60 static unsigned Ret = computePageSize();
146 static std::error_code WildcardExpand(StringRef Arg,
199 static std::error_code GetExecutableName(SmallVectorImpl<char> &Filename) {
318 static bool UseANSI = false;
340 static unsigned GetCurrentColor() {
402 static WORD GetConsoleTextAttribute(HANDLE hConsoleOutput) {
/freebsd-11-stable/stand/i386/loader/
H A DMakefile52 LDFLAGS+= -static ${LDFLAGS_ORG}
/freebsd-11-stable/sys/tools/
H A Dmakeobjops.awk195 function handle_method (static, doc)
317 printh("static __inline " ret " " umname "(" varname_list ")");
321 prototype = "static __inline " ret " " umname "(";
327 if (!static)
/freebsd-11-stable/release/
H A DMakefile.gce47 . if !exists(/usr/local/sbin/pkg-static)
H A DMakefile.ec262 . if !exists(/usr/local/sbin/pkg-static)
/freebsd-11-stable/crypto/openssl/util/
H A Dsu-filter.pl50 } elsif($incomm <= 0 && /( *)(static )?(const )?(union|struct) ([^\s]+ )?\{/) {
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/cc/
H A Dt_hello.sh126 # do another test with static 32bit binaries
130 int main(void) {printf("hello static world\n");exit(0);}
133 -static test.c
134 atf_check -s exit:0 -o inline:"hello static world\n" ./hello
/freebsd-11-stable/lib/libc/regex/grot/
H A DMakefile11 CFLAGS+= -static -DPOSIX_MISTAKE -DREDEBUG $(REGCFLAGS)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc45 static int getPosixProtectionFlags(unsigned Flags) {
116 static const size_t PageSize = Process::getPageSizeEstimate();
175 static const Align PageSize = Align(Process::getPageSizeEstimate());
H A DProgram.inc96 static bool RedirectIO(Optional<StringRef> Path, int FD, std::string* ErrMsg) {
125 static bool RedirectIO_PS(const std::string *Path, int FD, std::string *ErrMsg,
144 static void TimeOutHandler(int Sig) {
147 static void SetMemoryLimits(unsigned size) {
167 static std::vector<const char *>
176 static bool Execute(ProcessInfo &PI, StringRef Program,
315 // Use _exit rather than exit so that atexit functions and static
462 static long ArgMax = sysconf(_SC_ARG_MAX);
465 static long ArgMin = _POSIX_ARG_MAX;
/freebsd-11-stable/etc/rc.d/
H A Dnetif92 /etc/rc.d/routing static any $_if
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DAIX.mk29 STATIC?= -static
/freebsd-11-stable/contrib/apr/
H A DMakefile.win139 $(MAKE) $(MAKEOPT) -f Makefile.win MODEL=static \
/freebsd-11-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec58 %configure --disable-rpath --disable-static --with-sha2 --disable-gost \
63 (cd drill ; %configure --disable-rpath --disable-static --with-sha2 --disable-gost --with-ldns=%{buildroot}/lib/ )
64 (cd examples ; %configure --disable-rpath --disable-static --with-sha2 --disable-gost --with-ldns=%{buildroot}/lib/ )
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc365 static uint32_t getSize(const InstrProfRecord &Record);
369 static std::unique_ptr<ValueProfData>
380 static Expected<std::unique_ptr<ValueProfData>>
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc365 static uint32_t getSize(const InstrProfRecord &Record);
369 static std::unique_ptr<ValueProfData>
380 static Expected<std::unique_ptr<ValueProfData>>

Completed in 296 milliseconds

1234567