Searched refs:preproc (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/gnu/usr.bin/groff/src/preproc/
H A DMakefile.inc4 DIST_SUBDIR= src/preproc/${.CURDIR:T}
/freebsd-11-stable/contrib/groff/
H A Dtest-groff.in11 $builddir/preproc/pic$SEP\
12 $builddir/preproc/eqn$SEP\
13 $builddir/preproc/tbl$SEP\
14 $builddir/preproc/grn$SEP\
15 $builddir/preproc/refer$SEP\
16 $builddir/preproc/soelim$SEP\
17 $builddir/preproc/html$SEP\
H A DMakefile.in507 src/preproc/tbl \
508 src/preproc/pic \
509 src/preproc/eqn \
510 src/preproc/grn \
511 src/preproc/refer \
512 src/preproc/soelim \
513 src/preproc/html \
/freebsd-11-stable/gnu/usr.bin/groff/src/
H A DMakefile3 SUBDIR= libs devices preproc roff utils
/freebsd-11-stable/contrib/groff/doc/
H A DMakefile.in54 $(top_builddir)/src/preproc/pic \
55 $(top_builddir)/src/preproc/eqn \
56 $(top_builddir)/src/preproc/tbl \
57 $(top_builddir)/src/preproc/grn \
58 $(top_builddir)/src/preproc/refer \
59 $(top_builddir)/src/preproc/soelim \
60 $(top_builddir)/src/preproc/html \
H A DMakefile.sub32 $(top_builddir)/src/preproc/pic \
33 $(top_builddir)/src/preproc/eqn \
34 $(top_builddir)/src/preproc/tbl \
35 $(top_builddir)/src/preproc/grn \
36 $(top_builddir)/src/preproc/refer \
37 $(top_builddir)/src/preproc/soelim \
38 $(top_builddir)/src/preproc/html \
/freebsd-11-stable/crypto/openssl/util/
H A Dsu-filter.pl70 my $preproc = 0;
94 if($preproc) {
96 $preproc = 0;
132 $preproc = 1;
/freebsd-11-stable/targets/pseudo/userland/gnu/
H A DMakefile.depend70 gnu/usr.bin/groff/src/preproc/eqn \
71 gnu/usr.bin/groff/src/preproc/grn \
72 gnu/usr.bin/groff/src/preproc/html \
73 gnu/usr.bin/groff/src/preproc/pic \
74 gnu/usr.bin/groff/src/preproc/refer \
75 gnu/usr.bin/groff/src/preproc/soelim \
76 gnu/usr.bin/groff/src/preproc/tbl \
/freebsd-11-stable/sbin/ipfw/
H A Dmain.c475 pid_t preproc = 0; local
547 preproc = fork();
548 if (preproc == -1)
551 if (preproc == 0) {
570 (void)kill(preproc, SIGTERM);
592 if (waitpid(preproc, &status, 0) == -1)
/freebsd-11-stable/usr.bin/sort/
H A Dcoll.h160 int preproc(struct bwstring *s, struct keys_array *ka);
H A Dcoll.c194 preproc(si->str, &(si->ka));
412 preproc(struct bwstring *s, struct keys_array *ka) function
548 preproc(str1, ka1);
H A Dfile.c430 preproc(s1, ka1);
437 preproc(s2, ka2);
484 preproc(s2, ka2);
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A DMakefile58 (preproc=$$$$.$@.S; trap "rm $$preproc" INT; \
59 $(PERL) asm/ghash-alpha.pl > $$preproc && \
60 $(CC) -E -P $$preproc > $@ && rm $$preproc)
/freebsd-11-stable/crypto/openssl/crypto/
H A DMakefile80 (preproc=$$$$.$@.S; trap "rm $$preproc" INT; \
81 $(PERL) alphacpuid.pl > $$preproc && \
82 $(CC) -E -P $$preproc > $@ && rm $$preproc)
/freebsd-11-stable/crypto/openssl/crypto/sha/
H A DMakefile63 (preproc=$$$$.$@.S; trap "rm $$preproc" INT; \
64 $(PERL) asm/sha1-alpha.pl > $$preproc && \
65 $(CC) -E -P $$preproc > $@ && rm $$preproc)
/freebsd-11-stable/contrib/ldns/drill/
H A DMakefile.in28 LINTFLAGS=+quiet -weak -warnposix -unrecog -Din_addr_t=uint32_t -Du_int=unsigned -Du_char=uint8_t -preproc -Drlimit=rlimit64 -D__gnuc_va_list=va_list
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A DMakefile136 (preproc=$$$$.$@.S; trap "rm $$preproc" INT; \
137 $(PERL) asm/alpha-mont.pl > $$preproc && \
138 $(CC) -E -P $$preproc > $@ && rm $$preproc)
/freebsd-11-stable/contrib/ldns/
H A DMakefile.in52 LINTFLAGS = +quiet -weak -warnposix -unrecog -Din_addr_t=uint32_t -Du_int=unsigned -Du_char=uint8_t -preproc -Drlimit=rlimit64 -D__gnuc_va_list=va_list
/freebsd-11-stable/contrib/unbound/
H A DMakefile.in78 LINTFLAGS=+quiet -weak -warnposix -unrecog -Din_addr_t=uint32_t -Du_int=unsigned -Du_char=uint8_t -preproc -Drlimit=rlimit64 -D__gnuc_va_list=va_list -formatcode

Completed in 149 milliseconds