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

/freebsd-9.3-release/gnu/usr.bin/groff/src/
H A DMakefile3 SUBDIR= libs devices preproc roff utils
/freebsd-9.3-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-9.3-release/crypto/openssl/util/
H A Dsu-filter.pl70 my $preproc = 0;
94 if($preproc) {
96 $preproc = 0;
132 $preproc = 1;
/freebsd-9.3-release/sbin/ipfw/
H A Dmain.c458 pid_t preproc = 0; local
530 preproc = fork();
531 if (preproc == -1)
534 if (preproc == 0) {
553 (void)kill(preproc, SIGTERM);
575 if (waitpid(preproc, &status, 0) == -1)

Completed in 97 milliseconds