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

/freebsd-10.0-release/gnu/usr.bin/groff/src/
H A DMakefile3 SUBDIR= libs devices preproc roff utils
/freebsd-10.0-release/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.0-release/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.0-release/usr.bin/sort/
H A Dcoll.h157 int preproc(struct bwstring *s, struct keys_array *ka);
H A Dcoll.c177 preproc(si->str, &(si->ka));
395 preproc(struct bwstring *s, struct keys_array *ka) function
528 preproc(str1, ka1);
H A Dfile.c464 preproc(s1, ka1);
471 preproc(s2, ka2);
518 preproc(s2, ka2);
/freebsd-10.0-release/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.0-release/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.0-release/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.0-release/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)

Completed in 191 milliseconds