Searched refs:preproc (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/sbin/ipfw/ |
| H A D | main.c | 475 pid_t preproc = 0; in ipfw_readfile() local 547 preproc = fork(); in ipfw_readfile() 548 if (preproc == -1) in ipfw_readfile() 551 if (preproc == 0) { in ipfw_readfile() 570 (void)kill(preproc, SIGTERM); in ipfw_readfile() 592 if (waitpid(preproc, &status, 0) == -1) in ipfw_readfile()
|
| /freebsd-12.1/usr.bin/sort/ |
| H A D | coll.h | 160 int preproc(struct bwstring *s, struct keys_array *ka);
|
| H A D | coll.c | 194 preproc(si->str, &(si->ka)); in sort_list_item_make_key() 410 preproc(struct bwstring *s, struct keys_array *ka) in preproc() function 546 preproc(str1, ka1); in str_list_coll()
|
| H A D | file.c | 430 preproc(s1, ka1); in check() 437 preproc(s2, ka2); in check() 484 preproc(s2, ka2); in check()
|
| /freebsd-12.1/contrib/ldns/drill/ |
| H A D | Makefile.in | 28 …rnposix -unrecog -Din_addr_t=uint32_t -Du_int=unsigned -Du_char=uint8_t -preproc -Drlimit=rlimit64…
|
| /freebsd-12.1/contrib/ldns/ |
| H A D | acx_nlnetlabs.m4 | 49 # ACX_ESCAPE_BACKSLASH - escape backslashes in var for C-preproc.
|
| H A D | Makefile.in | 61 …rnposix -unrecog -Din_addr_t=uint32_t -Du_int=unsigned -Du_char=uint8_t -preproc -Drlimit=rlimit64…
|
| /freebsd-12.1/contrib/unbound/ |
| H A D | acx_nlnetlabs.m4 | 49 # ACX_ESCAPE_BACKSLASH - escape backslashes in var for C-preproc.
|
| H A D | Makefile.in | 77 …rnposix -unrecog -Din_addr_t=uint32_t -Du_int=unsigned -Du_char=uint8_t -preproc -Drlimit=rlimit64…
|
| /freebsd-12.1/contrib/flex/ |
| H A D | flex.skl | 24 %# Macros for preproc stage.
|
| H A D | ChangeLog | 1597 conversions. Added debugging option --preproc-level=NUM.
|