Searched refs:preproc (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/util/ |
H A D | su-filter.pl | 74 my $preproc = 0; 98 if($preproc) { 100 $preproc = 0; 136 $preproc = 1;
|
/freebsd/sbin/ipfw/ |
H A D | main.c | 523 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 D | coll.h | 171 int preproc(struct bwstring *s, struct keys_array *ka);
|
H A D | coll.c | 189 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 D | file.c | 416 preproc(s1, ka1); in check() 423 preproc(s2, ka2); in check() 470 preproc(s2, ka2); in check()
|
/freebsd/contrib/less/ |
H A D | less.hlp | 264 --show-preproc-errors
|
H A D | NEWS | 206 * Add --show-preproc-errors option (github #258).
|
/freebsd/contrib/ldns/ |
H A D | acx_nlnetlabs.m4 | 57 # ACX_ESCAPE_BACKSLASH - escape backslashes in var for C-preproc.
|
H A D | Makefile.in | 75 …rnposix -unrecog -Din_addr_t=uint32_t -Du_int=unsigned -Du_char=uint8_t -preproc -Drlimit=rlimit64…
|
/freebsd/contrib/unbound/ |
H A D | acx_nlnetlabs.m4 | 66 # ACX_ESCAPE_BACKSLASH - escape backslashes in var for C-preproc.
|
H A D | Makefile.in | 79 …rnposix -unrecog -Din_addr_t=uint32_t -Du_int=unsigned -Du_char=uint8_t -preproc -Drlimit=rlimit64…
|
/freebsd/contrib/flex/src/ |
H A D | flex.skl | 25 %# Macros for preproc stage.
|
/freebsd/contrib/flex/ |
H A D | ChangeLog | 4369 conversions. Added debugging option --preproc-level=NUM.
|