Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/ipfw/
H A Dmain.c475 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 Dcoll.h160 int preproc(struct bwstring *s, struct keys_array *ka);
H A Dcoll.c194 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 Dfile.c430 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 DMakefile.in28 …rnposix -unrecog -Din_addr_t=uint32_t -Du_int=unsigned -Du_char=uint8_t -preproc -Drlimit=rlimit64…
/freebsd-12.1/contrib/ldns/
H A Dacx_nlnetlabs.m449 # ACX_ESCAPE_BACKSLASH - escape backslashes in var for C-preproc.
H A DMakefile.in61 …rnposix -unrecog -Din_addr_t=uint32_t -Du_int=unsigned -Du_char=uint8_t -preproc -Drlimit=rlimit64…
/freebsd-12.1/contrib/unbound/
H A Dacx_nlnetlabs.m449 # ACX_ESCAPE_BACKSLASH - escape backslashes in var for C-preproc.
H A DMakefile.in77 …rnposix -unrecog -Din_addr_t=uint32_t -Du_int=unsigned -Du_char=uint8_t -preproc -Drlimit=rlimit64…
/freebsd-12.1/contrib/flex/
H A Dflex.skl24 %# Macros for preproc stage.
H A DChangeLog1597 conversions. Added debugging option --preproc-level=NUM.