Home
last modified time | relevance | path

Searched refs:preproc (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/util/
H A Dsu-filter.pl74 my $preproc = 0;
98 if($preproc) {
100 $preproc = 0;
136 $preproc = 1;
/freebsd/sbin/ipfw/
H A Dmain.c523 pid_t preproc = 0; in ipfw_readfile() local
612 preproc = fork(); in ipfw_readfile()
613 if (preproc == -1) in ipfw_readfile()
616 if (preproc == 0) { in ipfw_readfile()
635 (void)kill(preproc, SIGTERM); in ipfw_readfile()
657 if (waitpid(preproc, &status, 0) == -1) in ipfw_readfile()
/freebsd/usr.bin/sort/
H A Dcoll.h171 int preproc(struct bwstring *s, struct keys_array *ka);
H A Dcoll.c189 preproc(si->str, &(si->ka)); in sort_list_item_make_key()
405 preproc(struct bwstring *s, struct keys_array *ka) in preproc() function
541 preproc(str1, ka1); in str_list_coll()
H A Dfile.c416 preproc(s1, ka1); in check()
423 preproc(s2, ka2); in check()
470 preproc(s2, ka2); in check()
/freebsd/contrib/less/
H A Dless.hlp264 --show-preproc-errors
H A DNEWS206 * Add --show-preproc-errors option (github #258).
/freebsd/contrib/ldns/
H A Dacx_nlnetlabs.m457 # ACX_ESCAPE_BACKSLASH - escape backslashes in var for C-preproc.
H A DMakefile.in75 …rnposix -unrecog -Din_addr_t=uint32_t -Du_int=unsigned -Du_char=uint8_t -preproc -Drlimit=rlimit64…
/freebsd/contrib/unbound/
H A Dacx_nlnetlabs.m466 # ACX_ESCAPE_BACKSLASH - escape backslashes in var for C-preproc.
H A DMakefile.in79 …rnposix -unrecog -Din_addr_t=uint32_t -Du_int=unsigned -Du_char=uint8_t -preproc -Drlimit=rlimit64…
/freebsd/contrib/flex/src/
H A Dflex.skl25 %# Macros for preproc stage.
/freebsd/contrib/flex/
H A DChangeLog4369 conversions. Added debugging option --preproc-level=NUM.