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

/freebsd-10-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\
/freebsd-10-stable/gnu/usr.bin/groff/src/
H A DMakefile3 SUBDIR= libs devices preproc roff utils
/freebsd-10-stable/crypto/openssl/util/
H A Dsu-filter.pl70 my $preproc = 0;
94 if($preproc) {
96 $preproc = 0;
132 $preproc = 1;
/freebsd-10-stable/sbin/ipfw/
H A Dmain.c459 pid_t preproc = 0; local
531 preproc = fork();
532 if (preproc == -1)
535 if (preproc == 0) {
554 (void)kill(preproc, SIGTERM);
576 if (waitpid(preproc, &status, 0) == -1)
/freebsd-10-stable/usr.bin/sort/
H A Dcoll.h158 int preproc(struct bwstring *s, struct keys_array *ka);
H A Dcoll.c192 preproc(si->str, &(si->ka));
410 preproc(struct bwstring *s, struct keys_array *ka) function
546 preproc(str1, ka1);
H A Dfile.c428 preproc(s1, ka1);
435 preproc(s2, ka2);
482 preproc(s2, ka2);
/freebsd-10-stable/crypto/openssl/crypto/modes/
H A DMakefile56 (preproc=/tmp/$$$$.$@; trap "rm $$preproc" INT; \
57 $(PERL) asm/ghash-alpha.pl > $$preproc && \
58 $(CC) -E $$preproc > $@ && rm $$preproc)
/freebsd-10-stable/crypto/openssl/crypto/sha/
H A DMakefile63 (preproc=/tmp/$$$$.$@; trap "rm $$preproc" INT; \
64 $(PERL) asm/sha1-alpha.pl > $$preproc && \
65 $(CC) -E $$preproc > $@ && rm $$preproc)
/freebsd-10-stable/crypto/openssl/crypto/
H A DMakefile78 (preproc=/tmp/$$$$.$@; trap "rm $$preproc" INT; \
79 $(PERL) alphacpuid.pl > $$preproc && \
80 $(CC) -E $$preproc > $@ && rm $$preproc)
/freebsd-10-stable/crypto/openssl/crypto/bn/
H A DMakefile128 (preproc=/tmp/$$$$.$@; trap "rm $$preproc" INT; \
129 $(PERL) asm/alpha-mont.pl > $$preproc && \
130 $(CC) -E $$preproc > $@ && rm $$preproc)
/freebsd-10-stable/contrib/unbound/
H A DMakefile.in74 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 236 milliseconds