Searched refs:all (Results 176 - 200 of 1129) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.bin/unexpand/
H A Dunexpand.c58 static int all; variable
78 case 'a': /* Un-expand all spaces, not just leading. */
79 all = 1;
83 all = 1;
189 if (!all || dcol >= limit) {
/freebsd-11-stable/sys/i386/ibcs2/
H A DMakefile18 all:
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloattixf.c41 // R = "or" of all bits to the right of Q
69 fb.u.low.all = (du_int)a; // mantissa
H A Dfloatuntixf.c39 // R = "or" of all bits to the right of Q
66 fb.u.low.all = (du_int)a; // mantissa
H A Dfixxfdi.c45 di_int r = fb.u.low.all;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFGPrinter.cpp62 return PreservedAnalyses::all();
93 return PreservedAnalyses::all();
140 return PreservedAnalyses::all();
170 return PreservedAnalyses::all();
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dcomment.mk21 all: hi foo bar
H A Dcond2.mk28 all:
H A Dexport-env.mk21 all:
H A Dmoderrs.mk11 all: modunkn modunknV varterm vartermV modtermV
H A Dposix.exp22 `all' not remade because of errors.
H A DMakefile.in8 # all: run all the tests
9 # test: run 'all', and compare to expected results
20 .MAIN: all
33 export-all \
73 all: ${OUTFILES}
127 # Compare all output files
H A Descape.mk42 all: .PHONY
43 # We will add dependencies like "all: yet-another-test" later.
68 all: var-1bs
82 all: var-2bs
103 all: var-1bsnl
131 all: var-2bsnl
158 all: var-3bsnl
182 all: var-1bsnl-space
194 all: cmd-1bsnl
211 all
[all...]
/freebsd-11-stable/contrib/amd/scripts/
H A Dctl-hlfsd.in91 echo @sbindir@/hlfsd ${PASSWD_FILE} -a $altmaildir -x all -l $logdir/hlfsd /mail/home .mailspool
92 @sbindir@/hlfsd ${PASSWD_FILE} -a $altmaildir -x all -l $logdir/hlfsd /mail/home .mailspool &
/freebsd-11-stable/contrib/groff/
H A DMakefile.cpg9 all: $(PROG) $(MANPAGES)
/freebsd-11-stable/contrib/groff/contrib/groffer/
H A DMakefile.sub32 # not all make programs have $(RM) predefined.
35 all: groffer
/freebsd-11-stable/contrib/groff/contrib/mm/
H A DMakefile.sim29 all:
/freebsd-11-stable/contrib/groff/src/include/
H A DMakefile.sub34 all depend: $(GENHDRS)
/freebsd-11-stable/contrib/groff/src/roff/grog/
H A DMakefile.sub4 all: grog
/freebsd-11-stable/contrib/lua/
H A DMakefile52 all: $(PLAT)
111 # list targets that do not create files (but not all makes understand .PHONY)
112 .PHONY: all $(PLATS) clean test install local none dummy echo pecho lecho
/freebsd-11-stable/lib/libz/
H A DMakefile66 minigzip: all minigzip.o
69 example: all example.o
/freebsd-11-stable/contrib/bmake/mk/
H A Dinit.mk29 .MAIN: all
61 all: beforebuild .WAIT realbuild
63 all: .PHONY
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBData.i164 def all(self):
241 return self._make_helper_uint8().all()
244 return self._make_helper_uint16().all()
247 return self._make_helper_uint32().all()
250 return self._make_helper_uint64().all()
253 return self._make_helper_sint8().all()
256 return self._make_helper_sint16().all()
259 return self._make_helper_sint32().all()
262 return self._make_helper_sint64().all()
265 return self._make_helper_float().all()
[all...]
/freebsd-11-stable/contrib/dialog/po/
H A Dmakefile.inn81 all: all-@USE_NLS@
83 all-yes: $(SOURCES) $(CATALOGS)
84 all-no:
112 install-data-no: all
113 install-data-yes: all
170 check: all
247 # Tell versions [3.59,3.63) of GNU make not to export all variables.
/freebsd-11-stable/share/mk/
H A Dbsd.subdir.mk7 # For all of the directories listed in the variable SUBDIRS, the
42 all all-man analyze buildconfig buildfiles buildincludes \
50 all-man buildconfig buildfiles buildincludes check checkdpadd \
111 .ORDER: all install
137 ${_+_}@target=all; \
183 # Ensure all targets exist

Completed in 234 milliseconds

1234567891011>>